Skip to content

p4ulor/NutritionTrackerApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NutritionTrackerApp

Nutrition tracker android app. Similar to MyFitnessPal, but more like I like it. It's simple and efficient. It gives you the most ammount of freedom to track, store and costumize what you want and how you want.

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 (under development)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages