android - cast soapobject to bundle -
i'm new android app development , i'm trying send soapobject in mainactivity 2nd activity using intents, trying put soapobject in bundle. i'm getting error:
unable cast soapobject bundle
is there possible way send soapobject 2nd activity?
you can't cast soapobject bundle becouse not inherits bundle. far know cant send becouse soapobject dont implements parcelable interface.
here discussion problem: how pass object 1 activity on android , may try use solution static class members (https://stackoverflow.com/a/7454611/4114960) myself think it's not idea. may experience problems coused overlooking sth related activities lifecycles.
why don't parse answer soapobject string, or list etc. , pass safe putstring, putstringarraylist etc.?
Comments
Post a Comment