TextView textView1= (TextView) dialog.findViewById(R.id.textView1);
I d like to create something like this:
for (int i=0; i<100; i++) {
TextView textView= (TextView) dialog.findViewById(R.id.textView+i);
}
how can i do that?
Leslie
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…