Skip to content

Collaborative Android application displaying the fountains, toilets and trashes in a city

License

Notifications You must be signed in to change notification settings

maxnrb/TravelMap

Repository files navigation

TravelMap

TravelMap is an application designed to clearly and centrally list all the fountains, but also the bins and toilets available in any city. While having reliable and up-to-date information.

The application will also serve to simplify the work of municipal services, by allowing them to visualise the different points in a city and the problems associated with them.

Main features

  • Real-time interactive maps with fountains, toilets and bins
  • Possibility to add new points on the map by users
  • User votes: confirmation or set as not found for each point
  • Report problems (non-functional or poorly maintained point)
  • Management of points and problems for municipal officers

Screenshots

Screenshot 1

Screenshot 3

Screenshot 2

Screenshot 4

Screenshot 6

Screenshot 5

Installation

Firebase:

  1. Create a new projet in Firebase Console
  2. Add Firebase to the android app, with package name "fr.maximenarbaud.travelmap" (See documentation)
  3. Download "google-services.json" file and put in app/ folder
  4. Activate Authentification, Cloud Firestore and Cloud Storage services

Android Maps SDK:

  1. Create a new Google Maps Platerform project, activate Maps SDK for Android and get your API key (See documentation)
  2. Put your API key in app/src/main/res/values/google_maps_api.xml, and in app/src/release/res/values/google_maps_api.xml for release

Built With

Google Firebase:

  • Cloud Firestore - Firestore is a flexible, scalable NoSQL cloud database to store and sync in realtime data for client and server-side development.
  • Firebase Authentification - Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app.
  • Cloud Storage - Cloud Storage is a powerful, simple, and cost-effective object (images, videos...) storage service.

Google Maps Plateform - Build customized, agile experiences that bring the real world to your users with static and dynamic maps, Street View imagery, and 360° views.

Author

maximenrb

License

CC Attribution-NonCommercial-NoDerivatives 4.0 International Public License Logo

This project is licensed under the CC Attribution-NonCommercial-NoDerivatives 4.0 International Public License

See the LICENSE.md file for details