-2

i want to make Grid View like below image

enter image description here

just Grid View with different image size with CheckBox. i want to run this in API 8 to API 19

i have already tried StaggeredGridView but it is depend on Image size. if all images are same size then its look like simple Grid View.

it is possible. want some suggestion.

Dhaval Parmar
  • 18,812
  • 8
  • 82
  • 177

4 Answers4

2

i suggest checking out this library.

i've also made a post about it, here .

Community
  • 1
  • 1
android developer
  • 114,585
  • 152
  • 739
  • 1,270
1

Try using Quilt View.may be it will help. i haven't used it but it might help

null pointer
  • 5,874
  • 4
  • 36
  • 66
-1

make your own ViewGroup, override onMeasure and onLayout. or, make your own View, override onDraw and onTouch.

afpro
  • 1,103
  • 7
  • 12