Hi RKJ, When changing orientation your activity is destroyed and completely build up again. Any state, not persisted by yourself (in the onPause, or onSaveInstanceState life cycle methods) will be lost. Try putting some log-statements in the various life-cycle methods and see for yourself what is happening.
A blog on this subject: http://www.devx.com/wireless/Article/40792/1954 Hope this helps. Johan On Nov 18, 7:20 am, "RKJ (Android developer)" <[email protected]> wrote: > Hi All, > > I'm taking image from camera, and setting this image to ImageView, > but when i'm turning mobile to landscape, the sat image lost. > > How to resolve this issue. > > --Thanks in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

