Android Open Source - UI ListView SQLite Android-ListView-ContentProvider






Project Summary

Aplicativo simples de anota??es que tem como intuito mostrar a implementa??o de um ContentProvider e CursorLoader para carregar dados de um BD SQLite de forma ass?ncrona em um ListView (utilizando CursorAdapter)..

Web Site / Source Repository

Android-ListView-ContentProvider is hosted in the following web site
https://github.com/rafael-iop/Android-ListView-ContentProvider

If you think the Android project Android-ListView-ContentProvider listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Android-ListView-ContentProvider.

ItemValue
Java File Count8
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version9
Activity Count2




License

The license information of Android-ListView-ContentProvider is as follows:

MIT License

Resource Files

There are 4 image files in Android-ListView-ContentProvider. The names of the image files are listed as follows.

ic_action_discard.png
ic_action_new.png
ic_action_save.png
ic_empty.png

The following screenshort is generated from the image listed above.

null

Java Source Files

com.iop.listprovider.MainActivity.java
com.iop.listprovider.NotaActivity.java
com.iop.listprovider.NotaLVAdapter.java
com.iop.listprovider.helpers.DBHelper.java
com.iop.listprovider.helpers.DateHelper.java
com.iop.listprovider.helpers.UIHelper.java
com.iop.listprovider.model.NotaCP.java
com.iop.listprovider.model.Nota.java