How can I make my custom objects Parcelable?

后端 未结 11 2555
旧巷少年郎
旧巷少年郎 2020-11-21 07:40

I\'m trying to make my objects Parcelable. However, I have custom objects and those objects have ArrayList attributes of other custom objects I have made.

11条回答
  •  渐次进展
    2020-11-21 07:53

    Here is a website to create a Parcelable Class from your created class:

    http://www.parcelabler.com/

提交回复
热议问题