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.