Android Question Sample Messenger with B4A

AmirPYTHON

Member
Hi guys!
I saw the mqtt tutorial from Erel on this site, but it worked with Wi-Fi. Does anyone have information about this? How to make an online messenger similar to WhatsApp?
 

aeric

Expert
Licensed User
Longtime User
I think it is better to use Firebase Cloud Messaging. Search the forum for tutorial.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Does anyone have information about this?
You can find a MQTT Tutorial here
How to make an online messenger similar to WhatsApp?
This is not a simple task. You may start with simpler reqirements
 
Upvote 1

aeric

Expert
Licensed User
Longtime User
Firebase is not accessible in my country. Do you know another service?
You need to look for alternative then. No one know where are you coming from so we can't suggest.
A quick search found MagicBell. Don't ask me, I am not familiar with FCM alternatives.
 
Upvote 0

josejad

Expert
Licensed User
Longtime User
but it worked with Wi-Fi.
If the MQTT server is online, then you can reach it through mobile data too.

Not sure if you are talking about this tutorial where I think the mqtt server is embedded in the app, but you can use an online mqtt server instead of one of the phones.
 
Upvote 2

josejad

Expert
Licensed User
Longtime User
You can chat with just one person using an online mqtt server
 
Upvote 1
Solution
Top