Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ItemClick issue #4

Open
rudroanik opened this issue Sep 27, 2020 · 3 comments
Open

ItemClick issue #4

rudroanik opened this issue Sep 27, 2020 · 3 comments

Comments

@rudroanik
Copy link

rudroanik commented Sep 27, 2020

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();

        }
    });**
@manojbhadane
Copy link
Owner

What error you are getting?

@rudroanik
Copy link
Author

I don't get any error. But it doesn't work

@manojbhadane
Copy link
Owner

Put your code snippet here. so that i can guide weather you are using it correctly or not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants