I need to implement the following functionality: download an image from the internet, and add it as a drawable to resources.
I will also need to get a list of all drawables programmatically when app starts. I can get a drawable from resources by it's id, but the list of drawables will be dynamic, so I will not have the IDs of the drawables.
If someone has a solution for this, help would be greatly appreciated.