Hello! Please tell me how to implement the following task. There is an imageview with an image loadable from the server. How to implement it so that when you click on imageview it opens in full screen! An example in the gallery? Click on the picture and it opens in full screen?
As I think it can be solved. Create Activate with one image view with parameters width and height fill_parent. After I click on the imageview of a small image, a new activity opens and the image is shown! Right?