TL;DR: This article solves the problem of horizontal scroll position lost when scrolling vertically and horizontal scroll gestures being registered as vertical. Refer to this GitHub repo with sample app to see solution. Many apps including Netflix and Play Store use the nested recycler pattern of having multiple horizontal scrollable…