2021年5月1日星期六

How to always show the last item in the recycler view in android studio.?

I have created a chatting application in Android Studio and I want to always show the latest message means the last position of recycler view. Can anyone help me with this problem?

I have searched for this on Stack Overflow and found smoothScrollToBottom method, but this method is too slow if the user have say, 1000 messages, it would take recycler view nearly 2 min. to show me the last message(latest message) ....

So is there any way I can solve this problem. ?? I would really appreciate that..

https://stackoverflow.com/questions/67352616/how-to-always-show-the-last-item-in-the-recycler-view-in-android-studio May 02, 2021 at 11:01AM

没有评论:

发表评论