https://github.com/youlookwhat/byandroid
基于 mvp - databinding 框架,AndroidX、retrofit2、rxjava2、okhttp3、Glide、immersionbar、RxBus
https://github.com/youlookwhat/byandroid
Last synced: 6 months ago
JSON representation
基于 mvp - databinding 框架,AndroidX、retrofit2、rxjava2、okhttp3、Glide、immersionbar、RxBus
- Host: GitHub
- URL: https://github.com/youlookwhat/byandroid
- Owner: youlookwhat
- License: apache-2.0
- Created: 2019-06-25T13:16:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T15:31:02.000Z (almost 3 years ago)
- Last Synced: 2023-10-20T02:11:46.183Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 542 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ByAndroid
> 能让开发者直接拿过去依赖,迅速开发,也就是所谓的“Android技术中台”
## Open-source libraries
- AndroidX
- MVP - 项目整体架构
- DataBinding - 控件id绑定
- [Retrofit2](https://square.github.io/retrofit/) & [OkHttp3](https://github.com/square/okhttp) - Construct the REST APIs.
- [Glide](https://github.com/bumptech/glide) - Loading images from network.
- [ImmersionBar](https://github.com/gyf-dev/ImmersionBar) - 状态栏
- [RxBus](https://github.com/youlookwhat/ByAndroid/blob/master/ByAndroid/src/main/java/me/jingbin/byandroid/rxbus/RxBus.java) - 事件总线
- [ByRecyclerView](https://github.com/youlookwhat/ByRecyclerView) - 列表 下拉刷新、上拉加载
- [ByWebView](https://github.com/youlookwhat/ByWebView) - WebView封装