Android Tutorial

Android JSON Parsing From URL Example

Here you will get android json parsing from url example. What I will do here? First fetch json string from url. Parse the json data and display in listview. The data contains a json array with some fruits name as shown below. { “fruits”:[ “Apple”, “Apricot”, “Avocado”, “Banana”, “Bilberry”, “Blackberry”, “Blackcurrant”, “Blueberry”, “Boysenberry”, “Currant”, “Cherry”, …

Android JSON Parsing From URL Example Read More »

How to Get Current Location in Android Using Location Manager

In this GPS tutorial you will learn how to get current location in android. LocationManager class provides the facility to get latitude and longitude coordinates of current location. The class in which you want to get location should implement LocationListener and override all its abstract methods. How to Get Current Location in Android Using Location Manager Add …

How to Get Current Location in Android Using Location Manager Read More »