Android常用库

MMKV

作用类似sharepreferences,(也是以键值对来存储数据的),但性能比sharepreferences好太多了。

github地址:https://github.com/Tencent/MMKV

implementation 'com.tencent:mmkv-static:1.2.4'