Khristopher Santiago
Khristopher Santiago
Solution: ~$ **sudo ln -s /snap/bin/scrcpy /usr/bin/scrcpy**
Hello, thanks to you for creating this library, it saved me a lot problems, because I was trying to implement a RecyclerView with loop. 1) Yes, it's working and center...
I was traying to do somthing like this: https://github.com/adityagohad/HorizontalPicker But this library dosen't have loop.
I think so, how can I do that?
It work!, but I made some changes: _Java Code:_ ``` int topLeftIndex = layoutManager.getTopLeftIndex(); int bottomRightIndex = layoutManager.getBottomRightIndex(); int centerIndex = (topLeftIndex + bottomRightIndex) / 2; if (topLeftIndex == dataList.size()...
> It work!, but I made some changes: > > _Java Code:_ > > ``` > int topLeftIndex = layoutManager.getTopLeftIndex(); > int bottomRightIndex = layoutManager.getBottomRightIndex(); > int centerIndex = (topLeftIndex...