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
putSerializableandputParcelable? - In my situation, Which method can help me
putParcelableArrayListorputSerializable?
Thanks all that give me opportunity to grow :)