You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had big trouble to deserialize an xml response in Android from the server because all the data was in one line without any "\n" betweens the fields. I did a small patch in my code to replace "><" with ">\n<". It was working before the update on the server side that I don't have the control of it.
The text was updated successfully, but these errors were encountered:
I had big trouble to deserialize an xml response in Android from the server because all the data was in one line without any "\n" betweens the fields. I did a small patch in my code to replace "><" with ">\n<". It was working before the update on the server side that I don't have the control of it.
The text was updated successfully, but these errors were encountered: