ncapdevi / FragNav

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

get previous fragment without using TabNavigation #190

Closed pishguy closed 5 years ago

pishguy commented 5 years ago

in my application i dont use any bottom navigation and i want to get previous fragment which i press on Back button on phone or clicking other widgets, how can i get that?

i want to change toolbar text by switching between fragments and onBackPressed button

ncapdevi commented 5 years ago

i want to change toolbar text by switching between fragments and onBackPressed button

This has nothing to do with FragNav. Please keep questions to the scope of the library

ncapdevi commented 5 years ago

in my application i dont use any bottom navigation and i want to get previous fragment which i press on Back button on phone or clicking other widgets, how can i get that?

The question is a little unclear to me, could you clarify?

pishguy commented 5 years ago

@ncapdevi for example we are on HomeFragment, ok? after switching or pushing other fragment such as ExampleFragment, how can i get previous fragment which that was HomeFragment after pressing such as on BackButton?

ncapdevi commented 5 years ago

@MahdiPishguy fragNavController.popFragment();