Helios

  • Play Store Link
  • Project Background

    This project was originally created on an Arduino board for a Computer Design class. This Android application was written by myself and the same partner from the semester project of my Computer Design class. Following the first semester in which we both learned Java, my partner and I decided to use the language in order to teach ourselves to write an Android app using Android Studios. The final outcome was a fully functional Android-implementation of our Pothole Detector.

    Project Summary

    In this project, we build use Android's built-in accelerometer and Google's Location Services in order to build a fully functioning pothole detector that is capable of storing pothole locations and warning users when approaching a pothole that was previoulsy detected and registered. This application uses Android's built-in SQLite implementation in order to store the pothole location as floating-point coordinates consisting of latitude and longitude. Google Maps API functions are then used to detect the distance between the user and registered potholes in order to warn users when they are nearing one.


    Helios now on Android Market

    Topics Learned Upon Completion