Android Syllabus 2014
Android Syllabus
- Introduction to Android?
- Android History Overview
- Android Version Evolution
- Android Architecture brief
- IDE and Setup Environment
- Android App Development
Design and views
Enable action for views
Android manifest
- Project Structure
Source
Resource
Manifest
- Building Blocks
Activity
Service
Broadcast Receiver
Content Provider
- Intent
Explicit Intent
Bundle data passing
Intent Filters
- XML for Design
XML Overview
Views
Layouts
Views
Layouts
- Manifest File
manifest
application
activity
uses-sdk
permission
- Emulator
Steps to create
Launching
Editing Emulator
- DDMS
Device
Emulator Control
File Explorer
System Information
Network Statistics
Allocation Tracker
- SharedPreferences(Permanent Storage)
Save Data
Retrieve Data
Update Data
Clear Data
- Notifying User
Toast
Alert Dialog
Notification
- Database using Android Methods
Creating database
Add values
Retrieve values
Listview updation
- Web service Handling
Why web services?
Handling with Android Methods
JSON Parsing
- APK file generation
Process behind APK Generation
Steps to Create
Keystore file
- Google play submission
Account Creation
Store Listing
Uploading APK
- Developer Tips
Naming Conventions
Coding standards
Best practice
Developer Advice
Tutorial sites
Comments
Post a Comment