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.
リストアクティビティから複数の選択されたアイテムを取得しています.文字列配列を設定してテキストを編集するにはどうすればよいですか.edittextに複数の値を表示したい
これを試して
for(int i=0;i<strarray.length;i++) { youredittext.append(strarray[i]+"\n"); }