I have code in Fragment:
InfoAdapter adapter = new InfoAdapter(getContext(), R.layout.lv_info, infoList ); listingsView = (RecyclerView) rootVie
In your method onBindViewHolder, set the onclicklistener in the binded view and pass its parameters trough Bundle.