Subclass ImageView (or whatever class you are using to display the image) and override the onDraw method...
Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Sep 22, 2012 at 2:13 AM, umesh rathod <[email protected]>wrote: > I want a metric or a grid over an image of nXn . As I zoom the image this > should also get zoom. And this grid should also move with the Image move. > Is there any way to do this in android. > > If image is moving out of the screen this grid should also move out of the > screen. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

