Android TextToSpeech Example
Android operating system provides developers some of the cool API’s such as Text to speech API. converting Text-To-Speech (TTS)...
JSON Feed Reader in Android
In the course of this tutorial, we will take step by step look into building a JSON feed reader in Android. All the source code used in...
Homescreen App Widgets Example in Android
In this example we will learn about creating a simple 4×2 home screen App widget using an App Widget provider. It shall show two text view...
Different Way to Handle Events in Android
Typically events do responds to user interactions. Android platform supports multiple ways to handle the events on View’s. When user...
What is Android Virtual Device
This tutorial is intended to explain the Android Virtual Device(AVD). An Android Virtual Device (AVD) is an emulator configuration that...
Image picker using Intent.ACTION_PICK in android
Android supports seamless integration of applications and content providers. Lot many things are handy provided to developers, which helps...
Android Dialog Example
This tutorial explains Android Dialog Example and associated event handling. A dialog is a visual component which is always attached to an...
How to Get Key Hashes for Android App Facebook Integration
This section of the tutorial explains you how to get Key Hashes for Android Facebook app. Facebook SDK integration to android require...
Handler and AsyncTask in Android
Handler and AsyncTasks are way to implement multithreading in android with UI/Event Thread. Handler is available since Android API level 1...
Using External Fonts in Android View
This tutorial explains example for using external fonts in Android View. Android applications are capable of loading the external font...


