Passing ArrayList with objects to new Activity?

前端 未结 6 643
猫巷女王i
猫巷女王i 2020-12-19 02:42

I\'m trying to pass an ArrayList from my first Activity to the next one. Basically, the first activity parses an XML file and creates an ArrayList with objects inside. What

6条回答
  •  既然无缘
    2020-12-19 03:25

    You can set the scope of ArrayList at application level or you can do this using parcelable.

提交回复
热议问题