Is there an Android REST framework that has AsyncTask rolled into it? It seems like this should be demanded by everyone, or am I missing something?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a solution in Android that can be easely used for REST implementation and it’s
IntentService. You can check youtube for “Google I/O 2010 – Android REST client applications”. You will find all best practives for REST in Android there.