[android-developers] Re: connecting to internet via app

2010-04-07 Thread theSmith
What do you mean enable? If you mean bypass the permission, then no. But if you application has the internet permission then you can connect several different ways. Either using the apache http library or I believe you can also use sockets (but I never have). Using the apache library I know it

[android-developers] Re: connecting to internet via app

2010-04-07 Thread patbenatar
Here's a nifty tutorial on creating a RESTful client on Android. http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/ On Apr 7, 6:40 am, theSmith chris.smith...@gmail.com wrote: What do you mean enable? If you mean bypass the permission, then no. But if