Fork of the Google Android architecture app modified to use Conductor and a single activity architecture - GitHub - grepx/android-architecture at todo-mvp-conductor
Recommended architecture by Android. This repo shows that how to use LiveData, Room Persistence, Dagger 2, Retrofit, MVVM and DataBinding. READ ME!!! Still under development. MovieList page is completed with recommended architecture techniques and new android components. Detail page will be completed...
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/googlesamples/android-architecture main 克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支29 标签0 renovate[bot]Update kotlin5fd0ba32个月前 ...
官网: https://developer.android.com/topic/libraries/architecture/paging/ googlecodelabs关于paginglibrary的使用方法: https://codelabs.developers.google.com/codelabs/android-paging/index.html 官方demo: https://github.com/googlesamples/android-architecture-components/tree/master/PagingWithNetworkSample 特别鸣谢...
文章中的代码都可以在Github中获取到。使用时请将分支切换到feat_architecture_components 最后做个预告,接下来我们要了解的是AAC中的ViewModel,相信你也会马上喜欢上它。 相关文章 Android Architecture Components Part1:Room Android Architecture Components Part2:LiveData 关注 weixin.qq.com/r/KTuSigT (二维码自动识...
我希望这篇文章对你有所帮助,欢迎拍砖。 参考资料 Source code: android10/Android-CleanArchitecture · GitHub The clean architecture by Uncle Bob Architecture is about Intent, not Frameworks Model View Presenter Repository Pattern by Martin Fowler Android Design Patterns Presentation...
47.Android-CleanArchitectureCleanArchitecture 是一个非常典型使用 MVP 架构的项目, 大家如果还没有理解 MVP 架构的可以看看这个项目 48.StickyListHeadersStickyListHeaders 是一个实现能够固定在屏幕顶部的ListView Section Header库, 就是当前 section 的 header 固定在屏幕顶部, 当滑动到其他 section 时, 其他 sectio...
TicktockMusic 一款采用 clean architecture、mvp、rxJava2、retrofit2、dagger2 等进行开发 material design 风格的 android 音乐播放器 链接 SimpleCropView 一个简单的图片裁剪库 链接 ParallaxImageView 在滚动的android ImageView上创建视差和任何其他转换效果 ...
TicktockMusic 一款采用 clean architecture、mvp、rxJava2、retrofit2、dagger2 等进行开发 material design 风格的 android 音乐播放器 链接 SimpleCropView 一个简单的图片裁剪库 链接 ParallaxImageView 在滚动的android ImageView上创建视差和任何其他转换效果 ...
Google Sample https://github.com/googlesamples/android-architecture-components Room数据库迁移https://medium.com/google-developers/understanding-migrations-with-room-f01e04b07929 Room使用引导说明 https://medium.com/google-developers/7-steps-to-room-27a5fe5f99b2 ...