【发布时间】:2014-08-02 11:01:51
【问题描述】:
我想在活动之间存储ArrayList<ArrayList<Transports>> arrayListsTransportsForAllStops。类 Transport 实现 Parcelable。但是当我尝试制作时
intent.putParcelableArrayListExtra("transports",arrayListsTransportsForAllStops);
我的环境出现错误:
以及如何从意图中获取这些数据?
【问题讨论】:
标签: android android-intent parcelable