How to pass value from recyclerview item to another activity
问题 I'm trying to pass the value in recyclerview item to another activity when we click the recyclerview item. Here I use the OnItemTouchListener . I retrieve data from JSON and parse it into ArrayList. I save 5 parameters. Title, ID, Rating, ReleaseDate, urlPoster, but right now i only show 2 parameters, Title, and image from urlposter. I want to pass the other parameters to another activity, but i can't find out how to do that. There's another question similar like this (Values from