Hi,

Is it possible to draw contents of ViewGroup on SurfaceView/
SurfaceHolder canvas? I've a control that needs to be ontop of layout
(with buttons and etc) and also requires fast drawing. I wonder if
implementing it as SurfaceView and then calling ViewGroup.draw(canvas)
on the layout with the SurfaceHolder canvas (to avoid window hole
punch issue) would be possible or not?

Or, would it be better then calling invalidate on my control from a
runnable inside runOnUIThread or not?

Please advise.

Thanks,


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to