Câu 12: Associate Android Developer
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:
Nội dung câu hỏi
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:
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- 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) — đáp án hiện tại
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.