• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. P

    Accessing assets folder from within a fragment

    Hi. I'm trying to use inputStream in a fragment but having difficulty with the usage. Works fine in an activity. Please help. The issue in the code below is the line that accesses the assets folder. Thanks import android.os.Bundle import androidx.fragment.app.Fragment import...