ncapdevi / FragNav

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

builtin option to hide bottom bar if we are showing detail fragment? #174

Closed LOG-TAG closed 5 years ago

LOG-TAG commented 5 years ago

I need a building method or option hide bottom bar! otherwise custom method with call backs with eventbus or rxbus needed! also deprecated bottombar also should be replaced with new Material Design Bottom Navigation pattern.

Ustimov commented 5 years ago

You may use any bottom bar with this library or even don't use any at all. The library doesn't contain any UI elements, just a way to deal with fragments.