Hi, There you can download APK file "Generic Messenger" for Android free, apk file version is 1.4 to download to your android device just click this button. It's easy and warranty. We provide only original apk files. If any of materials on this site violates your rights, report us
This app show the creation of a generic messenger app - based on MQTT this app is a showcase for building messanger apps such as Viber or Whatsapp, but it is not a replacement or alternative to either of them.
The app uses TelephonyService to get your phone number, which is your unique identification on the service.
The app uses your Contact listing to initiate new chats.
No data is stored elsewhere on the app.
It also uses Internet for sending messages, note that although the messages are small (see MQTT) you should always use WiFi when possible to avoid extra charges. I will not take any responsability for extra data charges this app may cause.
Always avoid using ROAMING when connecting to internet if you're unsure about your phone service internet charges.
The source code is freely available at GitHub: https://github.com/agoransson/generic-messenger/
Please note that this app uses MQTT 3.1.1, currently there are no openly available brokers for this protocol, but you can start your own 3.1.1 broker using the testing software found at https://wiki.eclipse.org/Paho/MQTT_Interop_Testing_Day
Update: Mosquitto 1.3.1 is now available and it supports both 3.1 and 3.1.1 MQTT specs.
The application uses the Qatja MQTT client library, available at https://github.com/Qatja/android