This is a sample project demonstrating the use of the Reflective Drawable Loader Library.
The library (and code) can be found here: https://github.com/alt236/Reflective-Drawable-Loader---Android
Project Description
---
Were you ever in a situation where you had to access Drawables based on their names (for example if the Drawable names are stored in a DB) and you had to write long lookup tables converting the names into R.drawable.ids? And maintaining them?
This library is offering a way around it by using reflection to access the Drawable directly by name. You only need to include them as normal into your Res folder tree. It has been benchmarked at up to 5x faster than the platform's Resources.getIdentifier() method.
It is using LRU caching to mitigate the reflection time overhead for both reflection "hits" and "misses".
</div> <div jsname="WJz9Hc" style="display:none">هذا هو مشروع عينة مما يدل على استخدام المكتبة لودر Drawable عاكس.
مكتبة (ورمز) ويمكن الاطلاع هنا: https://github.com/alt236/Reflective-Drawable-Loader---Android
وصف المشروع
---
وكنت من أي وقت مضى في حالة حيث كان لديك للوصول Drawables استنادا إلى أسمائهم (على سبيل المثال إذا تم تخزين أسماء Drawable في DB) وكان لديك لإرسال جداول البحث الطويل تحويل الأسماء إلى R.drawable.ids؟ والحفاظ عليها؟
هذه المكتبة تقدم وسيلة من حوله باستخدام انعكاس للوصول إلى Drawable مباشرة بالاسم. تحتاج فقط إلى تضمينها كالمعتاد في شجرة المجلد الدقة الخاصة بك. تم قياسها في ذلك ما يصل إلى 5x أسرع من Resources.getIdentifier () طريقة للمنبر.
أنه يستخدم LRU التخزين المؤقت للتخفيف من وقت انعكاس النفقات العامة على حد سواء التفكير "يضرب" و "يخطئ".</div> <div class="show-more-end">