i would like to know if there is a way to create a hashmap in the android resources and pull it inside the code with getResource()... ?
I am looking to get something similar to python dictionary referenced by key:value. The important part is that i need it to be static inside the resources package
Thanks