Featured Articles
All Stories
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 ...
Open Mobile Evolution (OME)
This is the 1st study of how the Open Mobile evolution occurs, why it is inevitable and how it changes the value chain of the mobile industry.
Unthinkable even a year ago – Open Mobile ...
Get Ready Boys….Android Developer Challenge (ADC) II
Note: this timeline is subject to change until the Official Rules are published.
• May 27 – Google I/O: ADC 2 announced.
• June: Full Terms and Conditions made ...
CONVERT T-MOBILE G1 INTO ANDROID DEV PHONE
First of all you need to download ‘Unlocked Boot Loader’ file.
Download Link:
http://www.modmygphone.com/files/EngBootloader_v2_NoSigCheck.zip
After you have downloaded the *.zip ...
How to install .apk files on Android Emulator
Its handy to test android applications on emulator included in SDK for testing purpose or if you don’t have an actual device.
Remember you don’t have to be a developer to ...



