Hurshi
Hurshi
果然强大呀,但有一事不解,如下代码: ``` public static float applyDimension(int unit, float value, DisplayMetrics metrics) { switch (unit) { case COMPLEX_UNIT_PX: return value; case COMPLEX_UNIT_DIP: return value * metrics.density; case COMPLEX_UNIT_SP: return value *...
It would be useful to have this kind of list, and I have a cache lib too : * [dio-http-cache](https://github.com/hurshi/dio-http-cache) : a simple cache library for Dio like Rxcache in...
Thanks for your advice, that's a good idea. I'll think about it later
Hi,非常感谢你的反馈。 您提的 issue 的确有存在的必要但并非必须;现在是将数据存在数据库中的。 后续肯定会支持这个需求的。