Intent跳转

作者在 2011-10-27 16:24:30 发布以下内容
  1. ]><![endif]--><!-- [if gte mso 9]><![endif]--><!-- [if gte mso 10]><![endif]--><!-- [if gte mso 9]><![endif]--><!-- [if gte mso 9]><![endif]-->  
  2.   
  3. Intent itmod = newIntent(WeigthListActivity.this, WeigthModActivity.class);  
  4.   
  5. itmod.putExtra(""+SysConst.TABLE_FIELD_DATE, selectid);  
  6.   
  7. itmod.putExtra(""+SysConst.TABLE_FIELD_INPUT,  
  8.   
  9. cursor.getString(cursor.getColumnIndex(SysConst.TABLE_FIELD_INPUT)));  
  10.   
  11. itmod.putExtra(""+SysConst.TABLE_FIELD_OUTPUT,  
  12.   
  13. cursor.getString(cursor.getColumnIndex(SysConst.TABLE_FIELD_OUTPUT)));  
  14.   
  15. itmod.putExtra(""+SysConst.TABLE_FIELD_WEIGHT, cursor.getString(cursor.getColumnIndex(SysConst.TABLE_FIELD_WEIGHT)));  
  16.   
  17. itmod.putExtra(""+SysConst.TABLE_FIELD_AMOUNTEXERCISE,  
  18.   
  19.  cursor.getString(cursor.getColumnIndex(SysConst.TABLE_FIELD_AMOUNTEXERCISE)));  
  20.   
  21. startActivity(itmod);  


Intent对象有很多的putExtra(…)方法,通过“key-value”对的方式把数据放置到Extras对象中。

默认分类 | 阅读 592 次
文章评论,共0条
游客请输入验证码
浏览7234次
文章分类
文章归档
最新评论