下载 APKPure App
可在安卓获取Reflective Drawable Loader的历史版本
示例项目演示了Reflective Drawable Loader Library的使用
这是一个示例项目演示了如何使用反光绘制对象装载机图书馆。
库(和代码)可以在这里找到:https://github.com/alt236/Reflective-Drawable-Loader---Android
项目介绍
---
在一个情况下,你必须访问可绘制对象的基础上他们的名字(例如,如果绘制对象名称存储在DB)曾经是你的话,你不得不写长长的查找表转换成名称R.drawable.ids?和维护他们?
这个库是通过使用反射来直接通过名称访问可绘制对象提供变通的办法。你只需要把它们作为正常到你的res文件夹树。据基准在高达5倍比平台的Resources.getIdentifier()方法更快。
它使用LRU缓存来减轻反射时间开销为反思“点击”和“失误”。
Last updated on 2016年01月19日
v0.0.1 First public release
v0.0.2 Bugfixes, added caching of the resource classes in ReflectionUtils.
v0.0.3 Added caching of non-existing drawable requests.
Reflective Drawable Loader
0.0.3 by Alexandros Schillings
2016年01月19日