FirefoxViewModelProviders.kt |
Returns an instance of the view model for the given application building block (fragment, activity)
for the given lifecycle. This is a wrapper around the framework's [ViewModelProvider] using the application's
[ViewModelFactory] to reduce code duplication.
|
1288 |
FrameworkRepo.kt |
A model to hold state related to the Android framework.
|
1649 |
NonNullLiveData.kt |
A LiveData implementation with an initial value and that does not allow null values.
|
1347 |
NonNullMutableLiveData.kt |
Posts a task to a main thread to set the given (non-null) value.
|
708 |
NonNullObserver.kt |
|
495 |
ViewModelFactory.kt |
Instantiates [ViewModel] instances with the appropriate dependencies.
|
1297 |