A super minimal daily streak tracking app built in C, for Android.
189 kb apk, built to track workout streaks but could be used for anything
-
Ensure you have the Android NDK and SDK installed. Then change line 22
ANDROIDVERSION?=in build/Makefile to your SDK version. Default is 34. -
Clone this repo
git clone --recurse-submodules https://github.com/RaynardGerraldo/Streak
- Navigate to build folder
cd Streak; cd build/
- Connect your android phone to your machine with adb activated
adb start-server
adb devices
- Build and Run:
make run
https://github.com/cnlohr/rawdrawandroid -- awesome project
MIT