• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Random and secure messaging

umtblbl

Member
Hi friends, I want to make a secure random messaging app between Android Studio and users.

1) Is there a library, technique, procedure you can recommend for this?

2) Is there a library of resources that users can recommend for secure messaging and random matching of users?

3) Is the firebase suitable as a database?
 
Hello, my friend. Thank you very much for your reply :) I can customize and use a library in this way. But I'm not very knowledgeable about libraries. For example, how can I add the ChatKit library here to my project file. Is there any problem in terms of commercial or application security when using this project?
 
If you read the instructions on the Chatkit Github page, it tells you how to use the library
Include this dependency in your build.gradle file

compile 'com.github.stfalcon:chatkit:0.3.3'

There are also details of their licensing terms, again on the same page.
 
Back
Top Bottom