A simple android application that keeps track of the calories consumed by the user..
CalorieCounter is hosted in the following web site
https://github.com/jessicayuen/CalorieCounter
If you think the Android project CalorieCounter listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of CalorieCounter.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 4 |
jar files used | android-support-v4.jar |
Asset File Names | assets\calorieslog.txt |
CalorieCounter has the following Java source files.
cmput301.as1.caloriecounter.AddNewEntryActivity.java cmput301.as1.caloriecounter.CalorieSummary.java cmput301.as1.caloriecounter.DisplayLogActivity.java cmput301.as1.caloriecounter.DisplayLogAdapter.java cmput301.as1.caloriecounter.LogEntry.java cmput301.as1.caloriecounter.LogManager.java cmput301.as1.caloriecounter.MainActivity.java