I am very confused. How do I implement a gridview item like in this view?
Asked
Active
Viewed 496 times
1

Hans1984
- 796
- 11
- 24

Anjali Tripathi
- 1,477
- 9
- 28
-
Its a staggered GridView. you can search for it and implement. – Ankii Rawat Jun 19 '15 at 06:43
-
Refer this http://stackoverflow.com/questions/11227597/gridview-with-dynamic-number-of-colums-in-each-row – sasikumar Jun 19 '15 at 06:44
-
Use a `GridLayout`, instead – Phantômaxx Jun 19 '15 at 06:59
1 Answers
1
try to look for AsymmetricGridView https://github.com/felipecsl/AsymmetricGridView its a nice library. And easy to use.
more options :-

Praveen Sharma
- 4,326
- 5
- 25
- 45
-
you can customize the code as per your requirement. No one can code for you. – Praveen Sharma Jun 19 '15 at 07:01