Hi,
Just discovered that the http library causes a problem on higher SDK's/API's. Code that worked for last 6 months on older devices causes a problem in for example ICS. See here for more documentation: NetworkOnMainThreadException | Android Developers
Higher SDK's shouldn't do networking anymore on the main thread. How can we solve this issue?
Just discovered that the http library causes a problem on higher SDK's/API's. Code that worked for last 6 months on older devices causes a problem in for example ICS. See here for more documentation: NetworkOnMainThreadException | Android Developers
Higher SDK's shouldn't do networking anymore on the main thread. How can we solve this issue?