1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

JAVAとXMLでの制作に悩んでるので忘れないうちにやろうとしてることをメモ(for文での表示)

Last updated at Posted at 2018-07-04

本気でメモです。
基本的に自分が分かればいいという精神でやります。
まず今の問題点
一つのTextViewにfor文で回したname.setText(lvl.get(i) + "¥r¥n" + sample.get(i) + "個" + "¥r¥n")の中でsampleの中身が0じゃないもの以外を表示したいのに最後の一つしか表示しない。
理由はiの値が書き換わっていってるからだろうなー。
じゃあどうしたらいいのか。
今やろうとしてるのはfor文の後にif文で0以外なら配列ary(仮)にsample(i)の中身を入れて条件式が完了し次第その下にさらにfor文にstrcmpでary(仮)の中身を表示すれば0以外のやつは選別できるはず・・・
でも結局一つしか表示されないし。。。
しばらく悩みそう

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?