I work in an Android app, I need to create a vertical scroll list so that each element is also horizontal. However, each element has its own independent horizontal scrolling. Even some elements could not be.
I searched for solutions, but I see only vertical or horizontal lists. Or grids, as in TwoWayView.
I am looking for something like a mix from the following image:

Is this possible in Android? Since my data is an array of arrays.
Thanks in advance.
source
share