Featured Articles
All Stories
Install and Run Android 4.0 SDK and Ice Cream Sandwich on PC
Google announced Android 4.0, Ice Cream Sandwich, on October 19. Android 4.0 SDK has also been released for developers. 1st smart phone Samsung Galaxy Nexus with Google Android 4.0 ...
1st Android 4.0 Ice Cream Sandwich Phone
Google and Samsung officiallyannounced Android 4.0 Ice Cream Sandwich phone, latest of its mobile operating system at Hongkong, world’s first Android Ice Cream Sandwich phone, ...
Create and delete an android virtual device
Host OS: Windows
How to create and run an android virtual device <AVD> though terminal
$android list [List existing target and virtual device]
C:\android dev\android-sdk-windows-1.5_r2\tools>android.bat ...
Listen Audio or Watch video on Android
Download any media player
like Meridian Video Player (Worked fine)
1- Use adb push command to throw some media files (audio/video) to a folder in sdcard /sdcard/Video
./adb push /navigate_to_media_file/*.mp3 ...
Launch app through adb shell
This is about how to launch android application from the adb shell.
Command: am
Look for invoking path in AndroidManifest.xml
Browser app::
# am start -a android.intent.action.MAIN ...
How to Run Android Applications in Emulator
This video tutorial will show you, how to run the android applications on android emulator for testing on your desktop pc.
Special Thanks: Mr. Qasim Ali Khawaja, SEECS, NUST
How to Install Configure and Integrate Android SDK With Eclipse IDE
If you want to learn, how to install, configure and integrate the Android SDK with Eclipse IDE please watch the following video carefully.
Special Thanks to Mr. Qasim Ali Khawaja ...
AlertDialog Box in Android
it’s quite simple, here it is:
Looking like:
Source Code:
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.os.Bundle;
public ...
Why Android ?
Access to Hardware including (Camera, GPS and Accelerometer)
Android includes API libraries give help in development with hardware device. it means you don’t need to create specific ...
To Sustain iPhone, Apple Halves Price
Apple Inc. halved the price of its entry-level iPhone to $99 and rolled out a
next-generation model, looking to sustain the momentum for its popular smart phone
amid the recession and ...
