Android Course Contents
Android Course Contents
oid Architecture overview Introduction to OS layers o Linux kernel o Libraries o Android Runtime o Application framework Setup of Android Development environment
System requirements Eclipse and SDK installation, AVD creation Creating first Android application Project Structure
Android application building blocks Activating components Shutting down components LifeCycle of Application Development tools, Manifest File LifeCycle of Activity
User Interface
UI Events Building Menus Notifying users Creating dialogs Graphics & Animations
Main Building Blocks Activity Intents Services Content Providers Broadcast Receivers Resources
Overview of Android Resources Creating Resources Using Resources Drawable Resources Animation Resources
Data Storage
Shared Preferences Internal Storage (Files) External Storage(SD Card) SQLite Databases