Android Application Development - Course Outline
Android Application Development - Course Outline
Course Outline:
Lesson 1: Hello Android Framework
Introduction
Creating an Android Project
Within Eclipse
From Command line
Running Your Application
Running you project on the emulator
Components of an Android application
Application Life-cycle
Modifying created project
Change activitys name
Introduction
Views
Using Views
Adding a View to your application
List Views and List Activity
Using a ListActivity
Adding ListView
Add Event to List Items
1
Summary
Methods to remember
Introduction
Intents
Explicit Intents
Implicit Intents
Native Android Actions
Data Transfer
Intent to Call Activities
Direct calls
Sub-activities: Calling Activities for Results
Register an IntentFilter
Methods to remember
Introduction
Different Uses of Customized Views
Modify Existing Views
Step by Step
What is in onDraw()
The full picture
Dialogs
Dialog sub-classes
Creating dialogs with user-defined layout
Activities with Dialog Theme
Toasts
Methods to remember
Introduction
Menus
Building a menu from Java code
Building a menu from a resource file
Handle Select Events
Sub-menus
Context Menus
Handling Context Menu Selection
Additional Menu Item options
Checkboxes and Radio Buttons
Shortcut Keys
Condensed Titles
2
Introduction
SQLite in your application
SQLite library
SQLiteOpenHelper
SQLiteDatabase
Cursors
Databases in Android
Native Android Content Providers
Methods to remember
Introduction
Creating a notification
Notification actions
Example: NotificationManager
Summary