I need to convert a string to URI, the string is a link to a php file, I can convert it to a Uri through Uri.parse(string) but it needs to be URI in all caps lock in order to insert it in here:
HttpPost httppost = new HttpPost(link);
I don’t know the difference between URI and Uri.
I think I got it: