Created
November 28, 2016 10:58
-
-
Save talhahasanzia/1f0a1cda4f747810757976e4fb55f750 to your computer and use it in GitHub Desktop.
Create URI for /res folder
This file contains hidden or 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.parse("android.resource://" + getPackageName() | |
+ "/drawable/"+nameOfFile); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment