码迷,mamicode.com
首页 > 移动开发 > 详细

Android笔记——Bundle类的使用

时间:2016-11-30 21:56:44      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:类型   shm   attribute   roi   and   hashmap   使用   bundle   put   

      Bundle类用作携带数据,它类似于用于存放key-value键值对形式的值。相对于,它提供了各种常用类型的方法,如用于往Bundle对象放入数据,getXxx()方法用于从Bundle对象里获取数据。Bundle的内部实际上是使用了HashMap类型的变量来存放putXxx()方法放入的值:

Android笔记——Bundle类的使用

标签:类型   shm   attribute   roi   and   hashmap   使用   bundle   put   

原文地址:http://www.cnblogs.com/wugu-ren/p/6119610.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!