Surfaceview In Listview Scrolling Issue
i have a question for you.I'm developing a control based on a surfaceview which i called it 'graph'.In this control i draw a path (imagine a sinusoidal function).This control works
Solution 1:
You should consider using just the View class for your control. SurfaceViews are for processor intensive rendering such as videos and 3D graphics, they are ideally fixed to a location or full screen and they run in their own thread which doesn't work well with the rest of the UI.
Post a Comment for "Surfaceview In Listview Scrolling Issue"