I have created a RecyclerView that scrolls vertically. Inside that recyclerView I am inflating CardViews that contain a RecyclerView inside Of them that also displays items vertically. Whenever I want to scroll RecyclerView inside my cards their scroll is being ignored.
I have been told it isn't a good practice to have two recyclers that scroll in the same direction inside each other but I am creating an app with similar functionality to an IOS app and the inner scroll works great on that app.