Android中Intent中传递对象的方法 - 开源中国社区
Android中Intent中传递对象的方法 来自:http://blog.csdn.net/mer1234567/article/details/7841657 Android中Intent中传递对象的方法, 一种是Bundle.putSerializable(...
Android中Intent传递对象的两种方法 - 推酷
Activity之间通过Intent传递值,支持基本数据类型和String对象及它们的数组 对象byte、byte[]、char、char[]、boolean、boolean[]、short、short[]、int、int[]、 ...