Does the below 2 lines of codes produce the same output?
Uri.parse(BASE_CONTENT_URI.toString() + "/" + PATH_CARDS);
BASE_CONTENT_URI.buildUpon().appendEncodedPath(PATH_CARDS).build();
Does the below 2 lines of codes produce the same output?
Uri.parse(BASE_CONTENT_URI.toString() + "/" + PATH_CARDS);
BASE_CONTENT_URI.buildUpon().appendEncodedPath(PATH_CARDS).build();
برچسب:
نویسنده: استخدام کار