ncapdevi / FragNav

An Android library for managing multiple stacks of fragments
1.5k stars 220 forks source link

What's the proper way of creating Fragments for it to work? #26

Closed koallen closed 7 years ago

koallen commented 8 years ago

Hi, I'm not a very experienced Android developer. I'm trying to use your library together with BottomBar for 3 Fragments.

The fragments are loaded. But it seems that it always stays on the first fragment. How should I create my fragments to make it work properly? Right now all 3 fragments extend that Fragment class from the Android support library.

xstar97 commented 8 years ago
  1. tutorial 1
  2. tutorial 2
  3. tutorial 3
  4. tutorial 4
ncapdevi commented 7 years ago

Please check the sample app for examples on how to switch between fragments. If you've gone through the sample app and still have specific questions, let me know.