Course Recorder

11/08/2022

# Project # Application # Android

Mobile application to follow your trips.

For the May by bike challenge, I decided to create an application to follow your cycling trips. Like the Geovelo app but in open-source.

As usual, I wanted this application to be as optimized as possible, and to accept as many features as possible!

So this is the technical points:

  1. The app will be writen in Java, because it’s more optimised in terms of the use of a majority of the phone’s components (RAM, CPU, storage).
  2. The application should take as few dependencies as possible. Few dependencies = smaller weight.
  3. The app should consume as little battery power as possible.

So, here we go!

Github link : https://github.com/pioupia/course-recorder