Android
As a follow up to my earlier post, I would like to make a jar library available that should allow you to access any RESTFull service that uses JSON. Simply import this jar file into your project and you should be good to go. Please note that the attached jar file contains a compiled copy […]
Continue reading about Android accessing RESTFull JSON Services Library
I just finished a huge project for school using the Google Android OS. The biggest hurdle I had to jump through we getting android to successfully talk to web services. I have put together a set of classes and procedures to do so that make it easy and reliable. I have taken some code from […]
Continue reading about Android accessing RESTFull Web Services using JSON