Hi I'm beginner developer of Android :) I want to send ArrayList<Custom>
value from Activity
to Fragment
. I know that have to use Bundle
, but I don't know what's method can help me.
- What is different of
putSerializable
andputParcelable
? - In my situation, Which method can help me
putParcelableArrayList
orputSerializable
?
Thanks all that give me opportunity to grow :)