I am passing ArrayList myList to an Intent. Both of the following ways seem to work fine with putting the ArrayList into the new
ArrayList myList
Try retrieving the array with
getIntent().getExtras().getParcelableArrayList(yourArray);