Re: [android-developers] http post NetworkOnMainThreadException

2012-10-26 Thread Amey Bapat
http://lmgtfy.com/?q=NetworkOnMainThreadException+in+android On Thu, Oct 25, 2012 at 4:40 PM, aueddonline commsult...@gmail.com wrote: Below I have some of my MainActivity class which starts by making a http post request to the web server running on my development laptop. The webpage

Re: [android-developers] http post NetworkOnMainThreadException

2012-10-26 Thread Ralph Bergmann | the4thFloor.eu
http://developer.android.com/training/basics/network-ops/connecting.html#AsyncTask Am 26.10.12 11:38, schrieb Amey Bapat: On Thu, Oct 25, 2012 at 4:40 PM, aueddonline commsult...@gmail.com laptop. The webpage outputs some JSON also shown below; However I am getting a

[android-developers] http post NetworkOnMainThreadException

2012-10-25 Thread aueddonline
Below I have some of my MainActivity class which starts by making a http post request to the web server running on my development laptop. The webpage outputs some JSON also shown below; However I am getting a NetworkOnMainThreadException when running the app. I can go into the browser within