I am trying to learn how to develop web applications for Android platform, I was told that we use SOAP, JSON and HTML5 for getting and setting data using XML, now the problem is when I Google Android Web services I get very few good links that really help in understanding a concept and moreover books out in the market don’t quite focus on web services, can you experienced developers please suggest me an excellent book to get started as well as go pro in web services particularly for Android platform.
Share
I just finished up an app that uses REST JSON. I did not find any one book that had all the information. The Manning Android in Action covers some of the web call structure (but they use the defunct Google Base in the example) – see the resturant example, I think it was in Chapter 3. I was able to build on this using examples on the web to get it working. I’ll see if I can’t find some of those links.