新网创想网站建设,新征程启航

为企业提供网站建设、域名注册、服务器等服务

Intent的数据传递-创新互联

虽然知识非常基础,但我觉得无论是否是难点,即便非常简单的知识,及时写出来对知识积累都是有好处的。今天写一下Intent的数据传递。

创新互联公司2013年成立,是专业互联网技术服务公司,拥有项目网站制作、做网站网站策划,项目实施与项目整合能力。我们以让每一个梦想脱颖而出为使命,1280元濮阳县做网站,已为上家服务,为濮阳县各地企业和个人服务,联系电话:028-86922220

发送端:

//创建Intent
Intent intent = new Intent();

//把需要传递的内容放进Intent
intent.putExtra("id", waitInfo.id);
intent.putExtra("warnning_star", warnning_star);
intent.putExtra("fengxlx", waitInfo.fengxlx);
intent.putExtra("chehao", waitInfo.chehao);
intent.putExtra("content", waitInfo.content);
intent.putExtra("time", waitInfo.time);

//设置即将要启动的Activity
intent.setClass(getActivity(), ZaiTuYuJing_FengXCL_XiangXXX_Activity.class);

//跳转
startActivity(intent);

接收端:

//接收Intent
Intent intent = getIntent();

//取出捆绑数据
Bundle bundle = intent.getExtras();

//从数据中根据key取出所需内容
int index = Integer.parseInt(bundle.getString("id"));
String chehao = bundle.getString("chehao");
String content = bundle.getString("content");
String time = bundle.getString("time");

创新互联www.cdcxhl.cn,专业提供香港、美国云服务器,动态BGP最优骨干路由自动选择,持续稳定高效的网络助力业务部署。公司持有工信部办法的idc、isp许可证, 机房独有T级流量清洗系统配攻击溯源,准确进行流量调度,确保服务器高可用性。佳节活动现已开启,新人活动云服务器买多久送多久。


网站题目:Intent的数据传递-创新互联
浏览地址:http://www.wjwzjz.com/article/cdchjg.html
在线咨询
服务热线
服务热线:028-86922220
TOP