カテゴリー:
Java
閲覧数:324 配信日:2018-06-15 12:55
ArrayList
P83 魅惑のあんばやしルーレット
ArrayList<AnbayasiData> anbayasi = new ArrayList<AnbayasiData>();
ArrayAdapterクラス
日記アプリ
private ListView listView = null;
private ArrayAdapter<RecordItem> arrayAdapter = null;
arrayAdapter = new ArrayAdapter<RecordItem>(this,R.layout.listview);
private ArrayAdapter<RecordItem> arrayAdapter = null;
arrayAdapter = new ArrayAdapter<RecordItem>(this,R.layout.listview);
P17 数当てゲーム
ArrayAdapter<Range> adapter = new ArrayAdapter<>(
this,
android.R.layout.simple_spinner_dropdown_item,
RANGES
);
this,
android.R.layout.simple_spinner_dropdown_item,
RANGES
);