Android Training Online
Android Training Online
Android Training Online
Configuring Development Hardware for Device Debugging . Eclipse IDE Tips and Tricks 415 Running and Debugging Applications
Android Fundas
Application Components Activating components The Manifest File Declaring components Declaring application requirements Application Resources
Activites
Creating an Activity Implementing a user interface Declaring the activity in the manifest Starting an Activity Starting an Activity for a Result Managing the Activity Lifecycle Implementing the lifecycle callbacks Saving activity state Handling configuration changes Coordinating activities
Services
The Basics Declaring a service in the manifest Creating a Started Service Extending the Intent Service class Extending the Service class
Starting a service Stopping a service Creating a Bound Service Sending Notifications to the User Running a Service in the Foreground Managing the Lifecycle of a Service Implementing the lifecycle callbacks Fragmenting: Fragment Lifecycle Advantages for large tablets Creating and using Fragments
Services
Starting a service Stopping a service Creating a Bound Service Sending Notifications to the User Running a Service in the Foreground Managing the Lifecycle of a Service Implementing the lifecycle callbacks
Content Providers
Content provider basics Querying a content provider Modifying data in a provider Creating a content provider Content URI summary
Intents
Intent Objects Intent Resolution Intent filters Common cases Using intent matching
User Interface
View Hierarchy Layout Widgets UI Events Menus Overview of Adapters & Styles and Themes
Declaring Layouts
Write the XML Load the XML Resource Attributes ID Layout Parameters Position Size, Padding and Margins
Creating Menus
Creating a Menu Resource Inflating a Menu Resource Creating an Options Menu Changing menu items at runtime Creating a Context Menu Creating a Submenu Other Menu Features Menu groups Checkable menu items Shortcut keys
Creating Dialogs
Showing a Dialog Dismissing a Dialog Creating an AlertDialog Adding buttons Adding a list Creating a ProgressDialog Showing a progress bar
Notifying User
Creating Toast Notifications Creating Status Bar Notifications Creating Dialogs
Application Resources
Overview of Providing Resources Accessing Resources Handling Runtime Changes Localization
Providing Resources
Grouping Resource Types Providing Alternative Resources Qualifier name rules Creating alias resources Providing the Best Device Compatibility with Resources Providing screen resource compatibility for Android 1.5 How Android Finds the Best-matching Resource
Accessing Platform Resources Retaining an Object During a Configuration Change Handling the Configuration Change Yourself
Data Storage
Using Shared Preferences Using the Internal Storage Using the External Storage Using Databases Using a Network Connection
App Widget
The Basics Declaring an App Widget in the Manifest Adding the AppWidgetProviderInfo Metadata Creating the App Widget Layout Using the AppWidgetProvider Class Receiving App Widget broadcast Intents Creating an App Widget Configuration Activity Updating the App Widget from the configuration Activity
Testing
Creating a Test Project Creating a Test Package Running Tests