KodFun
0
Q:

android uri to string

Uri myUri = Uri.parse("http://stackoverflow.com")
1
Uri uri;
String stringUri;
stringUri = uri.toString();
1

New to Communities?

Join the community