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

ASP.NET/SQL find the element ID and update database -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -