Uri → String Uri uri; String stringUri; stringUri = uri.toString(); String → Uri Uri uri; String stringUri; uri = Uri.parse(stringUri);