I have a fragment where I create the RecyclerView and I want to make another instance of that fragment with the same RecyclerView but with different Adapter to bind different data, someone knows how to do it ?
Should I create the adapter outside the fragment and send it by the fragment constructor ?