tags:

views:

71

answers:

1

I am new to android,i need to zoom an selected imageview given statically in array defined in my code how can i get it. Thanks in advance

A: 

As I said here :

ImageView does not have a built-in zoom control. Please use the search option before asking question, you would have found your answer : http://stackoverflow.com/questions/1939103/how-to-make-my-imageview-zoomable which mentions that there seems to be a way although there is no built in.

Sephy