Android Pass String Data Between Fragments

后端 未结 2 1182
野趣味
野趣味 2021-01-25 23:14

How to pass string data between fragments like we did in Activity using intents?Plea

相关标签:
2条回答
  • 2021-01-25 23:53

    Use interfaces demonstrated here http://developer.android.com/guide/topics/fundamentals/fragments.html#CommunicatingWithActivity

    0 讨论(0)
  • 2021-01-26 00:05

    Use setArguments(...) and getArguments(...) if you are loading one fragment from another

    0 讨论(0)
提交回复
热议问题