已采纳回答 / mhzqmhz
private WuziqiPanel mWuziqiPanel;mWuziqiPanel = (WuziqiPanel) findViewById(R.id.WuziqiPanelView);mWuziqiPanel.start();这三行代码即可
2016-06-05
已采纳回答 / 朱苑锋
在onRestoreInstanceState如果if(bundle instanceof Bundle)时需要返回。。。或者你在加个else 才执行super.onRestoreInstanceState(state);不然会执行两次super.onRestoreInstanceState(state);
2016-05-27
已采纳回答 / perry14
<...code...>check 少了一个吧?应该是四个。private boolean checkRightl(int x, int y, List& Point&cou points) { int count = 1; for(int i = 1 ; i&oinMAX_WIN; i++){ if(points.contains(new Point(x -i,y-i)...
2016-04-08
已采纳回答 / 无牙仔
getSize()和getMode()方法是MeasureSpec的静态方法,而不是widthMeasureSpec中的方法,widthMeasureSpec只是个int型变量。
2016-04-01
已采纳回答 / 无牙仔
command+o:按类名搜索,command+shift+o:按文件名搜索,command+f:当前文件中搜索,command+shift+f:全局搜索
2016-04-01