Isn't it too hard to make a REST call based on REST client applications for Google I / O Android

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?

+3
source share
1 answer

Yes, its a lot of work for a one-time office call. Recently, I used a new api loader for this type of thing. More specifically AsyncLoader

+1
source

All Articles