Skip to content

Instantly share code, notes, and snippets.

@deskid
Created May 22, 2015 03:22
Show Gist options
  • Save deskid/9c80f4c4e22bbed88591 to your computer and use it in GitHub Desktop.
Save deskid/9c80f4c4e22bbed88591 to your computer and use it in GitHub Desktop.
uri parma map
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