This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ここでは String 型と int 型の値を渡しましたが、それ以外の場合は以下のメソッドを使います。
boolean 型 → putBoolean
float 型 → putFloat
int 型の配列 → putIntArray
String 型の ArrayList → putStringArrayList
Step2:値を受け取る
MyDialogFragment.java で値を受け取ります。(7・8行目)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
COMMENT
投稿いただいたコメントは管理者の承認後に表示されます。
コードやエラーに関するご質問の場合は、以下の3点
をできるだけ具体的に必ず書いてください。