Depending on the situation of course, I normally have a drawable for each density my app supports and the right density drawable is used when I use an id reference of some drawable.
But I’m looking to access a drawable from a specific density (for example, ldpi) no matter the density running on the device. But I want this on a specific situation, not everywhere, that would defeat the purpose of having multiple drawables for each density.
Is this possible?
I dont know that it is possible or not but as a simple logic.
You just make a copy of that ldpi drawable and name it mypic2 and keep it in ldpi folder.
now from your xml or activity give the reference of that new mypic2 at your specific situation.