I am developing an application in which the user can take photos, and then each photo can be displayed in a View using its painted with the method onDraw().
The problem is that as the captured image is high-resolution, does not fit the physical screen of the device, and only paint a part of it. For this reason, I want to give both the functionality of ScrollView as the HorizontalScrollView this View where it is shown that image, and can thus traverse the entire image without problems.
Anyone who could help me I appreciate it!!! Thank you very much.