pedrovgs / DraggablePanel

Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.
Apache License 2.0
2.99k stars 606 forks source link

Black screen when view is maximized (SurfaceView) #43

Closed ppamorim closed 9 years ago

ppamorim commented 9 years ago

Hi Pedro and another developers. I've found a issue with the SurfaceView and it happens sometimes, as shown in image below : I think this may be due to GPU that doesn't run the onDraw after a while, losing your reference after a while.

Device: Galaxy S4 Mini

screenshot_2015-01-15-03-56-47

ppamorim commented 9 years ago

Solved! Don't use the SurfaceView with this library, otherwise, I recommend to use the TextureView. Sample: https://github.com/ppamorim/TextureView-Sample