Android online training - Itanagar

Wednesday, 2 April 2014

Item details

City: Itanagar, Arunachal Pradesh
Offer type: Offer

Contacts

Contact name Niranjan
Phone 8897755222

Item description

ANDROID ONLINE TRAINING

For Details Contact :
Mobile: +91-8897755222
Email: trainings@mentorsinn.com

ANDROID COURSE CONTENT
GETTING STARTED
Overview of Android and Android SDK
Getting to know your Android development environment
Writing your first Android application
Running and debugging your application
Working with Android simulator
Test your application on device
ANDROID APPLICATIONS - THE BIG PICTURE
Android architecture
Android application model
Overview of Android application building blocks
Application design guidelines
Application lifecycle
BUILDING USER INTERFACE
Overview of Android's view structure
Android built-in layouts
Defining a layout in XML
Android built-in Views
Event handling
Building custom views and layouts
BUILDING ANDROID APPLICATIONS
AndroidManifest.xml file - the control file
Building activities
Building intents
Building and using services
Notifications
Building and using content providers
DATA STORES
Overview of storing, retrieving, and exposing data
Preferences
Files
SQLite Databases
ContentProviders
Data access over the network
ANDROID SECURITY MODEL
Overview of Android security architecture
Signing application packages
User IDs and access control
Using, declaring and enforcing permissions
URI permissions
RESOURCES AND I18N
Overview of resources in Android
Creating resources
Using resources
Drawable resources
Animation resources
Using resources for different languages
ANDROID MEDIA API
Playing audio/video
Media recording
BUILDING LOCATION BASED APPLICATIONS
Where am I
LocationManager
Integrate with GoogleMap
INTERPROCESS COMMUNICATION WITH AIDL
Overview of Android Interface Definition Language (AIDL)
Defining the interface
Implementing an interface
Exposing the interface
Invoking IPC methods Parameter passing