Sei sulla pagina 1di 4

Syllabus: Android Training Course

1. Introduction to Android
Back ground details about android
Brief discussion about android version systems
Why it is more popular.
What we need to understand as a developer about android.
2. Setting up development environment

Setting up android SDK with eclipce IDE.
How to use eclipse for android development.
3. Creating the Our First Android project
Creating our first android project.
Discussion on app structure and how to use those folders and files in app
development.
Discussion on manifest file and why it is important.
4. Creating the android emulator
How to run the app in emulator and real device.
Editing the emulator properties.
Third party emulators.
5. Basic Building blocks of the android
Activities
Services
Broad cast receivers
Content providers
6. Activity life cycle
Discussion on life cycle of activity and different methods
Intents in android
Creating the app for switching between the activities.
7. Basic UI design
Form widgets Text Fields Layouts
Relative Layout , Frame Layout, Linear Layout
Nested layouts
8. Action bars and Menus
Android action bars
Creating the options menu
Creating the context menu
Menus from xml
Menus by using the code
Introduction to fragments and developing the app by using the action bars and
fragments.
9. Lists and Grids
Creating the list views, Grid views
Creating the custom list and grid views.
Discussion on different adapters.
10. Web Services
Using the json, soap services
Parsing of the json output.
Developing the app by using the web services
11. Threads
Running on ui thread
Handlers and Runnable
Async Task (in detail)
Working with examples

12. Sql Lite Programming
Creating the tables
Using the SQLliteHelper class
Performing the CRUD operations on database
How to use the existing sql lite file.
Example on loading and displaying the data from database
13. Dialogs & Pickers
Creating the alert dialogs.
Creating the custom dialogs.
Using of time picker and date picker.
Example app .
14. Notifications
Broadcast Receivers Services and notifications Toast
Alarms
Example app
12. Storage Options in android

How to store the data in external memory.
How to store the data in internal memory.
Creating the shared preferences using it.
Demo app

13. Creating the Custom views
How to customize different views.
Creating your own custom views.
14. Debugging the android application
15. Working one app and App publishing the app in play store

Potrebbero piacerti anche