How we can pass arraylist from one activity to another and how we can retrive it?

How we can pass arraylist from one activity to another and how we can retrive it?



On 2014-06-10 00:22:36.0
subha064


You can pass as
bun.putParcelableArrayList("key",value);
You can retrive as
ArrayList arraylistMapValue = bun.getParcelableArrayList("key");


On 2014-06-10 00:33:32.0
sonali

copyright@questionsforum.net