If you want to completely replace the image in the ImageView then change the src of the image. If you want to draw over it then it would be better to draw everything on a SurfaceView.
http://developer.android.com/reference/android/widget/ImageView.html http://developer.android.com/reference/android/view/SurfaceView.html On Tue, Sep 27, 2011 at 9:08 AM, Hubert <[email protected]> wrote: > Hi, > > I am new in Android develop and stuck on one problem about image > rendering. > My page is simple. It includes several Text and several buttons AND > one ImageView. > In initial state, the ImageView displays one background picture. > After user clicks one button, I would like to draw something over the > background. > > I tried imageView.draw(canvas). Seems not working. > Could anyone here help me out of the puzzle? > > Thanks a lot. > > > - Hubert > > > > -- > 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 -- ------------------ Raghav Sood CEO/Founder/Owner/Dictator/Tyrant at Appaholics (Basically all titles required to have complete control) http://www.raghavsood.com/ https://market.android.com/developer?pub=Appaholics http://www.appaholics.in/ -- 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

