Android Tutorial

Android tutorial or android development tutorial covers basic and advanced concepts of android technology. Our android tutorial is developed for beginners and professionals.
Android is a complete set of software for mobile devices such as tablet computers, notebooks, smartphones, electronic book readers, set-top boxes etc.
It contains a linux-based Operating System, middleware and key mobile applications.
It can be thought of as a mobile operating system. But it is not limited to mobile only. It is currently used in various devices such as mobiles, tablets, televisions etc.
# Android Development Tutorial
In this fundamental chapter, you will learn about android, its components, how to create first android application, internal of first android application etc.
What is AndroidHistory and Version
Software Stack
Core Building Blocks
Android Emulator
Installing softwares
Setup Eclipse
Hello Android example
Internal Details
Dalvik VM
AndroidManifest.xml
R.java
Hide Title Bar
# 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 LifeCycleImplicit Intent
Explicit Intent
StartActivityForResult
# 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.
UI WidgetsWorking with Button
Toast
Custom Toast
ToggleButton
CheckBox
AlertDialog
Spinner
AutoCompleteTextView
RatingBar
DatePicker
TimePicker
ProgressBar
# 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 MenuContext Menu
Popup Menu
# Service in Android
It can be used to perform any task in background. It doesn't have any user interface(UI).
Android Service# Data Storage
You can store data in android using preferences, internal storage, external storage and sqlite database. Preferences are used to primitives, internal storage stores data in device internal memory, external storage stores data in device external memory such as SD card and SQLite is used to store data in sqlite database i.e. inbuilt in android Operating System (OS).
Internal StorageExternal Storage
# SQLite Database
SQLite Tutorial and ExampleSQLite Example with GUI by Spinner
# XML and JSON Parsing
There are three ways to parse the xml file but android recommends XMLPullParser to parse the XML. Instead of XML, JSON is preferred because it is fast and short.
XML Parsing SAXXML Parsing DOM
XMLPullParser
JSON Parsing
# Android Multimedia
Android multimedia api deals in playing and controlling the audio and video.
Playing Audio in android ExamplePlaying Video in android Example
# Android Speech API
Speech API is used to convert text into speech.
Android TextToSpeech TutorialTextToSpeech Example with Speed option
# Telephony API
It can be used to get details about the device, making phone calls, sending sms, sending emails etc. TelephonyManager
Get Call State
Call State BroadcastReceiver
How to make a Phone Call
How to Send SMS
How to Send Email
# Device Connectivity
We can connect and control bluetooth, wifi and camera in android.
Bluetooth TutorialList Paired Devices
# Android Sensor Tutorial
Android sensor tutorial covers concept and example of motion sensor, position sensor and environmental sensor.
Android Sensor Tutorial# Web Service Tutorial
Android web service tutorial enables you to interact with other programming language such as Java, .Net, PHP and Python.
Android Web Service# Google Map
Android Google Map TutorialAndroid Google Map Displaying Current Location
Android Google Map Search Location
# Adding Ads on Android App
Android Google Admob1) Android Banner Ads
2) Android Interstitial Ads
# Android Animation
Android animation enables you to rotate, slide and flip images and text.
Android Animation Example