码迷,mamicode.com
首页 >  
搜索关键字:parcelable    ( 239个结果
Android中Parcelable接口用法
Where there is life, there is beyond. Where there is life, there is beyond. Where there is life, there is beyond. Android中Parcelable接口用法 1. Parcelable ...
分类:移动开发   时间:2017-11-07 18:02:38    阅读次数:235
AIDL 定向tag IPC Parcelable【综合案例】
Demo地址客户端:https://github.com/baiqiantao/AIDLTagDemo.git 服务端:https://github.com/baiqiantao/AIDLTagDemo2.git 定向tag官方描述Android官网上在讲到AIDL的地方关于定向tag是这样介绍的:... ...
分类:其他好文   时间:2017-11-02 11:19:10    阅读次数:163
Serializable和Parcelable的简单介绍
Serializable和Pacelable接口可以完成对象的序列化过程,当我们需要通过Intent和Binder传输数据时就需要使用Parcelable或者Serializable。 Serializable接口 Serializable是Java所提供的一个序列化的接口,它是一个空接口,为对象提 ...
分类:其他好文   时间:2017-10-16 18:07:31    阅读次数:246
Android Bundle传递数据
1.传递普通数据 获取传递的数据 2.传递Serializable数据 1.创建一个类实现Serializable 2.传递数据 3.接受数据 3.传递Parcelable数据 1.创建类实现Parcelabel 2.传递数据 3.接受数据 ...
分类:移动开发   时间:2017-10-09 17:36:45    阅读次数:192
(转)Android中Parcelable接口用法
1. Parcelable接口 Interface for classes whose instances can be written to and restored from a Parcel。 Classes implementing the Parcelable interface must ...
分类:移动开发   时间:2017-10-05 15:05:44    阅读次数:303
parcelable 和 serializable 区别
韩梦飞沙 韩亚飞 313134555@qq.com yue31313 han_meng_fei_sha serializable 是 java 中的 序列化 接口。 parcelable 是 安卓 中的 序列化接口。 Parcelable的性能比Serializable好,在内存开销方面较小,所以在 ...
分类:其他好文   时间:2017-08-15 21:20:03    阅读次数:170
android.net.Uri 简介 API
android.net.Uri 简介public abstract class android.net.Uri extends Object implements Parcelable, ComparableImmutable URI reference. A URI reference inclu... ...
分类:移动开发   时间:2017-07-29 18:17:55    阅读次数:317
Handling bundles in activities and fragments
?? Bundle is a useful data holder, which maps String values to various Parcelable types. So basically it is a heterogenous key/value map. Bundles are ...
分类:其他好文   时间:2017-07-08 18:53:49    阅读次数:178
Android中Parcelable接口使用方法
1. Parcelable接口 Interface for classes whose instances can be written to and restored from a Parcel。 Classes implementing the Parcelable interface must ...
分类:移动开发   时间:2017-07-08 13:16:56    阅读次数:290
2017.6.26 工作记录
Android 中传参数的时候经常需要传参数,有时候参数需要通过bundle进行传递,但每次都要写如下显得非常麻烦 所以我就写了个工具类中使用的方法,只需传参数就可以了,方法暂时只支持String,int,boolean,实现接口的Serializable和Parcelable,欢迎使用这个方法 使 ...
分类:其他好文   时间:2017-06-26 17:04:40    阅读次数:185
239条   上一页 1 2 3 4 5 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!