ncapdevi / FragNav

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

How to pop with result to previous fragment? #223

Closed 7-cat closed 4 years ago

7-cat commented 4 years ago

How to pop with result to previous fragment? like onActivityResult.

ncapdevi commented 4 years ago

Fragments don't have this functionality within Android. This isn't a library question and more of a general Android question. Check https://developer.android.com/training/basics/fragments/communicating.html or here https://developer.android.com/guide/components/fragments.html#CommunicatingWithActivity