我當前的代碼: ArrayAdapter adapter = new ArrayAdapter(this,android.R.layout.simple_spinner_item, array_spinner);
adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
c
好吧,所以我有一個數組適應listview(數組適配是在另一個類中完成)..我只是得到了點擊監聽器爲列表工作,但現在我想要設置它,以便當我點擊一個項目時,它從被點擊的項目中抽取字符串,並將它們附加到新活動的意圖上。我想我應該使用intent.putextra但是我不知道如何拉正確的字符串對應於我點擊..我的代碼是下面的項..即時通訊只是失去了誠實 //Initialize the ListView