Calorie Tracker is a simple Android app for daily calorie tracking.
- Daily calorie limit
- Date-based history
- Circular remaining-calories indicator
- Food entry mode (kcal per 100g + consumed grams)
- Workout mode (burned kilocalories)
- Import/export of history as JSON
- Multiple UI languages
This app is designed with a privacy-first approach:
- No account
- No cloud sync
- No analytics
- No ads
- No trackers
- No background data collection
All data is stored locally on your device using SharedPreferences.
- The app does not require runtime permissions.
- The app does not declare Internet access in the manifest.
- The app does not send data to external servers.
This project is open source and licensed under the GNU GPL.
- Kotlin
- AndroidX
- Material Components
- ViewBinding