My First Android App ( a simple application to determine the amount of money one makes in a minute). This is the second try, the first was made in Android Studio and had some problems with testing. Also includes a test project..
YourWorth is hosted in the following web site
https://github.com/blind675/YourWorth
If you think the Android project YourWorth 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 YourWorth.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 12 |
Activity Count | 2 |
Fragment Count | 4 |
jar files used | android-support-v4.jar |
There are 11 image files in YourWorth. The names of the image files are listed as follows.
about.png drawer_shadow.9.png expense.png home.png income.png indicator.png pin.png pin_bad.png pin_good.png undo.png worth.png
The following screenshort is generated from the image listed above.
YourWorth has the following Java source files.
com.your.worth.controller.LoginActivity.java com.your.worth.controller.MainActivity.java com.your.worth.controller.adapters.IncSpdAdapter.java com.your.worth.controller.adapters.MenuAdapter.java com.your.worth.controller.fragments.AbstractIncmSpndFragment.java com.your.worth.controller.fragments.HomeFragment.java com.your.worth.controller.fragments.IncomeFragment.java com.your.worth.controller.fragments.PINFragmant.java com.your.worth.controller.fragments.SpendingFragment.java com.your.worth.controller.listeners.SwipeDismissListViewTouchListener.java com.your.worth.controller.listeners.SwipeDismissTouchListener.java com.your.worth.controller.listeners.TextChangeListener.java com.your.worth.model.AppModel.java com.your.worth.model.PIN.java com.your.worth.model.Record.java