I need to pass a SoapObject
from one Activity
to another, in an intent
. Is that possible?
I can't see it implementing Serializable
, but it does implement KvmSerializable
(although I don't know whatever it is).
Passing it via an intent seems overkill. Just have it stored in a singleton or a static class that is accessible from both activities.