Android project: Simple app that let's you record and follow your wieght..
WeightRecorder is hosted in the following web site
https://github.com/krille0x7c2/WeightRecorder
If you think the Android project WeightRecorder 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 WeightRecorder.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 1 |
Fragment Count | 7 |
Required Permissions | android.permission.INTERNET |
There are 2 image files in WeightRecorder. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png
The following screenshort is generated from the image listed above.
WeightRecorder has the following Java source files.
com.krille0x7c2.weightrecorder.app.Database.DatabaseHandler.java com.krille0x7c2.weightrecorder.app.Database.DatabaseHandlerImpl.java com.krille0x7c2.weightrecorder.app.Database.PersonalData.java com.krille0x7c2.weightrecorder.app.Fragments.FirstGreeter.java com.krille0x7c2.weightrecorder.app.Fragments.FirstPage.java com.krille0x7c2.weightrecorder.app.Fragments.GraphPage.java com.krille0x7c2.weightrecorder.app.Fragments.HistoryPage.java com.krille0x7c2.weightrecorder.app.Fragments.NavigationDrawerFragment.java com.krille0x7c2.weightrecorder.app.Fragments.SettingPage.java com.krille0x7c2.weightrecorder.app.MainActivity.java