android - Networkonmainthread exception while executing httprequest in a bound service from another service via aidl -



android - Networkonmainthread exception while executing httprequest in a bound service from another service via aidl -

i have service binds service via aidl.the bound service executes httprequest , returns response when method invoked callign service via aidl. getting networkonmainthread exception while doing this.

usage of asynctask failed here webservice query.any help appreciated :)

android web-services exception aidl

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -