0% found this document useful (0 votes)
52 views1 page

Android Syl Lab Us

This document provides an overview of developing Android applications, covering topics such as setting up the development environment, the Android architecture and application structure, building the user interface, working with data, network communication, services, and publishing applications. It discusses installing the SDK and emulator, creating projects, using activities and intents, supporting different screen sizes, UI widgets, notifications, menus, dialogs, lists, location services, data storage, animations, content providers, network communication, services, and preparing an app for publication.

Uploaded by

Somil N Swarna
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)
52 views1 page

Android Syl Lab Us

This document provides an overview of developing Android applications, covering topics such as setting up the development environment, the Android architecture and application structure, building the user interface, working with data, network communication, services, and publishing applications. It discusses installing the SDK and emulator, creating projects, using activities and intents, supporting different screen sizes, UI widgets, notifications, menus, dialogs, lists, location services, data storage, animations, content providers, network communication, services, and preparing an app for publication.

Uploaded by

Somil N Swarna
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/ 1

Android:

Introduction: About Android, Smart phones future

Preparing the Environment: Installing the SDK, Creating Android Emulator, Installing Eclipse, Installing
Android Development Tools, Choosing which Android version to use

Android Architecture: Android Stack, Android applications structure, creating a project, working with
the AndroidManifest.xml, Using the log system Activities

UI Architecture: Application context, Intents Activity life cycle, supporting multiple screen sizes

User Interface Widgets: Text controls, Button controls, Toggle buttons, Images

Notification and Toast: Parameters on Intents, Pending intents, Status bar notifications, Toast

Notifications Menus: Localization, Options menu, Context menu.

Dialogs: Alert dialog , Custom dialog, Dialog as Activity ,

Lists: Using string arrays, Creating lists, Custom lists,

Location and Maps : Google maps , Using GPS to find current location

Working with data : storage, Shared pRef.:s, PRef.:s activity , Files access , SQLite database

Animation: View animation, Drawable animation

Content providers: Content provider introduction, Query providers

Network Communication: Web Services, HTTP Client, XML and JSON,

Services: Service lifecycle, Foreground service,

Publishing the App: Preparing for publishing, Signing and preparing the graphics, publishing to the
Android Market

You might also like