I have a Recyclerview in my activity. when I pull down it will load new items to recycle view.
Now I need to implement pull to refresh the concept to my recyclerview. I have
Recycler view has nothing to with ordering of items. From the above code you are refreshing contents and simply displaying what you are getting from server. May be the items returned from server are in the order they get displayed. So check the order from server what you are getting.