0

I have 3 Fragments A, B, and C. The fragment in B contain a Recyclerview (list of items), and I have a link from A-to->B and from C-to->B, which means I can reach the fragment B from both destinations A and C. (A)-->B<--(C). What do I want, if I came from A->B and I clicked on an item in the list I will have action different from the action if I came from C->B.

0 Answers0