How can I convert a String to a Uri in Java (Android)? i.e.:

String myUrl = "http://stackoverflow.com";

myUri = ???;

8 Answers
8

Leave a Reply

Your email address will not be published. Required fields are marked *