[SOLVED] Pull data from Ubidots

We are able to send the temperature values to the ubidots , but now we want to create a mobile app, in which we can display the temperature values to a end user.

Although I find a number of demo applications which show how to push the data, but I do not find any demo/tutorial for how to pull data from ubidots and how to display the pulled information in a mobile app.
Can I get any references to any existing tutorial/example in which it is shown how to get data from ubidots, how to parse the received data and possible different ways of displaying the information.

Thank you,

Hi Noorah,

You can follow this example In http://ubidots.com/docs/examples/cattle.html You can find the source in https://github.com/ubidots/ubidots-cattle-web-example however you can use the android tutorial and replace the method to send data to ubidots for pull data and show the information.

Regards.

Thanks Woakas for the prompt reply.

Although, I got some idea from the cattle example (desktop based application), but It would be really great if you can point me to some android based demo application.

Hi, in Industrial IoT - Ubidots Developer Guides this guide uses Android Studio.

Regards.