Android BD + Own ListView. We can create, update and delete books. We will see the books in an own ListView that refresh automatically. We can filter the results..
BDLibros is hosted in the following web site
https://github.com/speakinbytes/BDLibros
If you think the Android project BDLibros 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 BDLibros.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 10 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
There are 3 image files in BDLibros. The names of the image files are listed as follows.
ic_action_about.png ic_action_discard.png ic_action_labels_light.png
The following screenshort is generated from the image listed above.
BDLibros has the following Java source files.
com.pabloojeda.bdlibros.activity.EditBook.java com.pabloojeda.bdlibros.activity.MainActivity.java com.pabloojeda.bdlibros.activity.ShowBook.java com.pabloojeda.bdlibros.adapter.AbstractAdapter.java com.pabloojeda.bdlibros.adapter.AdapterBookList.java com.pabloojeda.bdlibros.db.DBSQLiteHelper.java com.pabloojeda.bdlibros.model.Book.java