looping-layout
looping-layout copied to clipboard
A looping LayoutManager for the Android RecyclerView.
### :key: Use case Hi, just wondering if the looper can implement scrollToNextItem() function ### :hammer: Proposal - a function that be able to scroll to next item; input should...
### :clap: Resolves #68 ### :star2: Description ### :bug: fix test video : https://youtube.com/shorts/6JCsvgxr10Q?feature=share ### :thought_balloon: Other info
* **Device**: * **OS Version**: * **Project Version**: ### :bug: Describe If the list is redrawn when the first item visible on the screen is out of the screen, the...
* **Device**: * **OS Version**: * **Project Version**: ### :bug: Describe LayoutRequest doesn't correctly restore hasBeenInitialized correctly when parceled, then unparceled. When parceled again, it crashes to "LayoutRequest has not...
If I use LinearLayoutManager (horizontal in my case) and set left/right paddings with android:clipToPadding="false" in RecyclerView, I can partially see left and right elements of the list Screenshot from Figma...
### :key: Use case I want to use this funtion to find the item position in the center of my Horizontal RecyclerView ### :hammer: Proposal N/A ### :wrench: Alternative N/A...
First of all Thx for this Awesome project . I am trying to use [LinePagerIndicatorDecoration](https://github.com/bleeding182/recyclerviewItemDecorations/blob/master/app/src/main/java/com/github/bleeding182/recyclerviewdecorations/viewpager/LinePagerIndicatorDecoration.java) with loopingLayout manger . But it does not have a any exposed method for find...
Support for `LoopingLayoutManager` for `GridLayoutManager`? Proposal - Possible can create a LoopingGridLayoutManager by subclassing `GridLayoutManager` Alternative - Else, can provide the `Grid` type support in `LoopingLayoutManager`
### :key: Use case All solid Android components should support accessibility. ### :hammer: Proposal I'm really not sure what accessibility means in the context of this component. I believe the...
### :key: Use case Snapping is wonderful and supported by the default LayoutManager. The LoopingLayoutManager should support snapping as well. ### :hammer: Proposal It seems like snapping is partially supported...