I want to get the portion of an image that is visible on the screen in an image view. Like if there is an image zoomed in on the image view, then the zoomed in portion visible on the screen should be cropped out and stored.
I can not use libraries or camera intents for the task
. All has to be done on the same page. Consider i have the image in bitmap/imageview/resource file.