Hi Pedro My understanding is that, You have small icon kind of things on your screen. When user clicks on any one of them, you need to show that image in full screen. And when user clicks that image or long presses or double taps that full screen image , you should go back to the previous screen.
For the above task you can do the following - 1.On icon click launch new activity passing that image resId. 2.Define new activity layout the way you want(now full screen) 3.Have long click/double tap listeners on that image 4. when user does any of the events finish that activity. Thanks Badri -- 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

