Android-Syllabus
- Overview of Android
The Evolution of Android
Devices Running Android
Features of Android
Hardware Differences on Android Devices
Software Development Kit
Hello World Sample application
- User Interface Layouts and Events
Resource Directories
Buttons, Text Views, Edit text and Other Widgets
Views and View Groups
Event Handlers and Event Listeners
- Main Building Blocks
Activities
Activity life cycle
Intents
Services
Content Providers
Broadcast Receivers
- Multimedia in Android
- Hardware Interfaces in Android
Camera
Bluetooth
Wifi
Sensors
- SQLite Database
Introducing SQLite
SQLiteOpenHelper and creating a database with SQLiteDataBase
Opening and closing a database
Working with cursors Insert, update, and delete
- Other DataStorage Techniques
Shared Preferences
Content Providers
Internal Storage
External storage
- Location based Services
Working with the Location Manager
Displaying Maps
Displaying the Zoom Control
Back