Short example of how to do AutoCompleteTextView with LoaderManager / CursorLoader.
LoaderManagerCursorLoader is hosted in the following web site
https://github.com/StevenWoo/LoaderManagerCursorLoader
If you think the Android project LoaderManagerCursorLoader 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 LoaderManagerCursorLoader.
Item | Value |
---|---|
Java File Count | 5 |
Activity Count | 1 |
Fragment Count | 1 |
LoaderManagerCursorLoader has the following Java source files.
com.example.stevenwoo.loadermanagercursorloader.AbstractDatabaseAdapter.java com.example.stevenwoo.loadermanagercursorloader.ApplicationTest.java com.example.stevenwoo.loadermanagercursorloader.MainActivity.java com.example.stevenwoo.loadermanagercursorloader.ModelSearchQuery.java com.example.stevenwoo.loadermanagercursorloader.SearchQueryTableAdapter.java