android: how to setSelection the spinner from recyclerview
Asked Answered
U

0

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.

Unmask answered 2/1, 2018 at 14:17 Comment(2)
Can take a look at thisCringle
found the perfect answer here: https://mcmap.net/q/112566/-snaphelper-item-positionUnmask

© 2022 - 2024 — McMap. All rights reserved.