Suppose I have a file with JSON contents in the raw resources folder in my app. How can I read this into the app, so that I can parse the JSON?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
See openRawResource. Something like this should work:
|
|||
|
|
|
From http://developer.android.com/guide/topics/resources/providing-resources.html:
|
||||
|
|