I am downloading an image from a server and adding it as left drawable to different buttons. The problem is when I rotate the emulator, all the left drawables of buttons are reloaded.
I also tried adding android:configChanges="orientation"
to manifest file but that doesn't help.
Is there anything I am doing wrong or is there a particular procedure for it?