Android Question Chat app with advanced features

trueboss323

Active Member
Licensed User
Longtime User
I'm looking to make a simulated chat app. I looked at other chat libraries on the site but they were pretty basic. Where I need a library that can support typing indicators, pictures, voice messages, avatars, animations, sounds, and others. Is there a library like it that exists yet? Or can anyone wrap one?
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Is there a library like it that exists yet?
Not that i know of.

You can use MQTT for the Transport.
You can use B4XSerializator to serialize Data when transmitting.
Most of work is to realize voice messages, sound, Video. You need to be able to create them on the sender side and also be able to play them on receiverside.
I don´t know if you can play a sound recorded in B4i in b4a easily.
'I guess it will be a timeconsuming project to create such a chat.
This is what you plan to do the next months/years? :D
I wish you Good luck ;-)
 
Last edited:
Upvote 0
Top