I have a gallery with 2 view types: images and a layout with image and viewview. When I scroll through it and the item with videoview is created, whole screen flickers. I've tried inflating this item in adapter onCreate, but nothing changed. The flickering happens somewhere after the getView is called.
Asked
Active
Viewed 929 times
0
-
can you copy logcat or some code so we can check – Swap-IOS-Android Feb 28 '13 at 09:55
-
http://stackoverflow.com/a/11016465/1326017 fixes the problem for me, but I'm still looking for a real fix, not a workaround. – neko259 Feb 28 '13 at 15:38