This project works by using an API from Nantes Metropole and geolocation (with the place picker plugin from google). By select a location the application find the nearest toilets in Nantes metropole.
- For clone the OpenDataAndroid repository :
git clone https://github.com/babastienne/OpenDataAndroid.git
Then, start Android Studio and open the project in the folder created with the previous step.
- You can also run Android Studio, then click on "Checkout from VCS" and put the url of this repository.
This applications use JSon objects from the API 'Toilettes publiques de Nantes Metropole" available at this url : http://data.nantes.fr/donnees/detail/toilettes-publiques-de-nantes-metropole/
The data detail could be find here : http://data.nantes.fr/donnees/detail/toilettes-publiques-de-nantes-metropole/?visualization=3
Finally, for a better explaination of how the API works, check this link : http://data.nantes.fr/donnees/fonctionnement-de-lapi/documentation-de-lapi/
This application run on smartphones with API 21, 22 and 23. Maybe it's not working with smartphones running on API below 21.
This project was created at the Nantes IUT of IT in 2016 for the module 'Conception et développement d'application mobiles'.