A simple Android app with list of items with a total at the end..
Summation is hosted in the following web site
https://github.com/pejic/Summation
If you think the Android project Summation 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 Summation.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 3 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
There are 4 image files in Summation. The names of the image files are listed as follows.
ic_action_discard.png ic_action_edit.png ic_action_new.png ic_action_settings.png
The following screenshort is generated from the image listed above.
Summation has the following Java source files.
net.pejici.summation.BaseActivity.java net.pejici.summation.ItemActivity.java net.pejici.summation.SheetActivity.java net.pejici.summation.SummationApplication.java net.pejici.summation.SummationList.java net.pejici.summation.adapter.ItemAdapter.java net.pejici.summation.adapter.SheetSpinnerAdapter.java net.pejici.summation.model.DBHelper.java net.pejici.summation.model.Model.java net.pejici.summation.model.Query.java