Android app for Reegle recommended documents service..
ReegleLibrary is hosted in the following web site
https://github.com/ArbolEric/ReegleLibrary
If you think the Android project ReegleLibrary 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 ReegleLibrary.
Item | Value |
---|---|
Java File Count | 27 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 13 |
Activity Count | 1 |
Fragment Count | 6 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
Raw File Names | res\raw\reeglecountries.csv |
There are 8 image files in ReegleLibrary. The names of the image files are listed as follows.
ic_action_delete.png ic_action_discard.png ic_action_edit.png ic_action_search.png ic_action_star.png ic_action_unstar.png ic_reegle_minus.png ic_reegle_plus.png
The following screenshort is generated from the image listed above.
ReegleLibrary has the following Java source files.
com.arbol.reegle.MainActivity.java com.arbol.reegle.adapters.DocumentAdapter.java com.arbol.reegle.adapters.MainTabsAdapter.java com.arbol.reegle.adapters.SearchAdapter.java com.arbol.reegle.db.Favorite_Table.java com.arbol.reegle.db.MySQLiteHelper.java com.arbol.reegle.db.Read_Table.java com.arbol.reegle.db.Reegle_Country_Table.java com.arbol.reegle.db.Reegle_Topic_Table.java com.arbol.reegle.db.Search_Table.java com.arbol.reegle.fragments.DocListFragment.java com.arbol.reegle.fragments.NewSearchFragment.java com.arbol.reegle.fragments.ReegleStuffFragment.java com.arbol.reegle.fragments.SearchListFragment.java com.arbol.reegle.fragments.TabManagerFragment.java com.arbol.reegle.models.Country.java com.arbol.reegle.models.Favorite.java com.arbol.reegle.models.Language.java com.arbol.reegle.models.Read.java com.arbol.reegle.models.Search.java com.arbol.reegle.models.Topic.java com.arbol.reegle.utility.DbUtils.java com.arbol.reegle.utility.JsonUtils.java com.arbol.reegle.utility.ListUtils.java com.arbol.reegle.utility.MultiSelectionSpinner.java com.arbol.reegle.utility.ReegleDoc.java com.arbol.reegle.utility.SearchManager.java