============问题描述============
List<WeatherInfo.index> myIndex = weatherInfo.getIndex(); for (index in : myIndex) { Log.i(TGA, "Des = " + in.getTipt() + ":" + in.getDes()); indexContent.setText(in.getTipt() + ":" + in.getDes() + "\n"); }
============解决方案1============
============解决方案2============
============解决方案3============
请教高手!为什么在Log中的我数据都显示出来了,但是在.setText()中只显示最后一条数据?
原文:http://www.cnblogs.com/yiguobei99/p/4033841.html