Never again forget what you borrowed from someone and keep track of what your friends borrowed from you (Android app)..
lendlist is hosted in the following web site
https://github.com/raphaelm/lendlist
If you think the Android project lendlist 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 lendlist.
Item | Value |
---|---|
Java File Count | 28 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 8 |
Fragment Count | 4 |
Required Permissions | android.permission.READ_CONTACTS android.permission.RECEIVE_BOOT_COMPLETED android.permission.WRITE_EXTERNAL_STORAGE |
There are 19 image files in lendlist. The names of the image files are listed as follows.
ic_action_about.png ic_action_accept.png ic_action_cancel.png ic_action_cancel_dark.png ic_action_collection.png ic_action_discard.png ic_action_edit.png ic_action_edit_dark.png ic_action_event.png ic_action_new.png ic_action_new_label.png ic_action_person.png ic_action_person_dark.png ic_action_save.png ic_action_settings.png ic_action_sort_by_size.png ic_contact_picture.png ic_launcher_big.png ic_stat_notification.png
The following screenshort is generated from the image listed above.
lendlist has the following Java source files.
de.raphaelmichel.lendlist.MutableTriplet.java de.raphaelmichel.lendlist.backup.AndroidBackupAgent.java de.raphaelmichel.lendlist.backup.BackupHelper.java de.raphaelmichel.lendlist.frontend.AboutActivity.java de.raphaelmichel.lendlist.frontend.AddActivity.java de.raphaelmichel.lendlist.frontend.CategoriesFragment.java de.raphaelmichel.lendlist.frontend.CategoryLookupActivity.java de.raphaelmichel.lendlist.frontend.DetailsActivity.java de.raphaelmichel.lendlist.frontend.ExportActivity.java de.raphaelmichel.lendlist.frontend.FragmentStatePagerAdapter.java de.raphaelmichel.lendlist.frontend.ItemsFragment.java de.raphaelmichel.lendlist.frontend.MainActivity.java de.raphaelmichel.lendlist.frontend.PersonLookupActivity.java de.raphaelmichel.lendlist.frontend.PersonsFragment.java de.raphaelmichel.lendlist.frontend.PreferenceActivity.java de.raphaelmichel.lendlist.library.ContactsHelper.java de.raphaelmichel.lendlist.library.RelativeDateBuilder.java de.raphaelmichel.lendlist.objects.Category.java de.raphaelmichel.lendlist.objects.CategoryList.java de.raphaelmichel.lendlist.objects.DataDump.java de.raphaelmichel.lendlist.objects.Item.java de.raphaelmichel.lendlist.objects.ItemList.java de.raphaelmichel.lendlist.objects.Person.java de.raphaelmichel.lendlist.reminder.AlarmReceiver.java de.raphaelmichel.lendlist.reminder.BootBroadcastReceiver.java de.raphaelmichel.lendlist.storage.DataSource.java de.raphaelmichel.lendlist.storage.Database.java de.raphaelmichel.lendlist.storage.LendlistContentProvider.java