/Retrofit-SQLite-Sample

SQLite and Retrifit for beginners

Primary LanguageJava

Fetch JSON data from the following URL machart.in/api/list.php?lat=LATITUDE&lon=LONGITUDE and
· request user location and pass user current latitude & longitude in web service to obtain the data - DONE
· Store the data in the database. Once the data is stored, it should always use the data from the database without calling the web service - DONE
· Fetch the list of places from the database and display it in a list - DONE
· The app should have an option to search the places using the name - DONE
· On taping the place information from the list, The app should navigate to the place details screen and display the full details - DONE

Feature can be added later:
· Update the list on location change - fetch data from the web service on location change and update the table