下載 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日