摘要:
public class MainActivity extends Activity implements OnClickListener{ private ImageButton image=null; private Button btnAlpha=null; private Button bt... 阅读全文
posted @ 2015-02-26 19:16
溈鉨wo乄菰単
阅读(168)
评论(0)
推荐(0)
摘要:
activity类:public class MainActivity extends Activity { TextView text; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(... 阅读全文
posted @ 2015-02-26 19:13
溈鉨wo乄菰単
阅读(132)
评论(0)
推荐(0)
摘要:
public class GameView extends View implements Runnable{ Paint paint =null; public GameView(Context context) { super(context); paint = new Paint (); ne... 阅读全文
posted @ 2015-02-26 19:10
溈鉨wo乄菰単
阅读(208)
评论(0)
推荐(0)