AddLendingViewModel |
Part of viewmodels. class AddLendingViewModel : AndroidViewModel |
LendingDetailViewModel |
Part of viewmodels. class LendingDetailViewModel : AndroidViewModel |
LendingViewModel |
Part of viewmodels. class LendingViewModel : AndroidViewModel |
LendObjectViewModel |
Part of viewmodels. open class LendObjectViewModel |
LoginViewModel |
class LoginViewModel |
OwnerObjectViewModel |
open class OwnerObjectViewModel |
UserObjectViewModel |
class UserObjectViewModel |
UsingViewModel |
LendingViewModel designed to store and manage UI-related data in a lifecycle conscious way. This allows data to survive configuration changes such as screen rotations. In addition, background work such as fetching network results can continue through configuration changes and deliver results after the new Fragment or Activity is available. class UsingViewModel : AndroidViewModel |