Android Syllabus 2014


Android Syllabus

  1. Introduction to Android?

  1. Android History Overview

  1. Android Version Evolution

  1. Android Architecture brief

  1. IDE and Setup Environment

  1. Android App Development
Design and views
Enable action for views
Android manifest

  1. Project Structure
Source
Resource
Manifest

  1. Building Blocks
Activity
Service
Broadcast Receiver
Content Provider

  1. Intent
Implicit Intent

Explicit Intent
Bundle data passing
Intent Filters

  1. XML for Design
Design Overview
XML Overview
Views
Layouts


  1. Manifest File

manifest
application
activity
uses-sdk
permission

  1. Emulator
Steps to create
Launching
Editing Emulator

  1. DDMS
Device
Emulator Control
File Explorer
System Information
Network Statistics
Allocation Tracker

  1. SharedPreferences(Permanent Storage)
Save Data
Retrieve Data
Update Data
Clear Data

  1. Notifying User
Toast
Alert Dialog
Notification

  1. Database using Android Methods
Creating database
Add values
Retrieve values
Listview updation

  1. Web service Handling
Why web services?
Handling with Android Methods
JSON Parsing

  1. APK file generation
Process behind APK Generation
Steps to Create
Keystore file

  1. Google play submission
Account Creation
Store Listing
Uploading APK

  1. Developer Tips
Naming Conventions
Coding standards
Best practice
Developer Advice
Tutorial sites

Comments

Popular posts from this blog

Share Data Across Application in Android

Android Project Structure 2012

Developer Practices - Non Technical 2017