Also available on
Smoking Tracker is an easy to use smoking tracking app that helps you understand your habits and progress towards quitting. Every cigarette you smoke is clearly recorded, giving you detailed insight into your daily, weekly and monthly patterns
- Smoking history tracking
- Daily, weekly, monthly and yearly statistics
- Consumption analytics
- Smoking forecasts
- Smoke-free time tracking
- Financial impact and cost tracking
- Notes
- Local data storage
- Android backup support (device settings)
- Multi-language support
Gradle Plugin
- Android Gradle Plugin: 9.4.1
Libraries
All libraries are configured in
libs.versions.toml
- Clone the repository
git clone https://github.com/pintargasper/SmokingTracker.git
cd SmokingTracker- Open the project in Android Studio
- Choose Import Project (Gradle) and wait for the project to sync
- Make sure you have the correct JDK and Android SDK version set up
- Build the APK or run the app
- For a debug build
./gradlew assembleDebug- For a release build
./gradlew assembleRelease- Run on emulator or device
- In Android Studio, select an emulator or connect a physical device and click Run