标签: android eclipse random textview
我的目标是单击一个textView,然后显示一个单词列表中的随机单词。我怎么能做到这一点?对不起新手问题。
答案 0 :(得分:0)
只写两行并做一招。
Collections.shuffle(lost_of_words); lost_of_words.get(0);