Visit Sponsor

Month: January 2026

Android Views: 3

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)...

Read More

Android Views: 6

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...

Read More

Android Views: 2

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...

Read More

Android Views: 4

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...

Read More

Android Views: 3

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...

Read More

Android Views: 3

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...

Read More

Android Views: 3

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...

Read More

Android Views: 2

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...

Read More

Android Views: 3

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...

Read More

Android Views: 5

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...

Read More
Close