Skip to content

teambitflip/plothole-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plothole - Android App

The mobile component of Plothole consists of an Android app the citizens can use to click photos of the potholes they spot. This repository has the code for the android app.

The photo clicked by the user is saved in local storage and then along with the GPS coordinates are written to Firebase Storage and Databse. After a successful write to firebase, the image id is then sent to the Plothole backend server for further inference.

Dependencies

The app is written in Kotlin. The PlotholeApp directory can be opened up as a regular Android Studio project

As the project is not live currently, please make sure you put in the correct URLs in the ReportFragment.kt file.

Screenshots

Contribute

Feel free to open issues and PRs regarding the features you would like to work on. Some features on the roadmap are mentioned below,

  • UI Overhaul
  • Better notifications regarding submissions
  • View all the user's submimissions

LICENSE

Copyright (c) Team BitFlip. All rights reserved. Licensed under the MIT License

Releases

No releases published

Packages

No packages published

Languages