liyiran

Android 应用框架,一般都是使用的 MVC ,MVP ,MVVM 框架,目前 Google 推出了 Android 官方的应用框架。
用到的关键内容: LiveData, ViewModel, LifecycleObserver and LifecycleOwner ,Room
应用架构图:

官网链接:https://developer.android.google.cn/topic/libraries/architecture/index.html
译文:http://geek.csdn.net/news/detail/198991
代码示例:https://github.com/googlesamples/android-architecture-components

分类:

技术点:

相关文章:

  • 2021-04-08
  • 2021-12-13
  • 2021-06-06
  • 2021-10-11
  • 2021-08-07
  • 2021-11-07
  • 2021-12-15
  • 2021-10-25
猜你喜欢
  • 2021-12-09
  • 2021-12-19
  • 2021-11-06
相关资源
相似解决方案