小篆作品 | 小篆知识 | 加入收藏 小篆转换器软件可转换多种小篆在线预览 网页版 V2.0
小篆转换器

当前位置:小篆网 > 知识库 >

bundle

时间:2024-02-07 21:38:37 编辑:小篆君 来源:小篆网

java中bundle是 一种存放字符串和Parcelable类型数据的map类型的容器类,通过存放数据键(key)获取对应的各种类型的值(value),而且必须通过键(key)获取。 Bundle相当于Map类,就是一个映射,用Bundle绑定数据,便于数据处理。 //

TestBundle.java

Bundle bundle=new Bundle()//创建一个句柄 bundle.putString("name", nameinfo)//将nameinfo填充入句柄 Intent mIntent=new Intent(TestBundle.this,TestBundle_getvalue.class) mIntent.putExtras(bundle) startActivity(mIntent)

Copyright:2014-2023 小篆转换器 www.93805.com.cn All rights reserved.