Any ideas why my Android Studio app randomly crashes on setting drawable for ImageView?
I am sure this is a question in vain. But I have coded multiple apps and on each one I get random crashes on updating an image. I use the findViewById(..).setBackgroundResource(..) method. Interestingly, when I wait 3s roughfly before updating the images again, I get less crashes. Even if I space out the image update, … Read more