import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import...
Standard class for calling webservices
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import...
Auto Detect Mobile SMS through Broadcast Receiver
BroadcastReceiver smsBroadCastReceiver = new BroadcastReceiver() {
final SmsManager sms = SmsManager.getDefault();
...
What is SharedPreferences ?
Android provides many ways of storing data of an application. One of this way is called Shared Preferences. Shared Preferences...
GPS Tracker sample code
import android.app.AlertDialog;
import android.app.Service;
import android.content.Context;
import android.content.DialogInterface;
import...
Subscribe to:
Posts (Atom)