In Android Studio, how make an item in the recyclerview open another activity when clicked?

11 Views Asked by At

I enter text in search text fields and then press submit. The text is appended to a baseURL2 and sent. The JSON is parsed and displays select objects in a recyclerview.This all works great. Now I want to click a value that is in the recyclerview and append to another URL and send. Then parse that response and display in a new activity. It is an easy thing to ask but I am having issues when clicking an item in the recyclerview, nothing happens. And everytime I get to this step, I break my code.

Tried adding click listener and I can see it react in the logcat. But nothing happens on screen

0

There are 0 best solutions below