Is there a way to pass a RelativeLayout
through intent to the next Activity?
I am having this error:
android.widget.RelativeLayout cannot be cast to java.io.Serializable
by using this:
getIntent().putExtra("Layout", (Serializable) layout);
Thanks.