Vertical and horizontal scroll list or grid in Android

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:

Vertical and horizontal scroll and grid list

Is this possible in Android? Since my data is an array of arrays.

Thanks in advance.

+4
source share
1 answer

, :

.

0

Source: https://habr.com/ru/post/1611809/


All Articles