I have a Bundle with a nested nature that I want to preserve, how can I persist the whole Bundle most easily? SharedPreferences
lacks a bundle feature.
Don't use a Bundle
. A Bundle
is not meant to be persisted. Use a different data model (POJOs, HashMap
, whatever) and write persistence logic (serialize, serialize to JSON, serialize to XML, write to SQLite, etc.).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With