If you want to draw on top of an ImageView, I would extend it and override it's onDraw method. This provides you a [relative] canvas to draw on. Just be sure to call super.onDraw() if you want the image to show up also.
On Jul 13, 11:23 am, Jags <[email protected]> wrote: > I am trying to put a background image and draw on top of that screen. > I assumed activity will have a on draw method, but it does not have. > it seems i need to use surfaceview. Can I put a surfaceview on top of > the image view and make it transparent ? any example/tutorial i can > refer to ? -- 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

