Simple android app to teach myself java..
WellTrak is hosted in the following web site
https://github.com/EGM/WellTrak
If you think the Android project WellTrak 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 WellTrak.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 11 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Asset File Names | assets\TestData.sql assets\gplv3.txt assets\gplv3b.txt |
There are 12 image files in WellTrak. The names of the image files are listed as follows.
gplv3.png ic_menu_about.png ic_menu_discard.png ic_menu_help.png ic_menu_list.png ic_menu_next.png ic_menu_previous.png ic_menu_save.png ic_menu_search.png ic_menu_send.png ic_menu_share.png ic_menu_today.png
The following screenshort is generated from the image listed above.
WellTrak has the following Java source files.
com.egmono.util.Test.java com.egmono.welltrak.WellTrakApp.java com.egmono.welltrak.activity.DailyActivity.java com.egmono.welltrak.activity.MonthlyListActivity.java com.egmono.welltrak.dao.DatabaseHelper.java com.egmono.welltrak.dao.VisitDao.java com.egmono.welltrak.model.Analyte.java com.egmono.welltrak.model.Measurable .java com.egmono.welltrak.model.Measurement.java com.egmono.welltrak.model.Pumpage.java com.egmono.welltrak.model.VisitModel .java