Let’s Create Design is not just what it looks like. Design is how it works.
Steve Jobs Innovation distinguishes between a leader and a follower.!
Discover It is strange that only extraordinary men make the discoveries.
Larry Page You never lose a dream. It just incubates as a hobby.
Satya Nadella I marvel everyday at how people can excel & that's what really gets me going.
Sachin Bansal A better service is keeping the promise you made to the customer.
Albert Einstein Imagination is more important than knowledge.
More Website Templates @ TemplateMonster.com - February 13, 2012!

Android Application Development

About Course

With the help of this course you shall be to understand the application development process. Basically this course is divided in two parts. i.e. Basic Course and Advance Course.

Course Duration : 120 hours
Course Content

- Introduction to Android
o What is Android?
o Setting up development environment
o Dalvik Virtual Machine & .apk file extension
o Fundamentals:
a. Basic Building blocks - Activities, Services, Broadcast Receivers & Content providers
b. UI Components - Views & notifications
c. Components for communication - Intents & Intent Filters
o Android API levels (versions & version names)

- Application Structure (in detail)
o AndroidManifest.xml
o uses-permission & uses-sdk
o Resources & R.java
o Assets
o Layouts & Drawable Resources
o Activities and Activity lifecycle
o First sample Application

- Emulator-Android Virtual Device
o Launching emulator
o Editing emulator settings
o Emulator shortcuts
o Logcat usage
o Introduction to DDMS
o Second App:- (switching between activities)
- Develop an app for demonstrating the communication between Intents

- Basic UI design
o Form widgets
o Text Fields
o Layouts
o [dip, dp, sip, sp] versus px
o Examples

- Preferences
o SharedPreferences
o Preferences from xml
o Examples

- Menu
o Option menu
o Context menu
o menu from xml
o menu via code
o Examples

- Intents (in detail)
o Explicit Intents
o Implicit intents
o Examples

- UI design o Time and Date
o Images and media
o Composite
o AlertDialogs & Toast
o Popup
o Examples

- Tabs and Tab Activity
o Examples


- Styles & Themes
o styles.xml
o drawable resources for shapes, gradients (selectors)
o style attribute in layout file
o Applying themes via code and manifest file
o Examples

- Linkify
o Web URLs, Email address, text, map address, phone numbers
o MatchFilter & TransformFilter
o Examples

- Adapters and Widgtes
o Adapters:-
a. ArrayAdapters
b. BaseAdapters
o ListView and ListActivity
o Custom listview
o GridView using adapters
o Gallery using adapters
o Examples

Content Providers
o SQLite Programming
o SQLiteOpenHelper
o SQLiteDatabse
o Cursor
o Reading and updating Contacts
o Reading bookmarks
o Example :
- Develop an App to demonstrate database usage. CRUD operations must be implemented. Final details should be viewed in GridView as well as in ListView.

Notifications
o Broadcast Receivers
o Services and notifications
o Toast
o Alarms
o Examples

-Threads
o Threads running on UI thread (runOnUiThread)
o Worker thread
o Handlers & Runnable
o AsynTask (in detail)
o Examples

- Advanced
o Using sdcards
o XML Parsing
o JSON Parsing
o Maps, GPS, Location based Services
o Accessing Phone services (Call, SMS, MMS)
o Network connectivity services
o Sensors