#autoparcel
Explore tagged Tumblr posts
Text
Speed up creation of parcelable classes with AutoParcel
When the time comes to send a custom object to an activity or to persist it across configuration changes, we all know that we can use either Serializable or Parcelable interfaces. And probably you have heard that Parcelable is the recommended way to do it on Android, because it is much much faster than Serializable (10x times and more, check this article for a detailed comparition between…
View On WordPress
0 notes