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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -