I want to store ArrayList<ArrayList<Transports>> arrayListsTransportsForAllStops
between activities. Class Transport implements Parcelable. But when i try to make
intent.putParcelableArrayListExtra("transports",arrayListsTransportsForAllStops);
My environmrnt get error:
And how to get this data back from intent?