Android provides several ways to store user and app data. SQLite is one way of storing user data. SQLite is a very light weight database which comes with Android OS. In this tutorial I’ll be discussing how to write classes to handle all SQLite operations.
I am taking an example of storing user contacts in SQLite database. I am using a [...]
Android SQLite Database
Android provides several ways to store user and app data. SQLite is one way of storing user data. SQLite is a very light weight database which comes with Android OS. In this tutorial I’ll be discussing how to write classes to handle all SQLite operations.
I am taking an example of storing user contacts in SQLite database. I am using a [...]
How to get device current speed in An...
Get current speed using Network and GPS in Android
This simple code for getting device current speed using GPS. you can use Network Provider also..
package com.geofence.alarm;
import android.app.Activity;
import android.content.Context;
import android.location.Location;
import android.location.LocationListener;
import android.location. [...]
Get Phone Contacts details in Android...
Code for getting phone contact detail in Android.
How to get phone number in Android phone programmatic
It will pick all the phone number, email and profile picture also.
1) MainActivity.java
package com.example.phonecontactdetail;
import java.io.FileNotFoundException;
import java.io.IOException;
import android.app.Activity;
im [...]
GPS library for .NET
An amazing find. If you ever wanted to access a GPS device via .NET this is all you will ever need:
http://gps3.codeplex.com/
Enjoy!
Welcome to my blog
Welcome to the blog of Towsif Mohammad. You will find here random portions of my life. Hopefully you will find this to be usefull