[android-developers] ImageView question

2011-09-27 Thread Hubert
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

Re: [android-developers] ImageView question

2011-09-27 Thread Appaholics
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