Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexjlockwood/adp-applistloader
/ functions
Functions
31 in github.com/alexjlockwood/adp-applistloader
⨍
Functions
31
◇
Types & classes
7
↓ 4 callers
Method
releaseResources
Helper method to take care of releasing resources associated with an actively loaded data set.
src/com/adp/loadercustom/loader/AppListLoader.java:217
↓ 3 callers
Method
getLabel
()
src/com/adp/loadercustom/loader/AppEntry.java:30
↓ 2 callers
Method
forceLoad
()
src/com/adp/loadercustom/loader/AppListLoader.java:207
↓ 2 callers
Method
setData
(List<AppEntry> data)
src/com/adp/loadercustom/AppListAdapter.java:47
↓ 1 callers
Method
configureLocale
Notifies the Loader that a configuration change has has occurred (i.e. by calling {@link Loader#onContentChanged()}). This feature was added so that
src/com/adp/loadercustom/MainActivity.java:136
↓ 1 callers
Method
deliverResult
Called when there is new data to deliver to the client. The superclass will deliver it to the registered listener (i.e. the LoaderManager), which will
src/com/adp/loadercustom/loader/AppListLoader.java:84
↓ 1 callers
Method
getIcon
()
src/com/adp/loadercustom/loader/AppEntry.java:34
↓ 1 callers
Method
loadLabel
(Context context)
src/com/adp/loadercustom/loader/AppEntry.java:62
↓ 1 callers
Method
onStopLoading
()
src/com/adp/loadercustom/loader/AppListLoader.java:157
↓ 1 callers
Method
toString
()
src/com/adp/loadercustom/loader/AppEntry.java:57
Method
AppEntry
(AppListLoader loader, ApplicationInfo info)
src/com/adp/loadercustom/loader/AppEntry.java:20
Method
AppListAdapter
(Context ctx)
src/com/adp/loadercustom/AppListAdapter.java:24
Method
AppListLoader
(Context ctx)
src/com/adp/loadercustom/loader/AppListLoader.java:31
Method
InstalledAppsObserver
(AppListLoader loader)
src/com/adp/loadercustom/observer/InstalledAppsObserver.java:22
Method
SystemLocaleObserver
(AppListLoader loader)
src/com/adp/loadercustom/observer/SystemLocaleObserver.java:21
Method
compare
(AppEntry object1, AppEntry object2)
src/com/adp/loadercustom/loader/AppListLoader.java:244
Method
getApplicationInfo
()
src/com/adp/loadercustom/loader/AppEntry.java:26
Method
getView
(int position, View convertView, ViewGroup parent)
src/com/adp/loadercustom/AppListAdapter.java:30
Method
loadInBackground
This method is called on a background thread and generates a List of {@link AppEntry} objects. Each entry corresponds to a single installed applicatio
src/com/adp/loadercustom/loader/AppListLoader.java:50
Method
onActivityCreated
(Bundle savedInstanceState)
src/com/adp/loadercustom/MainActivity.java:56
Method
onCanceled
(List<AppEntry> apps)
src/com/adp/loadercustom/loader/AppListLoader.java:195
Method
onCreate
(Bundle savedInstanceState)
src/com/adp/loadercustom/MainActivity.java:27
Method
onCreateLoader
(int id, Bundle args)
src/com/adp/loadercustom/MainActivity.java:84
Method
onCreateOptionsMenu
(Menu menu, MenuInflater inflater)
src/com/adp/loadercustom/MainActivity.java:112
Method
onLoadFinished
(Loader<List<AppEntry>> loader, List<AppEntry> data)
src/com/adp/loadercustom/MainActivity.java:90
Method
onLoaderReset
(Loader<List<AppEntry>> loader)
src/com/adp/loadercustom/MainActivity.java:102
Method
onOptionsItemSelected
(MenuItem item)
src/com/adp/loadercustom/MainActivity.java:117
Method
onReceive
(Context context, Intent intent)
src/com/adp/loadercustom/observer/InstalledAppsObserver.java:39
Method
onReceive
(Context context, Intent intent)
src/com/adp/loadercustom/observer/SystemLocaleObserver.java:27
Method
onReset
()
src/com/adp/loadercustom/loader/AppListLoader.java:170
Method
onStartLoading
()
src/com/adp/loadercustom/loader/AppListLoader.java:124