In here , We implemented a recyclerview just like other chatting application. No refresh whole lost , No scrolling down . Only a specific item will refresh. Delete and Edit option added. Read Description For More
layout.setStackFromEnd(true);
//To a specific specic item in recyclerview
adapter.notifyItemInserted((int)p);
//When item is changed, then refresh a specific item
adapter.notifyItemChanged((int)p);```
My contact details available in my profile
THIS IS WHY THE RECYCLERVIEW IS BETTER THAN OTHER LISTVIEWS
©2024 Sketchub | User Policy