<Auto scroll on Recyclerview> I create a RecyclerV...
# stackoverflow
u
Auto scroll on Recyclerview I create a RecyclerView with auto scroll functionality using Runnable task. My list is scroll perfectly upto the end of the list. What I want - suppose there are 1-2-3 items in list then again show 1-2-3 after ending the list in RecyclerView. what I had done val partner_recyclerView: RecyclerView = findViewById(R.id.partnership_slider) var partnerAdapter : MyPartnerAdapter = MyPartnerAdapter(partnerImageList) var linearLayoutManager : LinearLayoutManager =...