2012-01-12 6 views

答えて

2
Textview a,s,d,f,g,h; 
intialize all; 
TextView[] text_arrays; 

text_array = new TextView[]{a,s,d,f,g,h}; 

は今、それが働いたたくさんあなたが

text_array[0].setText("Text View One); 
text_array[1].setText("Text View two); 
text_array[5].setText("Text View six); 
+0

おかげのようにやりたいです.. – Mitt

関連する問題