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
You can set the scope of ArrayList at application level or you can do this using parcelable.