Android push notification: IBM MQTT

I am very new to Android and have to set up the client side using the sample application (wmqtt.jar) listed at http://www-01.ibm.com/support/docview.wss

I only know about the global welcome program.

Tell me how I can integrate it into my simple Android application step by step.

Thanks and respect.

+2
source share
3 answers

There is a good example and go through http://dalelane.co.uk/blog/?p=1599

, Java- . http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.java.git/ - , , wmqtt.jar.

+3

A very good code example, available at http://mosquitto.org/files/examples/android-mqtt-example.zip . Once you understand how this works, you can start writing your own code.

0
source

All Articles