You are on page 1of 2

Android Syllabus

1) Introduction to android 1 hours


a) Android overview and history
b) Android development environment
c) Android OS Architecture
d) Dalvik virtual machine
e) App framework

2) Android source code layout and SDK Overview 1hours


a) Packages
b) Core Projects
c) Platforms
d) Tools
e) Versions
3) Main building blocks 6 hours
a) Activities and Fragment
b) Lifecycle
c) Services
d) Broadcast Receivers
e) Database
f) Intents

4) UI Components 6 hours
a) Xml based layout
b) Handling user events
c) Widgets
 Buttons
 Text view
 Parent layout
 Grid view
 Recycler view
 Image view
 Spinner
 Edit Text
 Constraint Layout
 Scroll View

d) Style ,Theme, dimension


5) Project Structure 3 hours
a) Root Content
b) Project file
c) Manifest File
d) Gradle file
e) Building, running and debugging android application
f) Android Emulator
g) Run app on real android device

6) Alarms ,Reminder and Calendars 3 hours


a) Creating alarm
b) Use calendars for date and time
c) Create Reminder

You might also like