SyntaxFix
Write A Post
Hire A Developer
Questions
In onViewHolder set onClickListiner to any view and in side click use this code :
Toast.makeText(Drawer_bar.this, "position" + position, Toast.LENGTH_SHORT).show();
Replace Drawer_Bar with your Activity name.
Drawer_Bar