/weight-tracking-app

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

weight-tracking-app

A simple Android app to submit numbers to a remote HTTPS server and store them as CSV.

Mount an old Android phone above your scales and start tracking.

Android app

Build the project with Android Studio: android/

Update the MainActivity.java and put your server address.

android.jpg

Switch button switches profiles. Currently supports two profiles (blue and pink colors).

Upload sends data to php script on the server.

Server php script

Sample php script to receive data and store it as csv: php/

Python graph

Sample pyhton script to visualize csv as graph: python/

Bash dropbox upload

Sample bash script to upload graph to dropbox: bash/