For example, we have a file in our raw folder app/src/main/res/raw/sample_teas.json.
To get an InputStream for reading it, from out Context context, we can do this:
A . val input = context!!.openRawResource(R.raw.sample_teas)
B . val input = context!!.getRawResource(R.raw.sample_teas)
C . val input = context!!.resources.openRawResource(R.raw.sample_teas)
Answer: C
Latest Associate Android Developer Dumps Valid Version with 107 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund