imageView on Android - Picture going out of the screen
Hello,
I'm using imageViews - canScale:true/enableZoomControls:true - in the Android app I'm developing. Is there any way I could lock the picture so users can't "push it out of the screen" when they move it around? Do I need to encapsulate my imageView into another kind of view?
Thank you.