RecyclerView、ViewPager adapter的极简化(简单到你无法想象),主要基于AndroidX ViewBinding。功能:统一adapter方法,合并到Activity层;对vp的fragAdapter终极封装简单便捷不需要任何额外逻辑。(ViewBinding Adapter)
☆15Mar 29, 2024Updated 2 years ago
Alternatives and similar repositories for BaseAdapter
Users that are interested in BaseAdapter are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 按照分层架构与数据驱动为架构核心封装的脚手架☆10Nov 13, 2023Updated 2 years ago
- 获取蓝奏云直链和文件信息☆12Aug 10, 2022Updated 3 years ago
- 将AndroLua的Lua版本从5.3.x升级到了Lua5.4.4(Lua 5.4.4 for Android development)☆30Mar 3, 2023Updated 3 years ago
- 手机乐园第三方Android客户端,采用单Activity多Fragment架构,支持全局滑动返回,实现手机乐园各种基本功能,支持登录、浏览、下载、发布动态、夜间模式等功能☆55Aug 18, 2021Updated 4 years ago
- A SwitchButton support Multiple,https://github.com/nanchen2251/NCSwitchMultiButton-Android☆10Nov 25, 2019Updated 6 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- 一个基于androidx的质感UI、UX组件库☆10Aug 10, 2023Updated 2 years ago
- ☆13Sep 6, 2025Updated 7 months ago
- Android Lollipop Palette is now easy to use with Picasso !☆11May 10, 2016Updated 9 years ago
- 一个极其简单的Dialog弹出框,方便拓展,简洁使用!☆10Nov 30, 2022Updated 3 years ago
- 在日常开发过程中,一些后台服务,比如IM,后台定时任务,都需要一套本地日志系统来监控程序是否正常,Android本身提供的日志系统只能在终端显示,为了模拟一套和android Log系统相同的环境,我自己写了一套本地日志系统来解决以上问题。