Question 46

For example, we have a file in our assets folder app/src/main/assets/sample_teas.json. To get an InputStream for reading it, from out Context context, we can try doing this:
  • Question 47

    To run your local unit tests, follow these steps:
    1. Be sure your project is synchronized with Gradle by clicking Sync Project in the toolbar.
    2. Run your test in one of the following ways (select possible): (Choose three.)