0% found this document useful (0 votes)
24 views2 pages

Android Two Days

The document outlines a two-day training course on Android development. Day 1 introduces Android fundamentals and teaches how to design and create an app using layouts and activities, then run the app on an Android device. Day 2 covers navigating between activities using intents, creating dialogs and toasts, and an example app demonstrating threading and SQLite database storage. By the end of the two days, attendees will understand Android app development basics and be able to build apps that navigate between screens and store internal data.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views2 pages

Android Two Days

The document outlines a two-day training course on Android development. Day 1 introduces Android fundamentals and teaches how to design and create an app using layouts and activities, then run the app on an Android device. Day 2 covers navigating between activities using intents, creating dialogs and toasts, and an example app demonstrating threading and SQLite database storage. By the end of the two days, attendees will understand Android app development basics and be able to build apps that navigate between screens and store internal data.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Day – 1

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

Layouts and App structure

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

Dialogs, Toasts And Intents


14) Intents
15) Navigating from one Intent to another.
16) Register an Intent Filter
17) Activity life Cycle Continued
18) Method on clicking back button in device.
19) Dialog builder
20) Toasts

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.

You might also like