Hi,

I'm trying to do the following:

// I have a Bundle and convert it to string
Bundle _bundle;
// Meanwhile I put intergers, booleans etc in _bundle
String _strBundle = _bundle.toString();

Later in my code I need to create a Bundle from _strBundle. How do I
do that? So far I couldn't find any information on this. Of course I
don't wish to parse _strBundle myself and hope that the framework
already provides a String2Bundle sort of a functionality.

----------
Ali Chousein
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to