Based on google video I / O http://www.google.com/events/io/2010/sessions/developing-RESTful-android-apps.html I got this question ...
Regardless of whether the call is resting calls or regular HTTP calls, they will have the same problem mentioned in this video. Thus, this means that this is not a good implementation if we use asynctask from activity.
Isn’t it too difficult to always perform the service and content provider, even we just need to make a simple HTTP call to the server and get a bunch of text to display on the android?
It really bothers me what you guys think?
Usher source
share