为了账号安全,请及时绑定邮箱和手机立即绑定

WordButton类有些不懂

这个类已有一个字符串类型的成员变量了,里面也有一个mViewButton的成员变量,这个button也可以设置控件显示文字,最后为什么要采用两个呢,还有在

private ArrayList<WordButton> initAllWord()

{

ArrayList<WordButton> dataArrayList = new ArrayList<WordButton>();

String[]songs= generateWords();

for(int i=0;i<24;i++)

{

WordButton wordButton = new WordButton();

wordButton.mViewButton.setText(songs[i]+"");//wordButton.mWordString= songs[i];     //可以替换的吗?经测试发现空指针

dataArrayList.add(wordButton);

}

return dataArrayList;

}


正在回答

举报

0/150
提交
取消
Android猜歌游戏是这样炼成的
  • 参与学习       27735    人
  • 解答问题       422    个

手把手教你完成一款猜歌类游戏,向你展示游戏实现的全部细节

进入课程

WordButton类有些不懂

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信