java - Send an android Intent with an POJO as an Intent extra? -
is way put pojo inside intent.putextra?
i have looked api's , seems support of type string, int, double, boolean etc not actual pojo/regular java object.
you can use pojo long implements serializable or parcelable.  take @ intent.putextra(string, serializable) or intent.putextra(string, parcelable).
Comments
Post a Comment