Quantcast
Channel: Android Programming Tutorials » Android Game Programming
Browsing all 12 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Timer Thread Example in Android Programming

This example prints alphabets from a name after an interval of 5 seconds each using timer threads. Algorithm: 1.) Create a new project by File-> New -> Android Project name it TimerThreadExample....

View Article



Image may be NSFW.
Clik here to view.

Sound Recorder in Android Development

This example shows how to record sound and save it to SD card it. Algorithm: 1.) Create a new project by File-> New -> Android Project name it SoundRecorder. 2.) Write following into main.xml:...

View Article

Image may be NSFW.
Clik here to view.

Share Your Data in Android

This example shows how you can share your text and data with your friends. Algorithm: 1.) Create a new project by File-> New -> Android Project name it ShareYourData. 2.) Write following into...

View Article

Image may be NSFW.
Clik here to view.

Car Dock Example in Android

This example will show how you can put your activity in car dock mode. CAR DOCK is a safer way to access the applications while driving. Algorithm: 1.) Create a new project by File-> New ->...

View Article

Image may be NSFW.
Clik here to view.

Network Receiver in Android Development

This example will show you how you can get connection status from your activity. Most of the time we need to connect to internet to download or upload data. If the downloading or uploading is a lengthy...

View Article


Image may be NSFW.
Clik here to view.

Call Finder Demo in Android Programming

This application registers for incoming and outgoing actions and when the calls are detected it just displays a toast. Algorithm: 1.) Create a new project by File-> New -> Android Project name it...

View Article

Image may be NSFW.
Clik here to view.

Messenger Activity in Android

This example is a simple messenger activity. Algorithm: 1.) Create a new project by File-> New -> Android Project name it MessengerActivity. 2.) Write following into main.xml: <LinearLayout...

View Article

Image may be NSFW.
Clik here to view.

External App Launcher in Android

This example will show how you can read Rss feeds from your activity. Algorithm: 1.) Create a new project by File-> New -> Android Project name it ExternalAppLauncher. 2.) Write following into...

View Article


Image may be NSFW.
Clik here to view.

Enabling and Disabling Broadcast Receiver in Android Development

Broadcast receiver is the one of the basic and important components of the Android application. This example will show how to enable and disable broadcast receiver which is added in the manifest file....

View Article


Image may be NSFW.
Clik here to view.

Shape Drawing Example in Android

This example shows how you can use shapedrawable class to draw different shapes in android. Algorithm: 1.) Create a new project by File-> New -> Android Project name it ShapeDrawingExample. 2.)...

View Article

Image may be NSFW.
Clik here to view.

UIByProgramExample in Android Development

This example will show you how to design UI through code. Algorithm: 1.) Create a new project by File-> New -> Android Project name it UIByProgramExample. 2.) Write following into main.xml:...

View Article

Image may be NSFW.
Clik here to view.

Simple Expandable List Example

Description: This example shows how to create Expandable list using simple default adapter. Algorithm: 1.) Create a new project by File-> New -> Android Project name it...

View Article
Browsing all 12 articles
Browse latest View live




Latest Images