AndroidStaggeredGrid
AndroidStaggeredGrid copied to clipboard
An Android staggered grid view which supports multiple columns with rows of varying sizes.
Hi I want to implement a staggered grid view. and this grid can be a 16 * 16 square matrix of grid. and initially, it will be showing the 6*3...
Your work is helping me a lot 👍
I met this problem, by Log Tag:dalvikvm method Lcom/etsy/android/grid/ExtendableListView;.fillGap incorrectly overrides package-private method with same name in Landroid/widget/AbsListView; method Lcom/etsy/android/grid/ExtendableListView;.getFooterViewsCount incorrectly overrides package-private method with same name in Landroid/widget/AbsListView; method...
when doing fast scroll on load more items are displyed only one side and some time view will empty without any item.
Hi, I want to handle the last item in the list to load more pagination into an adapter
As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.
Hello, when i copy and paste these lines in android studio's gradle.build it tells me that it can't resolve it repositories { mavenCentral() } dependencies { compile 'com.etsy.android.grid:library:22.0.0' // read...
The documentation says it's deprecated and you are using Google's own RecyclerView with their StaggeredGridLayoutManager internally at Etsy too, but StaggeredGridLayoutManager is only supported for API 22 and above.
1. add header view ``` ```  1. Long Click in EditText 2. throw Exception. java.lang.NullPointerException at android.widget.AbsListView.showContextMenuForChild(AbsListView.java:2891) at android.view.ViewGroup.showContextMenuForChild(ViewGroup.java:647) at android.view.ViewGroup.showContextMenuForChild(ViewGroup.java:647) at android.view.View.showContextMenu(View.java:4310) at android.view.View.performLongClick(View.java:4279) at android.widget.TextView.performLongClick(TextView.java:8250) at android.view.View$CheckForLongPress.run(View.java:17700)...