Join Slack
Powered by
<@U0KRTR62E> You shouldn’t store idempotent object...
# android
b
brianwernick
10/03/2016, 7:26 PM
@dawidhyzy
You shouldn’t store idempotent objects in a
Bundle
. There is a size restriction you can run in to (plus manufacturers like Samsung like to change that value). Instead you should store an
id
for the object and re-query (or use a singleton store)
👍 2
Open in Slack
Previous
Next