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にデータを取得する最良の方法(最も簡単な方法)は何ですか?
1 つまたは複数の文字列があり、それらを Fragment で使用 (または表示) する必要があります。
ステップ #1:findFragmentById()またはを使用findFragmentByTag()してフラグメントを見つけます。
findFragmentById()
findFragmentByTag()
ステップ #2: フラグメントでメソッドを呼び出します。