Looking for a horizontal list view GUI componnet in Android similar to UICollectionView
in iOS. I trid ListView
but was not able to set up to scroll it horizontally.
I need only one line, so no grid like multi line 'table'. I know about TableLayout
and GridLayout
. Which one is more proper for my purpose?
Looking for not a 3rd party solution but a standard Android one without loading in and library.