I would like to understand if it is possible to replicate this structure:
To explain it better, I would like to understand how to do it:
- Create a class for managing layouts with listener
- Integrate listener in main class BottomSheetDialogFragment
- Manage multiple fragment as Father>Child inside the main Class BottomSheetDialogFragment
I’m expect:
- XML of different layout
- Code JAVA
Thanks