Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexjlockwood/adp-applistloader
/ types & classes
Types & classes
7 in github.com/alexjlockwood/adp-applistloader
⨍
Functions
31
◇
Types & classes
7
Class
AppEntry
This class holds the per-item data in our {@link AppListLoader}.
src/com/adp/loadercustom/loader/AppEntry.java:12
Class
AppListAdapter
A custom ArrayAdapter used by the {@link AppListFragment} to display the device's installed applications.
src/com/adp/loadercustom/AppListAdapter.java:21
Class
AppListFragment
This ListFragment displays a list of all installed applications on the device as its sole content. It uses an {@link AppListLoader} to load its data a
src/com/adp/loadercustom/MainActivity.java:45
Class
AppListLoader
An implementation of AsyncTaskLoader which loads a {@code List<AppEntry>} containing all installed applications on the device.
src/com/adp/loadercustom/loader/AppListLoader.java:22
Class
InstalledAppsObserver
Used by the {@link AppListLoader}. An observer that listens for application installs, removals, and updates (and notifies the loader when these change
src/com/adp/loadercustom/observer/InstalledAppsObserver.java:16
Class
MainActivity
The main activity holds an {@link AppListFragment} which displays the list of all installed applications on the device.
src/com/adp/loadercustom/MainActivity.java:25
Class
SystemLocaleObserver
Used by the {@link AppListLoader}. An observer that intercepts system-wide locale changes (and notifies the loader when these changes are detected).
src/com/adp/loadercustom/observer/SystemLocaleObserver.java:15