This is the first project I did using JSON. This web service accesses the Sri Lanka Railway Department JSON file for displaying routes on Android Device. It will retrieve the JSONObject parse it and assign it to a 2D String array and display in a ListView in Android Application.
Technologies Used:
Technologies Used:
- JSONObject - This is how routes are saved in railway department json file
- ListActvity - To display the route list
- HttpGet and HttpResponse (To retrieve the file from url)

