0

I have Spinner and a RecyclerView. I could scroll the recyclerview from the spinners setOnItemSelectedListener by mLayoutManager.scrollToPosition(position);

But how to achieve the reverse. If i scroll the RecyclerView I want the spinner also change. I dont have access to spinner.setSelection within the recyclerviewer.

Santhosh
  • 9,965
  • 20
  • 103
  • 243
  • Can take a look at [this](https://developer.android.com/reference/android/support/v7/widget/RecyclerView.OnScrollListener.html) – rafsanahmad007 Jan 02 '18 at 14:23
  • found the perfect answer here: https://stackoverflow.com/questions/42878132/snaphelper-item-position – Santhosh Jan 02 '18 at 18:42

0 Answers0