开发者

android output display

how to display the contents of a vector in and开发者_如何学Croid?do i need to use TextView?


Iterate through the Vector elements using a for loop using the Vector's elementAt(index) function and display them accordingly in the Text View. Simple as that.


yes, you need to use a TextView to put text on the screen.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜