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?

    1 answer 1

    True, usually full-screen viewing of an image is a separate activity.

    There are so many ready-made libraries.

    Watch better examples.

    • Used PhotoView true in grandel the old version of compile 'com.github.chrisbanes.photoview works: library: 1.2.3' - duddeniska
    • Thanks for the advice - the first library is simple and easy to use - abbath0767