Android-PanesLibrary icon indicating copy to clipboard operation
Android-PanesLibrary copied to clipboard

Communication of a fragment with its parent fragment

Open psohm opened this issue 10 years ago • 0 comments

How can we make a fragment communicate with its parent fragment. Ex : We have 2 fragment MainFragment calls CustomerSelectionFragment

On CustomerSelectionFragment, if i click on the customer "test", I want to notify the MainFragment that I selected the customer "test" How can we handle that case ?

Regards

psohm avatar May 05 '14 06:05 psohm