Say I have a FragmentList with 10 options and when clicked it takes me to another Fragment. How would I be able to get the item selected in that list of 10 in the new Fragment? Post code if possible please.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I believe this is similar to this question. you can call the FramgmentManager and get any Fragment by id, then get any publically stored variables. example: what option was selected. example of getting Fragment or possibly get the |
|||
|
|