找回密码
 立即注册
SerializableParcelableAndroidIntent | android开发 2022-10-29 39 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
Android中Intent传递对象的两种方法(Serializable,Parcelable)pdf,一种是Bundle.putSerializable(Key,Object);另一种是Bundle.putParcelable(Key,Object);当然这些Object是有一定的条件的,前者是实现了Serializable接口,而后者是实现了Parcelable接口,为了让大家更容易理解,本教程写了一个简单的Demo,大家就一步一步随着来吧!本资料共包括以下附件:
codefans\Android高手进阶教程(十七)之---Android中Intent传递对象的两种方法(Serializable,Parcelable)!..pdf

(There are two methods (Serializable, Parcelable) pdf for Intent to transfer objects in Android. One is Bundle. putSerializable (Key, Object); The other is Bundle putParcelable(Key,Object); Of course, these objects have certain conditions. The former implements the Serializable interface, while the latter implements the Parcelable interface. In order to make it easier for everyone to understand, this tutorial has written a simple Demo. Let's go step by step! This document includes the following annexes:
Codefins  Advanced Course for Android Masters (XVII) -- Two Serializable, Parcelable Methods for Intent Transfer in Android pdf)

[下载]14300752383.rar




上一篇:Android中BaseAdapter(GridView)的使用教程
下一篇:Android Location的使用教程