Package-level declarations
Types
Link copied to clipboard
class AppIconFlow(val base: UpdateMutableState<AppInfoData, Drawable>, defaultIconFlow: Flow<Drawable?>) : Flow<Drawable?>
A Flow that provides an application icon.
Link copied to clipboard
A generic class for loading and caching values.
Link copied to clipboard
interface DataLoader
Interface for loading app data such as labels and icons.
Link copied to clipboard
class DataLoaderImpl(factory: AbstractAppDataListFactory, packageManagerHelper: PackageManagerHelper) : DataLoader
Implementation of DataLoader that uses a AbstractAppDataListFactory to load initial data and PackageManagerHelper to load data on demand.