摘要:保存数据,到另一个界面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
浙公网安备 33010602011771号