/IncidentMapper

Simple utility to create and view incident reports in Realtime

Primary LanguageKotlinApache License 2.0Apache-2.0

IncidentMapper

Simple utility to create and view incident reports in Realtime. This app makes use of Android Jetpack libraries and Firestore database.

Features

  • View incidents on a map in realtime
  • Add incident
  • Incident upload caching

Details

  • A single Activity application, conforming to the MVVM application architecture.
  • Consists of a MapView Fragment as the main view under the screens package. Calls to the web are made through Firestore database and supports caching.
  • Map view is implemented using the Google Maps service.

Screens

Splash Screen Welcome View Incident Screen Add Incident View
Splash Screen Welcome dialog and introduction. Main view showing all incidents. Add new incident.

Built using