I have Frame Layout(Each Containing RecyclerView)
, Bottom Navigation Bar
and a Custom toolbar
.
I want that for each Fragment
whenever their is some upward scrolling event occurs, my toolbar
should hide and whenever comes back whenever down scrolling event occurs.
Can you help to do this as I am new to Android Programming.