Skip to content

Instantly share code, notes, and snippets.

@osama-raddad
Created September 9, 2015 08:26
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 osama-raddad/44a6d2f8d6bacf439247 to your computer and use it in GitHub Desktop.
Save osama-raddad/44a6d2f8d6bacf439247 to your computer and use it in GitHub Desktop.
read file from raw
InputStream stream = mActivity.getResources().openRawResource(R.raw.file_name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment