[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 doesn't matter which type of connection the
device has, so long as it has a connection.


--
Creator of My College Life
http://mycollegelife.org

On Apr 7, 9:15 am, Ashish Mahamuni ashish531...@gmail.com wrote:
 Hi

 Is there any way to start/enable the internet through Wifi/GPRS/EDGE/UMTS
 from my android application??

 Thanks and Regards.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.


[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 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 doesn't matter which type of connection the
 device has, so long as it has a connection.

 --
 Creator of My College Lifehttp://mycollegelife.org

 On Apr 7, 9:15 am, Ashish Mahamuni ashish531...@gmail.com wrote:



  Hi

  Is there any way to start/enable the internet through Wifi/GPRS/EDGE/UMTS
  from my android application??

  Thanks and Regards.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.