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

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -