android-chat-ui icon indicating copy to clipboard operation
android-chat-ui copied to clipboard

Updating

Open githubrasmus354 opened this issue 7 years ago • 2 comments

Hello, Thanks for great UI! I'm currently trying to delete messages from the view that are older than x days, but unfortunaltely i can't but it together. My question is that how do i access the message list adapter to view all the message currently on the chat screen and loop through all the messages and if their timestamp is older than x days/hours delete them from the ChatViewListAdapater. Is there a way?

githubrasmus354 avatar Mar 27 '17 16:03 githubrasmus354

@segunfamisa can you help with this?

timigod avatar Apr 12 '17 20:04 timigod

Hi, this lib is really good. I was asking if there is a way to get access to the list adapter as well so that messages auto-fill in the chat view without first reading the from database for example and then looping to add them into the chat view. I am looking into how I can build that for my use case. If interested, we can collaborate and have that merged into the original library. Thanks.

Also the title of this issue is a bit misleading. Could be changed to "Updating messages in chat view" ?

rutura avatar Oct 31 '17 04:10 rutura