Skip to content

p4ulor/NutritionTrackerApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

NutritionTrackerApp

Nutrition tracker android app. Similar and inspired by MyFitnessPal and Cronometer (very good). See a cronometer app demo. My app aims to be simple and complete. It gives you the most ammount of freedom to track, store and costumize what you want and how you want.

Code shortcuts

Nutrition data websites

Main objects

So that you can understand what you can do

Nutrient

Compound

It's an enum class with a limited number of objects. Like: calories, protein, zinc, etc

Nutrient

  • Compound
  • amount

Food

A food has:

  • name (unique)
  • list of Nutrient
  • price
  • amount (used for making meals and on calculation total nutritional values)
  • unit (unit, grams, milligrams, etc)
  • comment
  • selfNutritionDataURL

Meal

  • name (unique)
  • list of Food
  • price (defined according to the list of foods price's and grams, or it can be manually edited)
  • amount (used for making meals and on calculation total nutritional values)
  • unit (unit, grams, milligrams, etc)
  • comment

Track

  • date (unique)
  • list of Foods
  • list of Meals
  • price (defined according to the food's price and grams and the price of each meals)
  • comment

Note

  • The program works offline (no internet connection needed) except if you want to automatically get nutrient data for a food you want to add, using the website SelfNutritionData with a link like thisa
  • The data is stored in the phone's local DB for the app.

Open using Android Studio)

About

πŸ‰ Nutrition tracker android app for macros and micros (scrapped)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages