MMKV

MMKV 是基于 mmap 内存映射的 key-value 组件,底层序列化/反序列化使用 protobuf 实现,性能高,稳定性强。

implementation ("com.tencent:mmkv:2.3.0")

AndroidUtilCode

AndroidUtilCode 🔥 是一个强大易用的安卓工具类库,它合理地封装了安卓开发中常用的函数,具有完善的 Demo 和单元测试,利用其封装好的 APIs 可以大大提高开发效率

implementation ("com.blankj:utilcodex:1.31.1")

BaseRecyclerViewAdapterHelper

强大而灵活的RecyclerView Adapter

implementation("io.github.cymchad:BaseRecyclerViewAdapterHelper4:4.3.2")

EventBus

EventBus is a publish/subscribe event bus for Android and Java.

implementation("org.greenrobot:eventbus:3.3.1")