I have a simple android app that I made in Android Studio which pulls JSON weather data down from openweathermap.org and it works well.
In a separate project, I am using the IBM Bluemix IoT Cloud to monitor some physical temperature data from a sensor that is being transmitted to the cloud via my Raspberry Pi.
I would like the implement this info into my app, by pulling the JSON data from the Bluemix platform.
Does anyone have any guides or tutorials for how to enable access to the JSON data directly from the Android App?
Most of what I've read on the IBM guides, seem to incorporate using Node-Red and the other IBM services instead of a homemade app.