Hey everyone,
While looking into options for adding chat to an Android app, I came across this repo and thought it might be useful for others working on similar stuff:
GitHub: https://github.com/MirrorFly/MirrorFly-Lite-Chat-SDK-App-Android
It’s a simple sample app showing how their chat SDK works. The code is pretty clean, so even if you don’t end up using the SDK, it’s worth a peek for implementation ideas—things like message handling, adapters, UI layouts, etc.
Here are step by step guide for your reference,
https://www.mirrorfly.com/blog/how-to-build-an-instant-messaging-app/
Not claiming it’s perfect or the only option out there, but integrating chat can be tricky, so sharing in case it saves someone time. If anyone’s tried it or knows alternatives, would love to hear your thoughts.