November 23, 2017

How to remove spaces from url in android

String user_params="your url with spaces";
String check_params=user_params.trim().replaceAll(" ","%20");

No comments:

Post a Comment