I am having a parent recycler view with vertical rows, where odd rows of recycler view are header views and even rows are again recycler views with horizontal scrolling. What are the best ways to improve scrolling such that all the vertical scrolls are received by the parent and the horizontal scrolls if on the even rows are received by the child recycler views without affecting the parent?
Asked
Active
Viewed 36 times
0

FreakyAli
- 13,349
- 3
- 23
- 63

Midhun Kumar
- 549
- 5
- 23
-
What have you done yet? Could you provide your sample code? – Billy Liu - MSFT May 03 '18 at 09:55
-
@Billy doesnt have much understanding about intercepting touch events.. trying to figure it out – Midhun Kumar May 04 '18 at 01:52
-
Hope this documentation could help:[Manage touch events in a ViewGroup](https://developer.android.com/training/gestures/viewgroup) – Billy Liu - MSFT May 04 '18 at 07:43