AirDC
AirDC
External link to .apk
External link to source zip
Our app, AirDC, is an Android app that allows users to report smells in their area, and give them a rating.

The app begins with a login page, where the login procedure is handled by Firebase Authentication.

Once the user logs in, they are then brought to a map, which is centered around their current location. The map additionally has the ability to toggle a heatmap, where more reports in a certain area will make the color more red. The map displays points, which tapped on, display the smell rating and the time since the report was made.

The user then can choose to report a smell, where the address of their current location is shown, and they can then select a rating for the current smell (from 1-10). This data is then sent to firebase. Additionally, the user can view their individual reports, and delete them if they wish.

Finally, in the settings page, the user has the ability to change their username or password, and log out.
External link to YouTube video
com.google.firebase

com.google.android.location

com.google.android.gms.maps

com.google.maps.android.heatmaps

Web Accessibility