Android, How to use readTypedList method correctly in a Parcelable class?

前端 未结 4 1422
粉色の甜心
粉色の甜心 2020-12-13 18:55

I have two Activities, in the first one, I instanciate an ArrayList of Object myObject. In the second activity, i need to get this Arraylist. I\'ve found a tutorial : http:/

4条回答
  •  一生所求
    2020-12-13 19:06

    Also keep in mind that you have to read and write parcelable object attribute in the same order! I also 2 hours because the unmarshalling was not in the same order of the marshalling.

提交回复
热议问题