[ad_1]
You can simply do this,
String yourString = yourResponse.substring(yourResponse.lastIndexOf('#') + 1);
1
[ad_2]
solved how to do substring of HttpResponse in android
[ad_1]
You can simply do this,
String yourString = yourResponse.substring(yourResponse.lastIndexOf('#') + 1);
1
[ad_2]
solved how to do substring of HttpResponse in android