Passing a DefaultHttpClient between activites

Posted by searchMaker on Stack Overflow See other posts from Stack Overflow or by searchMaker
Published on 2010-03-27T06:57:09Z Indexed on 2010/03/27 7:03 UTC
Read the original article Hit count: 336

Filed under:
|
|

Hi all,

I am trying to maintain my session variables that I get back in a cookie from my website in my DefaultHttpClient by passing the client between activities. Simply put how can I pass this object between activities to maintain my session variables? Bundle.put... doesn't seem to support this object. If it does how does it work with DefaultHttpClient?

Thanks in advance to anyone who can help.

© Stack Overflow or respective owner

Related posts about android

Related posts about passing