0% found this document useful (0 votes)
29 views3 pages

Android Course Contents

The document provides an overview of the content covered in an Android course, including introductions to the Android architecture and development environment, building basic Android applications, user interface components, data storage options, media playback, Bluetooth, location services, maps, and deploying apps on devices. Key topics are the Android SDK, application lifecycle, activities, intents, services, resources, data storage techniques like shared preferences and SQLite, and advanced topics like Bluetooth and location services.

Uploaded by

harshazbak
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views3 pages

Android Course Contents

The document provides an overview of the content covered in an Android course, including introductions to the Android architecture and development environment, building basic Android applications, user interface components, data storage options, media playback, Bluetooth, location services, maps, and deploying apps on devices. Key topics are the Android SDK, application lifecycle, activities, intents, services, resources, data storage techniques like shared preferences and SQLite, and advanced topics like Bluetooth and location services.

Uploaded by

harshazbak
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Android Course Content Introduction to Android Overview of Android and Android SDK History of Android Android features Android

oid Architecture overview Introduction to OS layers o Linux kernel o Libraries o Android Runtime o Application framework Setup of Android Development environment

System requirements Eclipse and SDK installation, AVD creation Creating first Android application Project Structure

Android Application Fundamentals


Android application building blocks Activating components Shutting down components LifeCycle of Application Development tools, Manifest File LifeCycle of Activity

User Interface

View Hierarchy and Layouts

UI Events Building Menus Notifying users Creating dialogs Graphics & Animations

Main Building Blocks Activity Intents Services Content Providers Broadcast Receivers Resources

Overview of Android Resources Creating Resources Using Resources Drawable Resources Animation Resources

Data Storage

Shared Preferences Internal Storage (Files) External Storage(SD Card) SQLite Databases

Android Media API


Playing audio/video Media recording

Advanced Android: Blue tooth

WiFi Camera TelephonyManager Location Services Google Maps

Deploying Android Application on Device

You might also like