Quantcast
Channel: Android Community Tutorial - Business articles, blogs, videos, apps and reviews - source
Browsing latest articles
Browse All 10 View Live

Android Checkbox Default Checked

In the previous post about checkbox, we already saw about the Android Checkbox Example Now we are going to see about how to set default check value to the checkbox. In android, when we are showing the...

View Article


Android Gallery Example

In android, we can show multiple image in gallery view. Here is a android gallery example that will explain how to show the images in gallery view. Example for Android Gallery :- Create a attrs.xml...

View Article


Android MediaPlayer Example

In android, we can play the audio file from the resource. How to do it ? Step1:- In your project , create a folder named with 'raw' in res folder (res --- > raw).read more

View Article

Android TTS (Text To Speech) Example

In android,we can able to make text as speech using TTS. TTS supports English, French, German, Italian and Spanish Languages. TTS Example :- [sourcecode language="java"] public class TTSExample extends...

View Article

Android VideoView Example

In android we can play the video using videoview.read more

View Article


Android Check GPS is Enabled or Not

In android, we can easily check whether GPS is enabled in device or not using LocationManager. Here is a simple program to Check. GPS Enabled or Not :- Add the below user permission line in...

View Article

Android Viewflipper Example

Here is a small and easy example of how to use viewflipper in android. Android viewflipper is used to add multiple views in a single Flipper.ViewFlipperName.showNext() is used to show the next item in...

View Article

Android TabHost Tutorial - Part 1

In this tutorial, we are going to see about simple tabhost example that contains two tabs & TabSpec uses for tabs.read more

View Article


Android TabHost Tutorial – Part 2

Here we are going to see about how to set TabWidget Tab background/color, tab icon with a simple example.read more

View Article


Image may be NSFW.
Clik here to view.

Android Dialog Input Text

Here we are going to see about how to get input text from user in dialog using edittext.Moving ahead from custom dialog example and other dialog example, here we are going to see about how to get input...

View Article
Browsing latest articles
Browse All 10 View Live