最赞回答 / 阿紫g
btnPass点击事件中增加如下代码:mCurrentCoins += 3; mViewCurrentCoins.setText(mCurrentCoins + "");
2015-10-15
最新回答 / adty1992
这里说明一下,李老师的课程里面Const类中定义的歌曲文件名是"_00000.m4a"样式的,而我却写成了"_00000”样式,这才导致了歌曲不能播放。我做的更改--->assetManager.openFd(fileName + “.m4a”)<---的效果和直接在Const类中将歌曲文件名定义为"_00000.m4a"样式的效果是一样的。
2015-08-25
最新回答 / botao555
你initSelectedWord这个方法中的button怎么来的?WordButton holder = new WordButton();holder.setButton((Button) view.findViewById(R.id.item_btn));
2015-08-20