热门标签
更多>
搜索结果
查询Tags标签: MyViewModel,共有 3条记录-
Jetpack架构组件学习(2)——ViewModel和Livedata使用
要看本系列其他文章,可访问此链接Jetpack架构学习 | Stars-One的杂货小窝 原文地址:Jetpack架构组件学习(2)——ViewModel和Livedata使用 | Stars-One的杂货小窝Jetpack架构推荐使用MVVM结构,为此推出了几个MVVM的组件库供我们开发者快速接入,首先要讲的就是ViewModel 个…
2021/11/26 6:10:01 人评论 次浏览 -
Jetpack架构组件学习(2)——ViewModel和Livedata使用
要看本系列其他文章,可访问此链接Jetpack架构学习 | Stars-One的杂货小窝 原文地址:Jetpack架构组件学习(2)——ViewModel和Livedata使用 | Stars-One的杂货小窝Jetpack架构推荐使用MVVM结构,为此推出了几个MVVM的组件库供我们开发者快速接入,首先要讲的就是ViewModel 个…
2021/11/26 6:10:01 人评论 次浏览 -
Jetpack_dataBinding
开始使用 1. 在moudle的build.gradle中开启对databinding的支持defaultConfig {applicationId "com.example.databinding_viewmodel_livedata"minSdkVersion 15targetSdkVersion 30versionCode 1versionName "1.0"testInstrumentationRunner "an…
2021/7/4 23:20:39 人评论 次浏览