0% found this document useful (0 votes)
34 views

A) Introducing Android

This document outlines topics for learning Android application development including installing tools, building application components, using Java, storing and retrieving data, integrating multiple activities, using SQLite databases, accessing location sensors, publishing apps, and several advanced topics like text-to-speech, geo tagging, services, and multimedia. It provides an overview of key concepts and steps for creating complete Android apps.

Uploaded by

shinsei
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

A) Introducing Android

This document outlines topics for learning Android application development including installing tools, building application components, using Java, storing and retrieving data, integrating multiple activities, using SQLite databases, accessing location sensors, publishing apps, and several advanced topics like text-to-speech, geo tagging, services, and multimedia. It provides an overview of key concepts and steps for creating complete Android apps.

Uploaded by

shinsei
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

1.

A ) Introducing Android

2.  
1. Installing Development Tools
2. Your First Android™ Application
3. Using the Emulator
4. Android developer tools
5. Eclipse, IDEs and Tools

1. B ) Building Blocks

2.  
1. The Big Picture
2. Application Life Cycle
3. Application Components
4. Using Resources

1. C ) Java with Android

2.  
1. Java as referenced in Android
2. Android™ User Interface
3. The Example Application
4. Design by Declaration
5. Opening Screen Design
6. Using Alternate Resources
7. The About Box
8. Applying Styles
9. Adding a Menu
10. Adding Preferences

1. D ) Local Data Storage


2.  
1. Adding Preferences
2. Remembering the State of the App
3. Using the Internal File System
4. Accessing SD Cards

1. D ) Handling Multiple Activities

2.  
1. Usinng Intents
2. Intent Filters

1. E ) SQL

2.  
1. Introducing SQLite on Android™
2. SQL Basics
3. Database Connectivity
4. Data Binding
5. Using ContentProvider
6. Implementing ContentProvider

1. F ) Locating and Sensing

2.  
1. Working with Locations
2. Sensors

1. G ) Publishing Applications Locating and Sensing

2.  
1. Android Market
2. Signing applications and publishing
1. H ) Choice of Advanced Topics

2.  
1. Text to Speech Conversion
2. Geo tagging
3. Services
4. Multimedia

You might also like