美文网首页Android
android商城实战

android商城实战

作者: zss945 | 来源:发表于2019-11-04 13:55 被阅读0次

超简单商城app架构,只有核心功能:首页、购物车、我的,最适合做二次开发的开源框架。
界面效果:


31572838592_.pic.jpg 21572838590_.pic.jpg 11572838589_.pic.jpg

界面设计主要参考网易严选,因为相对于淘宝,天猫,京东,拼多多,网易严选业务较简单一些。

项目框架

项目框架采用MVP实现,网络通讯(retrofit + RxJava2),本地数据库通讯(room + RxJava2)
用到的开源框架:
butterknife
glide
eventBus
RxJava2
retrofit
vlayout
BadgeView
UltraViewPager
SmartRefreshLayout
SystemBarTint

最后商城github地址
https://github.com/zss945/shop-mall-android

相关文章

网友评论

    本文标题:android商城实战

    本文链接:https://www.haomeiwen.com/subject/smgrbctx.html