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
use list.add(0,items); it will add new item to top of recyclerview
list.add(0,items);