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\'
Just Place these lines of code in onClick(View view)
view.getContext().startActivity(new Intent(view.getContext(),SecondActivity.class));