Tag Archives: Android
Android read file from URL
Access an URL on Android and prevent Authentication error & HTTP response code: 401 on public URLS
Read More...
Posted in Android, Java
Also tagged 401, authentication, HttpClient, IOException, URL
Leave a comment
Android XML parsing workaround
The problem I came across a problem while using XML in my android application. When trying to parse XML in android 2.2 and above, I read the qName variable and use that to do my magic. But in sdk version 7 (2.1) this poses a serious problem. A bug in the Android code, causes the [...]
Read More...