Skip to content

Calories counter application for android with simple interface and necessary functionality.

License

Notifications You must be signed in to change notification settings

allexstorm/newcaloriescounter

Repository files navigation

New Calories Counter

Calories counter application with simple interface and necessary functionality. When start app first time please specify your physical characteristics and you will get your daily calories needs calculated by using Mifflin - St Jeor formula:

Basal Metabolic Rate = 10 * weight(kg) + 6.25 * height(cm) - 5 * age(y) + 5 (man) Basal Metabolic Rate = 10 * weight(kg) + 6.25 * height(cm) - 5 * age(y) - 161 (woman)

If you choose normal weight loss option your daily needs for weight loss will be equal Basal Metabolic Rate minus 20%, If you choose fast weight loss option then your daily needs for weight loss will be equal Basal Metabolic Rate minus 40%.

You can find it on google play here https://play.google.com/store/apps/details?id=com.alexandersamtsov.newcaloriescounter

Features:

  • using Mifflin - St Jeor formula to calculate your daily needs and needs for weight loss
  • choose product from the base, choose amount in gramm and you will get your product characteristics accordingly, click to add product to your day products list
  • removing product from your day list by clicking on it
  • choose phisical activity from the base, choose the time and you will get calories burned, click to add your activity to your day phisical activities list
  • removing phisical activity from your day list clicking on it
  • add new products to the base (add product characteristics per 100 gramm)
  • add new phisical activities to the base
  • delete products from the base
  • delete phisical activities from the base
  • you can see your stats for every day saved in format calories:proteins:fats:carbohydrates:burned:result (result = calories - burned) inside the info from the settings screen

License

Copyright (C) 2016  Alexander Samtsov

This file is part of New Calories Counter.

New Calories Counter is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

New Calories Counter is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with New Calories Counter.  If not, see <http://www.gnu.org/licenses/>.

About

Calories counter application for android with simple interface and necessary functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages