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
I would insist you to add item at 0th position which is coming from pull to refresh as below,
0th
mArrayList.add(position, item); notifyItemInserted(position);