2

I need to create a project in which i need to use a moving pointer while writing on a surface view. My project write on a surface view which i can save as an image and re-use after saving it. So i need to point a pointer while i write on my view. How can i create this moving pointer in my project?

4

1 回答 1

0

如果你把你的SurfaceViewinto RelativeLayout,你可以把另一个视图放在同一个视图组中。每个新视图都会放在你的 SurfaceView 前面。通过这种方式,您可以绘制任何指针,例如使用移动ImageView。你的意思是这样的吗?

于 2012-05-10T18:07:33.947 回答