I have developed a RESTful web services for a temperature sensor. The basic work done here is, the sensed data from the sensor is stored in a database and provided to user in say as a localhost.
I want to develop a android application to view these data either from my database or localhost.
I would like to know if this is possible and if so where can I start my work on this?