Sticky-Header-Grid
Sticky-Header-Grid copied to clipboard
Sticky header grid layout manager for RecycleView
**_Rationale_**: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Quote (from a link above): > **_May 1st | Bintray, JCenter, GoCenter, and ChartCenter services will no longer be available_** **_Note:_** it seems that Signal Android app depends...
I want to hide header if there is only one section in list but i am not able to fine any way to do this, if I hide main view...
Fatal Exception: java.lang.NullPointerException Attempt to read from field 'android.view.View androidx.recyclerview.widget.RecyclerView$d0.itemView' on a null object reference at androidx.recyclerview.widget.RecyclerView$Adapter.createViewHolder(RecyclerView.java:9) at androidx.recyclerview.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(RecyclerView.java:49) at androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:1) at com.codewaves.stickyheadergrid.StickyHeaderGridLayoutManager.onLayoutChildren(StickyHeaderGridLayoutManager.java:31) at androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:38) at androidx.recyclerview.widget.RecyclerView.dispatchLayout(RecyclerView.java:37) at androidx.recyclerview.widget.RecyclerView.onLayout(RecyclerView.java:5) at...
This problem happened when I use header recycler on Xiaomi and Huawei devices. Fatal Exception: java.lang.NullPointerException Attempt to read from field 'android.view.View androidx.recyclerview.widget.RecyclerView$d0.itemView' on a null object reference Stack trace:...
I have implemented working fine but i am confuse here like simple recyclerview grdiview have SpacesItemDecoration to make spaces between two items how can i acheive this on this code...
I'm trying (and failing) to get this working with a PagedList for convenient paging of large datasets. Is this something you plan on introducing in the future?
Hi, I would like to use this library. But I'm using AndroidX support libraries. Please migrate this library to AndroidX in another repo.
Video: https://imgur.com/a/aF5b3nB Tested sample app with the following data: ```java private static final int SPAN_SIZE = 3; private static final int SECTIONS = 50; private static final int SECTION_ITEMS =...
I used StickyHeaderGridAdapter and when I have added a new header and footer I can't because I can't override this final method getitemviewtype.