How Putextra In Recyclerview With Arraylist From Json
I'm try to go another activity, from RecyclerView with determined position, and i need putExtra for load info in the destin activity. I'm based in this example, but i have problem
try this
listView.setOnItemClickListener(newAdapterView.OnItemClickListener() {
@OverridepublicvoidonItemClick(AdapterView<?> adapterView, View view, int i, long l) {
// do on item click
}
});
it will fix below issue
Cannot resol symbol 'ListitemClickListener'
Post a Comment for "How Putextra In Recyclerview With Arraylist From Json"