Author Archives: admin

Android Series: Using GPS data

In this tutorial i will show you how to quickly get the gps data using your android device version 1.6+. All you have to do is to implement one interface and acquire LocationMangager from the adnroid system service. public class LocationExampleAct extends Activity implements LocationListener{     private double latitude;     private double longitude; […]

Read More →