I am working in an android app that I need to build an vertical scrolling list that each item is also a horizontal list. However each item has its independent horizontal scroll. Even some items could not have.
I have been looking for solutions but I only see vertical OR horizontal lists. Or grids like in the TwoWayView.
I am looking for something like the mix from the following image:
Is that possible in Android? Because my data is an array of arrays.
Thank you in advance.