MCPcopy Create free account

hub / github.com/alexjlockwood/adp-applistloader / functions

Functions31 in github.com/alexjlockwood/adp-applistloader

↓ 4 callersMethodreleaseResources
Helper method to take care of releasing resources associated with an actively loaded data set.
src/com/adp/loadercustom/loader/AppListLoader.java:217
↓ 3 callersMethodgetLabel
()
src/com/adp/loadercustom/loader/AppEntry.java:30
↓ 2 callersMethodforceLoad
()
src/com/adp/loadercustom/loader/AppListLoader.java:207
↓ 2 callersMethodsetData
(List<AppEntry> data)
src/com/adp/loadercustom/AppListAdapter.java:47
↓ 1 callersMethodconfigureLocale
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 callersMethoddeliverResult
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 callersMethodgetIcon
()
src/com/adp/loadercustom/loader/AppEntry.java:34
↓ 1 callersMethodloadLabel
(Context context)
src/com/adp/loadercustom/loader/AppEntry.java:62
↓ 1 callersMethodonStopLoading
()
src/com/adp/loadercustom/loader/AppListLoader.java:157
↓ 1 callersMethodtoString
()
src/com/adp/loadercustom/loader/AppEntry.java:57
MethodAppEntry
(AppListLoader loader, ApplicationInfo info)
src/com/adp/loadercustom/loader/AppEntry.java:20
MethodAppListAdapter
(Context ctx)
src/com/adp/loadercustom/AppListAdapter.java:24
MethodAppListLoader
(Context ctx)
src/com/adp/loadercustom/loader/AppListLoader.java:31
MethodInstalledAppsObserver
(AppListLoader loader)
src/com/adp/loadercustom/observer/InstalledAppsObserver.java:22
MethodSystemLocaleObserver
(AppListLoader loader)
src/com/adp/loadercustom/observer/SystemLocaleObserver.java:21
Methodcompare
(AppEntry object1, AppEntry object2)
src/com/adp/loadercustom/loader/AppListLoader.java:244
MethodgetApplicationInfo
()
src/com/adp/loadercustom/loader/AppEntry.java:26
MethodgetView
(int position, View convertView, ViewGroup parent)
src/com/adp/loadercustom/AppListAdapter.java:30
MethodloadInBackground
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
MethodonActivityCreated
(Bundle savedInstanceState)
src/com/adp/loadercustom/MainActivity.java:56
MethodonCanceled
(List<AppEntry> apps)
src/com/adp/loadercustom/loader/AppListLoader.java:195
MethodonCreate
(Bundle savedInstanceState)
src/com/adp/loadercustom/MainActivity.java:27
MethodonCreateLoader
(int id, Bundle args)
src/com/adp/loadercustom/MainActivity.java:84
MethodonCreateOptionsMenu
(Menu menu, MenuInflater inflater)
src/com/adp/loadercustom/MainActivity.java:112
MethodonLoadFinished
(Loader<List<AppEntry>> loader, List<AppEntry> data)
src/com/adp/loadercustom/MainActivity.java:90
MethodonLoaderReset
(Loader<List<AppEntry>> loader)
src/com/adp/loadercustom/MainActivity.java:102
MethodonOptionsItemSelected
(MenuItem item)
src/com/adp/loadercustom/MainActivity.java:117
MethodonReceive
(Context context, Intent intent)
src/com/adp/loadercustom/observer/InstalledAppsObserver.java:39
MethodonReceive
(Context context, Intent intent)
src/com/adp/loadercustom/observer/SystemLocaleObserver.java:27
MethodonReset
()
src/com/adp/loadercustom/loader/AppListLoader.java:170
MethodonStartLoading
()
src/com/adp/loadercustom/loader/AppListLoader.java:124