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:/
Another solution: use createTypedArrayList instead of readTypedList which requires a non-null List object reference
createTypedArrayList
readTypedList