ac4android
Well-Known Member
My PHP script returns a dataset from an SQL query in mySQL.
In Android, I instantiate a HttpURLConnection and do a GET.
The BufferedReader returns the dataset to my Android with a lot of spurious characters.
I don't quite know where to debug this, can some of the gurus here point me in the right direction please:
Maybe I should just put in some work to create a nice XML layout for it in onPostExecute(String result) ???
In Android, I instantiate a HttpURLConnection and do a GET.
The BufferedReader returns the dataset to my Android with a lot of spurious characters.
I don't quite know where to debug this, can some of the gurus here point me in the right direction please:
Maybe I should just put in some work to create a nice XML layout for it in onPostExecute(String result) ???
