>
> So for andriod 4.0 you can not do http request anymore ?

That is not quite accurate... You can't do an http request *on the UI thread
*.


> So What do I need to adjust here to let it work ?
>
I would do it either with an AsyncTask or with a Service... possibly an
IntentService depending on your needs.

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Wed, Oct 10, 2012 at 2:35 PM, Kristof D.B <[email protected]> wrote:

> So for andriod 4.0 you can not do http request anymore ? So What do I need
> to adjust here to let it work ?

-- 
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

Reply via email to