I am trying to get an idea of what most developers use to interact with web services.
The two main patterns I see in apps is to either create: - Create an AsyncTask to make restful requests, and then do something with `onPostExecute`, or to - Create a service, and then have some API between the app and the service, perhaps backed by a database. I would suspect that for simple cases, the first thing would suffice, and for more advanced cases, the second might be necessary. I was wondering if there were any other patterns that app developers used that I hadn't thought about, Kris -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

