Android 应用架构 - Google 推荐

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

posted @ 2017-06-26 16:44  熠然  阅读(802)  评论(0编辑  收藏  举报