I am trying to add (in different ways) an image of 3000x2000 pixels in the application. In the “designer” Android studio everything is shown normally, when the application is launched, the screen is blank. Used ImageView (both in the container and through setContentView).
With a reduced (via photoshop) size - the picture is shown, but with unacceptable loss of quality.
Accordingly, the question. Is there a limit on the maximum pixel size of jpg / png? And is it possible to somehow get around it to add the required size?