Skip to content

Instantly share code, notes, and snippets.

@sidhuparas
Created March 20, 2018 03:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sidhuparas/6b8c04b2ac225f2cb5afc131bf2eb38a to your computer and use it in GitHub Desktop.
Save sidhuparas/6b8c04b2ac225f2cb5afc131bf2eb38a to your computer and use it in GitHub Desktop.
Uri requiredUri = Uri.parse("https://developer.android.com/guide/components/intents-common.html").buildUpon()
.appendQueryParameter("utm_source","udacity")
.appendQueryParameter("utm_medium", "course")
.appendQueryParameter("utm_campaign", "android_basics")
.fragment("Phone")
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment