android-viewmodel
-
ViewModelProviders 在我的 Fragment 中不起作用
-
Dagger2 + ViewModel + 存储库
-
如何通过viewModels获取viewModel? (片段-ktx)
-
CountDownTimer:在 Activity、ViewModel 或单独的 class 中?
-
如何证明 Android ViewModel
-
Android 多次伐木
-
App Crash 一旦替换了作用域 ViewModel 的 Fragment
-
LiveData,注册观察者时如何避免第一次回调
-
如何使用 Koin 在 BaseFragment 中注入 viewModel
-
Android: 在哪里安排工作?
-
架构组件的视图模型 class 存在于哪个线程 (UI/Background)?
-
如何在 android 应用程序中共享 LiveData 实例?
-
使用导航组件将视图模型限定为多个片段(不是 activity)
-
获取 ViewModel ViewModelProvider.Factory 和应用程序上下文
-
使用 LiveData 的 JUnit5 测试不执行订阅者的回调
-
json 使用 gson 解析可变结构的正确方法
-
Android Kotlin Coroutines:使用全局范围是一种反模式吗?
-
如何在 Kotlin 中使用 Koin 注入 ViewModel?
-
Transformations.map 在 Androidx 中使用 ViewModel 和 LiveData(问题)
-
Android LiveData事件顺序保证?