Android Two Days
Android Two Days
Morning Session
Introduction
1) Android Overview
2) Features of Android
3) Categories of Android Applications
4) History of Android – Versions history and Code Names
5) API level – What is API level and how to choose it?
6) Supported Environment
7) Android IDE
8) Software Required
9) Installation procedure
1) Project Structure
2) Manifest file.
3) SDK Manager
4) Android Emulator
5) What is a layout?
Afternoon Session
Getting Started
6) Types of layout
7) Creating the first app
8) Activity Life Cycle – introduction.
9) Calling a java method on Button click
10) Listeners
11) Input Method Types in Edit Text element
12) Setting up colors, images from layouts and Java file
13) Setting up Fonts
By the end of day 1, attendees would be able to design and create an app and run it in their android
device.
Day – 2
Morning Session
Android Examples
1) Calculator
2) Layouts (Navigating to particular layout on Button click)
3) Threading Example
4) SQLite database storage
By the End of day 2, attendees will be able to navigate from one activity to another, create an
internal database and store data.