Factory
interface Factory
androidx.lifecycle.ViewModelProvider.Factory |
Implementations of Factory
interface are responsible to instantiate ViewModels.
Summary
Public methods |
|
---|---|
abstract T |
Creates a new instance of the given |