how to come from 2nd fragment to first fragment android

Solutions on MaxInterview for how to come from 2nd fragment to first fragment android by the best coders in the world

showing results for - "how to come from 2nd fragment to first fragment android"
Maja
23 Feb 2017
1All you have to do is implement the correct type of listener, but the main point is shown. In one fragment activity, call a method and pass a variable to the main activity. From the main activity you can send it to your other fragment activity if you'd like