I am trying to implement horizontal and vertical scrolling for a Recycler view at the same time.I have to show a table of 8 columns, so I plan to implement horizontal and vertical scrolling at the same time.
I tried HorizontalScrollView in list row but it is scrolling horizontally in one row. I also tried the HorizontalScrollView as the parent of recyclerview but its not working
list_row.xml
Activity_main.xml
can any one please tell me an idea.