How do I implement a fullscreen gallery? i.e. image stretches to fill all the screen?
Use this in Activity Manifest.xml
give property like this
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
Thanks.