2
votes
2answers
2k views

Android AsyncTask, HTTP Request and Parsing

I am working on Android applications for last 2 years and about 80% applications I have developed involve web-services consumption followed by some sort of XML or JSON parsing. Initially, when I had ...
2
votes
1answer
283 views

How improve a get/set method of a webservice using EclipseLink and database entities?

I am wondering if this is a correct and a good way to write the implementation of two web service methods (get/set method). The setPerson method can be called ...