I’m asking about the right way to concatenate a url with values !
here my example “http://10.0.2.2/myFolder/page.php?value1=!!&value2=!!,+value1,+value2”
I hope you will understand what I’m saying cause I’m new to Android and thank you.
I’m asking about the right way to concatenate a url with values ! here
Share
Jamal, Are you trying to concatenate the String: “http://10.0.2.2/myFolder/page.php?value1=!!&value2=!!,+value1,+value2” ?
If so, Please try the follwing:
Hope this helps