Open
Description
Overview Description
Feature request: Use fragment on frame layout with bottom navigation drawer instead of view pager.
Steps to Reproduce
- Add bottom navigation for registration activity
- Replace view pager with frame layout
- Commit fragment on frame accordingly selected item.
Results
- No need to add the fragment page adapter we cad directly commit any fragment in the frame layout
- Code is feasible and easy to understand
- Better user experience