Scrolling issues with GridView in Android
i have solved it: in the link GridView cannot show image you can try
I had same problem, but I post to GridView
only ImageView
's so pengwang's answer didn't help me. I found explanation for this bug https://code.google.com/p/android/issues/detail?id=16218
The problem is that GridView does not currently handle items with differing heights.
My solution is to use exactly specified layout_height
same for all GridView
's items.