GenericAdapter
GenericAdapter copied to clipboard
ItemClick issue
onItemClick does not work
**> @Override
public void onItemClick(PeopleModel model, int position) { Log.d("test", "onClick: click"+model.getAddress()); Toast.makeText(MainActivity.this, "" + model.toString() + " - " + position, Toast.LENGTH_SHORT).show(); } });**
What error you are getting?
I don't get any error. But it doesn't work
Put your code snippet here. so that i can guide weather you are using it correctly or not