I am trying to implement RecyclerView in
BottomSheetDialogFragment
but at time of setting
adapter to recyclerView
, compile time error showing it can't be applied. Am I doing wrong using recyclerView in BottomSheetDialogFragment or is there any other way??
Solved my problem.Actually It wasn't problem, it was my silly and poor mistake.. I was trying to set adapter on my BottomSheetDialogFragment class itself. Sorry for posting this type of silly problem..