open files (pdf , mp3 , mp4 , …) when Clicking on the recyclerView
问题 I have a RecyclerView that shows the list of files exist in the app directory . Now, when user click on a particular row , that file will open. This is the Screenshot of my RecyclerView : This is The viewHolder of my Adapter code : // =========================== ViewHolder ========================== public class ViewHolder extends RecyclerView.ViewHolder implements View.OnClickListener { private TextView txtTitle; private ImageView imgDelete; public ViewHolder(View itemView) { super(itemView)