Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
57 views

Android Syllabus

This document outlines an Android syllabus covering various aspects of Android development across 24 chapters. The syllabus covers fundamental Android concepts like activities, intents and fragments. It also covers key Android UI widgets, data storage, SQLite, multimedia, location services, sensors, graphics, web services and Google Maps. The goal is to teach developers how to build complete Android applications.

Uploaded by

Jojo Jacob
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views

Android Syllabus

This document outlines an Android syllabus covering various aspects of Android development across 24 chapters. The syllabus covers fundamental Android concepts like activities, intents and fragments. It also covers key Android UI widgets, data storage, SQLite, multimedia, location services, sensors, graphics, web services and Google Maps. The goal is to teach developers how to build complete Android applications.

Uploaded by

Jojo Jacob
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Android Syllabus

Chapter 1: Basics of Android


 What is Android
 History and Version
 Installing softwares
 Setup Eclipse
 Hello Android example
 Internal Details
 Dalvik VM
 Software Stack
 Android Core Building Blocks
 Android Emulator
 AndroidManifest.xml
 R.java file
 Hide Title Bar
 Screen Orientation
Chapter 2: UI Widgets
 Working with Button
 Toast
 Custom Toast
 Button
 Toggle Button
 Switch Button
 Image Button
 CheckBox
 AlertDialog
 Spinner
 AutoCompleteTextView
 RatingBar
 DatePicker
 TimePicker
 ProgressBar
 Quick Contact Budge
 Analog Clock and Digital Clock
 Working with hardware Button
 File Download
Chapter 3: Activity, Intent & Fragment
 Activity Lifecycle
 Activity Example
 Implicit Intent
 Explicit Intent
 Fragment Lifecycle
 Fragment Example
 Dynamic Fragment
Chapter 4: Android Menu
 Option Menu
Android Syllabus

 Context Menu
 Popup Menu
Chapter 5: Layout Manager
 Relative Layout
 Linear Layout
 Table Layout
 Grid Layout
Chapter 6: Adaptor
 Array Adaptor
 ArrayList Adaptor
 Base Adaptor
Chapter 7: View
 GridView
 WebView
 ScrollView
 SearchView
 TabHost
 DynamicListView
 ExpandedListView
Chapter 8: Android Service
 Android Service
 Android Service API
 Android Started Service
 Android Bound Service
 Android Service Life Cycle
 Android Service Example
Chapter 9: Data Storage
 Shared Preferences
 Internal Storage
 External Storage
Chapter 10: SQLite
 SQLite API
 SQLite Spinner
 SQLite ListView
Chapter 11: XML & JSON
 XML Parsing SAX
 XML Parsing DOM
 XML Pull Parser
 JSON Parsing
Chapter 12: Content Provider
 Content Proivider Fundamental
 Contact Content Provider
 Other Built-in Content Providers
 Creating Custom Content Provider
 Understanding Content URI
 ContentResolver
Android Syllabus

 Sharing Information from custom content provider


Chapter 13: Android Notification
 Notification API
 Creating Notification Builder
 Setting Notification Properties
 Attaching Actions
 Issuing Notification
 NotificationCompat.Builder class
 Android Notification Examples
Chapter 14: Multimedia
 Wallpapaer
 Live Wallpaper
 Multimedia API
 Playing Audio
 Creating Audio Player
 Playing Video
 Alarm Manager
 Gallery
Chapter 15: Speech API
 TextToSpeech API
 TextToSpeech Example
 Managing speed and pitch
 Speech To Text
Chapter 16: Telephony API
 Telephony Manager
 Get Call State
 Call State BroadcastReceiver
 Simple Caller Talker
 Making Phone Call
 Send SMS
 Send Email
Chapter 17: Location API
 Location API Fundamental
 Example of Android Location API
 Working with Google Maps
Chapter 18: Animation
 Android Animation API
 Android Drawable class
 Android Animation Example
 Android Rotate Animation
 Android Fade Animation
 Android Zoom Animation
Chapter 19: Device Connectivity
 Bluetooth Tutorial
 List Paired Devices
 Working with WiFi
Android Syllabus

 Working with Camera


Chapter 20: Sensor
 Sensor API
 Motion Sensor
 Position Sensor
 Environmental Sensor
 Sensor Values
 SensorManager class
 Sensor Class
 SensorEvent class
 SensorEventListener interface
 Compass Acceslerometer and Orientation Sensors
 Sensor Examples
Chapter 21: Android Graphics
 Graphics API
 2D Graphics
 android.graphics.Canvas
 android.graphics.Paint class
Chapter 22: Android P2P Communication
 Introducing Instant Messaging
 Using the GTalk Service
 Monitoring the Roste for Changes
 Sending and Receiving Data Messages
 Transmitting Data Messages
 Receiving Data Messages
Chapter 23: Android Web Services
 What is web service
 Soap Vs Restful web service
 Android Restful web service example with java servlet
 Storing data into external oracle database
 Verifying data in android with external oracle database
Chapter 24: Android Google Map
 Android Map V2 API
 Adding Map
 Customizing Map
 GoogleMap class
 Android Google Map Application
Project Development

You might also like