I am developing an application that has a grid view of images in it. I want to display the image on full screen when user selects an image from the grid view. Can any one please help..thank you
            Asked
            
        
        
            Active
            
        
            Viewed 782 times
        
    2
            
            
        - 
                    You can start new activity onItemClicked() of gridview, pass the image to new activity via Intent and display it in next activity's Imageview. also set the theme of next activity as fullScreen.Notitlebars from menifest file – Qadir Hussain Mar 15 '13 at 12:03
