0

set data for RecyclerView [arraylist]

OnScrollChangeListener and where I want to update RecyclerView

The above code shows the process in which i add the RecyclerView.

The problem when the RecyclerView reaches the bottom I would like it to load and update the data. Everything works fine and the RecyclerViewAdapter is updated and take the new items but problem is the RecyclerView doesn't change why?

I really search a lot but nothing is work, thank you

BradleyIW
  • 1,338
  • 2
  • 20
  • 37
Mosa
  • 353
  • 2
  • 16

1 Answers1

0

recyclerView.swapAdapter(adapter, false); use it after adapter updated this solve my problem when check this answer https://stackoverflow.com/a/26645164/6246772

Community
  • 1
  • 1
Mosa
  • 353
  • 2
  • 16