Is there any easy solution, library or suggestion, to have 1 column with 5 rows, and to scroll left to right? So basically i need to scroll 5 rows horizontally.
Asked
Active
Viewed 63 times
0
-
share any screens and your code till you have tried. – ajantha Jan 05 '16 at 10:11
-
I'm not clear your question, but if you want to display 5 column in 1 row, and scroll it left to right, the easy way to use http://developer.android.com/reference/android/widget/HorizontalScrollView.html – Danh DC Jan 05 '16 at 10:16
-
I added a picture to be more precise – Dusan Krsmanovic Jan 05 '16 at 10:30
-
2Use RecycleView for horizontal scrolling or HorizontalScrollView – Chandrakant Dvivedi Jan 05 '16 at 10:31
-
have a look at this link, it could help http://stackoverflow.com/questions/3240331/horizontal-listview-in-android – Mahalakshmi Jan 05 '16 at 11:07
-
Accomplished with RecyclerView – Dusan Krsmanovic Jun 21 '16 at 23:11