Android Syllabus
Android
Development
- · What is Android
- · History and Version
- · Software Stack
- · Core Building Blocks
- · Android Emulator
- · Hello Android example
- · Internal Details
- · Dalvik VM
- · AndroidManifest.xml
- · Android Linear Layout
- · Android Relative Layout
- · Android Table Layout
- · Scroll View in Android
- · Android Frame Layout
Activity and Intent
- It provides the detail of activity, its life cycle with example, implicit intent, sending information from one activity to another etc.
- · Activity Lifecycle
- · Implicit Intent
- · Explicit Intent
Android UI Widgets
- There are given a lot of android UI widgets examples such as toggle button, alert dialog, spinner, progress bar, alert dialog etc.
- · Working with Button
- · Toast
- · Toggle Button
- · Checkbox
- · Image View
- · Image Button
- · Alert Dialog
- · Spinner
- · AutoCompleteTextView
- · Rating Bar
- · Date Picker
- · Time Picker
- · Progress Bar
Menus in Android
- Here, you will learn about the option menu that is primary menu, context menu that works on long press and popup menu.
- · Option Menu
- · Context Menu
- · Popup Menu
Service in Android
- It can be used to perform any task in background. It doesn't have any user interface (UI).
- · SQLite Example with GUI
Android Multimedia
- Android multimedia API deals in playing and controlling the audio and video.
- · Playing Audio in android Example
- · Playing Video in android Example
Android Speech API
- Speech API is used to convert text into speech.
- TextToSpeech Example with Speed option
Telephony API
- It can be used to get details about the device, making phone calls, sending sms, sending emails etc.
- · Telephony Manager
- · Get Call State
- · Call State Broadcast Receiver
- · How to make a Phone Call
- · How to Send SMS
- · How to Send Email
Device Connectivity
- We can connect and control Bluetooth, wife and camera in android.
- · Bluetooth
- Android sensor concept and example of motion sensor, position sensor and environmental sensor.
- · Android Sensor
Android Animation
- · Android animation enables you to rotate, slide and flip images and text.
- · Navigation Drawer View
- · Splash Screen
No comments:
Post a Comment