I have implemented a basic Navigation Drawer.
I understand Android Drawer Navigation utilizes Fragment (Nav1 opens Frag1, Nav3 opens Frag3).
I want to achieve Frag1 (or the Home Activity) as a list (i.e., ListFragment) And, when an object on the list is clicked it will take me to Frag4....Frag10 depending on what is clicked.
In another term,
- Drawer Menu (Nav1...Nav3)
- Home Activity (Could be Frag1) is a list and a swipe tab << This is where I am stuck.
- Other Activities are Swipe tabs too...
Any suggestion, close example? Thanks