Skip to content

Instantly share code, notes, and snippets.

@talhahasanzia
Created November 28, 2016 10:58
Show Gist options
  • Save talhahasanzia/1f0a1cda4f747810757976e4fb55f750 to your computer and use it in GitHub Desktop.
Save talhahasanzia/1f0a1cda4f747810757976e4fb55f750 to your computer and use it in GitHub Desktop.
Create URI for /res folder
Uri.parse("android.resource://" + getPackageName()
+ "/drawable/"+nameOfFile);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment