Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jsqmessagesviewcontroller like elagant message library for android

I am trying to create a messaging app and want to use any existing messaging library for doing so. I found Jsqmessagesiviewcontroller library for IOS which is open source and is pretty easy to use. However, I am not able to find any similar library for Android. Does anyone knows about any messaging library present for android is open source and can be easily modified and customized for different use cases? NOTE: I have found, https://github.com/guardianproject/ChatSecureAndroid, which looks promising but would like to know if there more options to consider.

Thanks in Advance.

like image 385
ggsrivas Avatar asked Jan 05 '23 17:01

ggsrivas


1 Answers

We're just released JSQMessagesViewController-like library to create UI for chats. Check it out on GitHub: http://github.com/stfalcon-studio/ChatKit

like image 61
Alexander Krol Avatar answered Feb 21 '23 13:02

Alexander Krol