I’ve always wanted to create an Android activity which uses zoombutton not the zoomcontroller in a view. But I don’t know how to get started. I appreciate any help you would give me. If you could give me some piece of code to get started. Thanks
I’ve always wanted to create an Android activity which uses zoombutton not the zoomcontroller
Share
I don’t really understand what you actually want to zoom, just want to give you the idea of Zooming a text for a TextView here the code for it.
in this code there are two buttons (increaseTextBtn , decreaseTextBtn ) to adjust the zoom level of TextView
Update
For image view you can find an examle here