I have received response from the server.
I have stored that values in one string.
But my problem is in that string have some attribute values with & symbol its not an xml structure, so how can I get that attribute values in that string.
This is i am getting response from server. [Newlines have been added for clarity, it was all run together in one line -- editor]
¤cy_code=USD
¤cy_symbol$
&email_id=good@good.com
&usertypecode=ROBT
&id=fcscdj
&player_level=1
&player_isblocked=false
&lang=en
&respond=true
&flylogin=false
&str=PageEnd
&user_balance=100000394.90
&user_bonus_balance=0.00
&user_id=e4567
How can I get this values and show in label example currency code values in need to show in one label like USD in that label.
Like that I need to do all dis email_id
,usertypecode
,player_isblocked
Please help me out This problem