[SOLVED] Ubidots MQTT implementation in Android

I want to get data from ubidots using MQTT on my android app. Anybody know how to implement MQTT in android to get data from Ubidots? I just want to get data not to publish.

Hello, PAHO is a very popular tool tool to implement MQTT for Android but we had in the past feedback from some users who said that it had timeout issues on their different routines during their attempts to connect. Right now we don’t know if that problems are solved so if you use it and it works fine for you please post your comments and scripts, they will be very useful for the community :slight_smile: . You may use another tool, like the one from IBM.

Hope this post gives you additional hints for your project.

Regards