Created
May 22, 2015 03:22
-
-
Save deskid/9c80f4c4e22bbed88591 to your computer and use it in GitHub Desktop.
uri parma map
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Uri.Builder builder = Uri.parse(baseUrl).buildUpon(); | |
builder.appendQueryParameter(key, value); | |
return builder.build().toString(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment