Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Android 中从 Activity 到 Fragment 获取一些数据的最佳方式(最简单)是什么?
我有一个或多个字符串,我需要在 Fragment 中使用(或显示)它们。
第 1 步:使用findFragmentById()或findFragmentByTag()查找片段。
findFragmentById()
findFragmentByTag()
步骤#2:在片段上调用方法。