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