How to pass Collections like ArrayList
, etc from one Activity
to another as we used to pass Strings
, int
with help of putExtra method of Intent?
Can anyone please help me as i want to pass a List<String>
from one Activity
to another?
How to pass Collections like ArrayList
, etc from one Activity
to another as we used to pass Strings
, int
with help of putExtra method of Intent?
Can anyone please help me as i want to pass a List<String>
from one Activity
to another?