I need to hide one view of parent fragment
from child fragment
.
I have one MainActivity which have container
which loads four fragments
in first fragment
there is another container for Tabwidget
which loads four fragments.Inside fragment I have RecyclerView
which loads different item .On click of item there is load of other fragment
.For this I have to hide the Tabwidget
and show whenever press back.
I have searched lots for this scenario but not get success.
Please advise what to do?
Thanks