Android Question scroll picture horizontally and vertically

surfer

Member
Licensed User
Longtime User
Dear experts,

I’d like to show picture/s in my b4a app so that:
1) it is possible to scroll every picture horizontally and vertically;
2) to make zoom in and zoom out for every picture;
3) (optional) scroll between pictures.

Please help me to know how to do this?
(Perhaps there is already information in the forum to solve this.)

Thanks in advance
 

Mark Read

Well-Known Member
Licensed User
Longtime User
I would use a scrollview for thumbnails and a webview for the selected picture. Simple and easy to program.
 
Upvote 0
Top