I want to create GridView same like google's play(show below image). I search on this and also refer this question but still not find any solution.
I have tried StaggeredGridView but in this it will create problem while orientation changes. I had also tried with Override onConfigurationChanged and in that gridView.invalidate(); and adapter.notifyDataSetInvalidated();But still getting problem.
The Problem is, if I load application in landscape mode and load images and at the time of loading images if I change the orientation then there will be a Gap shown in GridView.
Any one has any idea related to this then please share with me.
