Tracks Debts using a SQLite Database. Enter Name and money borrowed or lent (negative or positive), and view all debts..
Android-Debt-Tracker is hosted in the following web site
https://github.com/Einsteino/Android-Debt-Tracker
If you think the Android project Android-Debt-Tracker 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 Android-Debt-Tracker.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [hdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 11 |
Activity Count | 5 |
jar files used | android-support-v4.jar core-2.2.jar |
There are 2 image files in Android-Debt-Tracker. The names of the image files are listed as follows.
ic_action_add_person.png ic_action_search.png
The following screenshort is generated from the image listed above.
Android-Debt-Tracker has the following Java source files.
com.example.debttracker.Contents.java com.example.debttracker.CurrentDebts.java com.example.debttracker.GenerateQR.java com.example.debttracker.ListOfDebts.java com.example.debttracker.MainActivity.java com.example.debttracker.MySQLiteHelper.java com.example.debttracker.Person.java com.example.debttracker.QRCodeEncoder.java