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">Este é um projeto de exemplo que demonstra o uso do Reflective Drawable Carregador Library.
A biblioteca (e código) pode ser encontrada aqui: https://github.com/alt236/Reflective-Drawable-Loader---Android
Descrição do Projeto
---
Você já foi em uma situação onde você teve para acessar Drawables com base em seus nomes (por exemplo, se os nomes Drawable são armazenados em um banco de dados) e você tinha que escrever tabelas de pesquisa de longo converter os nomes em R.drawable.ids? E mantê-los?
Esta biblioteca está oferecendo uma maneira de contornar isso, usando reflexão para acessar o Drawable diretamente pelo nome. Você só precisa incluí-los como normal em sua árvore de pastas Res. Foi aferido em até 5 vezes mais rápido do que o método da plataforma Resources.getIdentifier ().
Ele está usando LRU cache para reduzir o tempo de sobrecarga de reflexão para ambos reflexão "hits" e "acidentes".</div> <div class="show-more-end">