0% found this document useful (0 votes)
17 views

Android Traning Classes

The 4-week Android application development course covers Java concepts, introducing Android, Android activities and UI design, and using toasts, menus, dialogs and lists. In the first week, students learn Java concepts like OOPs, inheritance, exceptions and collections. The second week introduces Android, how to set up the development environment, create projects and emulators. The third week covers activities, intents, the activity lifecycle, and designing user interfaces using layouts, drawables and GUI elements. The final week teaches using menus, dialogs, toasts and lists with adapters.

Uploaded by

Deepak Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Android Traning Classes

The 4-week Android application development course covers Java concepts, introducing Android, Android activities and UI design, and using toasts, menus, dialogs and lists. In the first week, students learn Java concepts like OOPs, inheritance, exceptions and collections. The second week introduces Android, how to set up the development environment, create projects and emulators. The third week covers activities, intents, the activity lifecycle, and designing user interfaces using layouts, drawables and GUI elements. The final week teaches using menus, dialogs, toasts and lists with adapters.

Uploaded by

Deepak Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 2

Android Application Development

Duration: 4 Weeks

1. JAVA Concepts
1
2
3
4
5
6
7
8

OOPs Concepts
Inheritance in detail
Java IO files
Exception handling
Packages & interfaces
JVM & .jar file extension
Collections Hash Table, Vector, List, Array List, Hash Map
Multi threading(Thread class & Runnable Interface)

2. Introduction to Android
1
2
3
4
5
6
7

What is Android?
Setting up Android Development Environment
Android development Framework - Android-SDK, Eclipse
Emulators What is an Emulator / Android AVD ?
Creating & setting up custom Android emulator
Android Project Framework
My First Android Application

3. Android Activities and UI Design


1

Understanding Intent, Activity, Activity Lifecycle


Manifest
2 Creating Application and new Activities
3 Expressions and Flow control, Android Manifest
4 Simple UI -Layouts and Layout properties
5 Fundamental Android UI Design
6 Introducing Layouts
7 Creating new Layouts
8 Drawable Resources
9 Resolution and density independence
10 XML Introduction to GUI objects viz.
11 Push Button
12 Text / Labels
13 Edit Text
14 Toggle Button
15 Weight Sum
16 Padding
17 Layout Weight

4. Toast, Menu, Dialog, List and Adapters


1
2
3

What is Menu?
Custom Vs. System Menus
Creating and Using Handset menu Button (Hardware)

and

What are Android Themes? What is Dialog? How to create


an Alter Dialog?
5 What is Toast in Android?
6 List & Adapters
7 Manifest.xml File Update

You might also like