05 2012 档案

摘要:保存数据,到另一个界面14. public boolean onTouchEvent(MotionEvent event) {15. Intent intent = new Intent();16. intent.setClass(TestBundle.this, Target.class);17. Bundle mBundle = new Bundle();18. mBundle.putString("Data", "ray'blog");//压入数据19. intent.putExtras(mBundle);20. startActivity 阅读全文

posted @ 2012-05-12 13:08 无尽的思念 阅读(277) 评论(0) 推荐(0)

摘要:方法一:在XML文件中指定 单击事件函数<Button android:id="@+id/button1" android:layout_width="120dip" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_below="@+id/textView1" android:layout_marginTop="59dp" android: 阅读全文

posted @ 2012-05-11 17:38 无尽的思念 阅读(416) 评论(0) 推荐(0)

导航