android 两个activity之间怎样传递数据
2个回答
2016-03-19 · 百度知道合伙人官方认证企业
育知同创教育
1【专注:Python+人工智能|Java大数据|HTML5培训】 2【免费提供名师直播课堂、公开课及视频教程】 3【地址:北京市昌平区三旗百汇物美大卖场2层,微信公众号:yuzhitc】
向TA提问
关注
展开全部
1创建Intent对象,并配置参数,有那个activity跳转到哪个activity
2在卜猛intent对象中进行存放数据,数据的格式是key-value形式
3启动跳转
4进入下一个到跳转的activity中,并取得intent对象
5通过闹弊轿intent对象取得bundle对象,数据就在bundle对象中,然液肆后通过key-value形式取得数据
2在卜猛intent对象中进行存放数据,数据的格式是key-value形式
3启动跳转
4进入下一个到跳转的activity中,并取得intent对象
5通过闹弊轿intent对象取得bundle对象,数据就在bundle对象中,然液肆后通过key-value形式取得数据
2016-03-23 · 做真实的自己 用良心做教育
千锋教育
千锋教育专注HTML5大前端、JavaEE、Python、人工智能、UI&UE、云计算、全栈软件测试、大数据、物联网+嵌入式、Unity游戏开发、网络安全、互联网营销、Go语言等培训教育。
向TA提问
关注
展开全部
/郑闭/
Intent intent = new Intent(this, Activity.class);
//册丛迹 intent.putExtra("name", 123);
//
Bundle bundle = new Bundle();
bundle.putBoolean("flag", true);
intent.putExtras(bundle);
//州并
startActivity(intent);
Intent intent = new Intent(this, Activity.class);
//册丛迹 intent.putExtra("name", 123);
//
Bundle bundle = new Bundle();
bundle.putBoolean("flag", true);
intent.putExtras(bundle);
//州并
startActivity(intent);
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询