MVVMFrame
MVVMFrame copied to clipboard
🏰 MVVMFrame for Android 是一个基于Google官方推出的JetPack构建的快速开发框架。从此构建一个MVVM模式的项目变得快捷简单。
Results
1
MVVMFrame issues
Sort by
recently updated
recently updated
newest added
class GroupChatViewModel @Inject constructor(application: Application, model: GroupChatModel?) : MessageViewModel(application, model) { model对象事空的,只需要屏幕旋转就会空,首次,只要不旋转,对象就没问题