Android: Orientation changes erase modifications made to my ImageView
问题 I have app in which I have ImageView. I open new activity, where I paint something by finger and this bitmap return to my ImageView. everything is ok but when I change orientation now, my activity with ImageView is repaint or restart and imageview is empty. I try everything, I try SaveState and restore state, try configurationChange, and other, but nothing is working... package jilova.Android.TextFolder; import java.io.ByteArrayOutputStream; import jilova.Android.Enums; import jilova.Android