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:/
Also consider initializing the object with an immutable empty list.
private ArrayList listevideo = Collections.emptyList()
More details here: Collections.emptyList() vs. new instance