Android application for keeping track of lent or borrowed money.
Debtors is hosted in the following web site
https://github.com/KrystianD/Debtors
If you think the Android project Debtors 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 Debtors.
Item | Value |
---|---|
Java File Count | 16 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 7 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.READ_CONTACTS android.permission.WRITE_EXTERNAL_STORAGE |
Raw File Names | res\raw\sql.txt |
There are 11 image files in Debtors. The names of the image files are listed as follows.
addressbook.png circle_green32.png circle_green64.png dollar128.png dollar48.png edit_redo.png maps.png maps24.png maps32.png system_log_out.png system_users.png
The following screenshort is generated from the image listed above.
Debtors has the following Java source files.
kd.apps.Debtors.DatePickerFragment.java kd.apps.Debtors.DebtorHistoryActivity.java kd.apps.Debtors.DebtorsActivity.java kd.apps.Debtors.DebtorsListActivity.java kd.apps.Debtors.EditDebtorActivity.java kd.apps.Debtors.EditEntryActivity.java kd.apps.Debtors.EntryMapActivity.java kd.apps.Debtors.SettingsActivity.java kd.apps.Debtors.TimePickerFragment.java kd.apps.Debtors.Utils .java kd.apps.Debtors.adapters.DebtorEntriesListAdapter.java kd.apps.Debtors.adapters.DebtorListAdapter.java kd.apps.Debtors.db.DB .java kd.apps.Debtors.db.Debtor .java kd.apps.Debtors.db.Entry .java kd.apps.Debtors.db.MySQLiteHelper.java