kolllor33
Results
2
comments of
kolllor33
I have made an implementation that gives a random initial rotation to the background cards I don't know if you like it but here are some pictures of my result....
Have you tried basing your code on this example? from [here](https://stackoverflow.com/questions/38741787/scroll-textview-inside-recyclerview) I tested this with the newest version and it seems to work fine. ```java public ViewHolder(View itemView) { super(itemView);...