I want to go into a new Activity with the onClick() method but my code is not working. Can you please offer some advice. I have some issues with the recyclerView, since it\'
you have to create constructor of FragmentOne like this
Activity activity; FragmentOne(Acticity activity){ this.activity = activity; }
After that start activity with the reference of that activity like this
activity.startActivity(intent);