android - RecyclerView deleting item doesn't call OnScrollListener -
there seems lot of post on how 1 can scroll more posts , have posted question on before: adding items endless scroll recyclerview progressbar @ bottom
however, have question on deleting items in list on recyclerview. have android app fetches 5 items database server in page. fetches it, start deleting items 1 one.
the list recyclerview scrolls onscrolllistener not called haven't "scrolled".
how address problem when want add on more items list delete start eliminating items top?
when deleting each item call
recyclerview.smoothscrolltoposition(0);
it works perfectly
Comments
Post a Comment