0

I would like to Apologize if i am posting in the wrong section.

I am learning android app development. When it came using webservices , xml parsing its a bit confusing as

i have no knowledge on working with any type of online data.

I would like some suggestions on what i could study to understand the concept better.

To explain this situation better

I am a c++ programmer who wroks on local applications. Now with this study i am trying to obtain some data off a website, to display on the mobile in a proper formatted manner.

really would appreciate any suggestions.

1 Answers1

2

Probably,if you want to make things properly, the most difficult regarding to this task is building your own RestClient to consume the WebServices, here I provide you one with simple HttpMethods: GET, POST.

Community
  • 1
  • 1
Daniel Conde Marin
  • 7,588
  • 4
  • 35
  • 44