1
I have an app and would like to display an image in full screen. The screenshot below shows an application example.
How could I put it in full screen, using onClickListener?
And how could I do the same thing using intents for a standard mobile photo app?
The expected result would be something like this:
https://developer.android.com/training/animation/zoom.html
– xanexpt