0

I need staggered view for

compileSdkVersion 26
minSdkVersion 15
targetSdkVersion 25

https://developer.android.com/reference/android/support/v7/widget/StaggeredGridLayoutManager.html needs API 22 o r higer.

ishandutta2007
  • 16,676
  • 16
  • 93
  • 129

1 Answers1

0

It's available in the support library but you can take a look at Etsy's staggered grid layout library that supports anything API 10 or higher.

Here's the link

Note: it's deprecated.

chornge
  • 2,021
  • 3
  • 28
  • 37
  • 1
    Whats the difference between the one in support library and one by Etsy ? Secodly why use third party library when android already has it ? Thirdly if something is tagged deprecated then there must be some alternative for old versions, what's that ? – ishandutta2007 Oct 05 '17 at 06:58