I\'d like to make class A Parcelable.
public class A { public String str; public ArrayList list; }
This is what I\'ve come
Just press ALT+ENTER and replace Parcelable it will implement all the necessary implementation