Beka Westberg
Beka Westberg
Hmm @IndustriasBJT do you think taking the average of the [topLeftIndex](https://github.com/BeksOmega/looping-layout/blob/30463a8b99aaab5e5e041e3bbd121fd1a70a3084/library/src/main/java/com/bekawestberg/loopinglayout/library/LoopingLayoutManager.kt#L72) and the [bottomRightIndex](https://github.com/BeksOmega/looping-layout/blob/30463a8b99aaab5e5e041e3bbd121fd1a70a3084/library/src/main/java/com/bekawestberg/loopinglayout/library/LoopingLayoutManager.kt#L75) could work for you?
You should just be able to do: ```kotlin val midIndex = (myLayoutManager.topleftIndex + myLayoutManager.bottomRightIndex) / 2 ``` If that doesn't work give me a ping and we can try to...
Heya @IndustriasBJT :D Happy to help! I'm glad you found a solution that works for you. :sunflower: > I want to know is there any way to use any funtion...
Heyo! Thanks for filing this :D I don't think I quite understand how your fix would work, but if you want to dig into this and try to get it...
Hello! Thank you for filing this issue =) That looks like a great thing to add! But sadly I'm a bit swamped with other projects at the moment :/ If...
Hello @TakeoffAndroid, That sounds like a fun feature request! But sadly, I'm currently busy with other projects, so I won't be able to work on it right now. If anyone...
Hello, thank you for submitting this issue :D Currently the LoopingLayoutManger supports scrolling via the [smoothScrollToPosition](https://developer.android.com/reference/kotlin/androidx/recyclerview/widget/RecyclerView#smoothscrolltoposition) function of the RecyclerView. If you use this in combination with the [new adapter...
> Has anyone managed to solve this problem? Have you tried the recommendation in my above comment?
> @BeksOmega I tried parsing, but I get a failure, most likely I'm doing something wrong( Could you post the code you tried? If I see what you're doing I...
I'll take this one.