Perf improvement: use parcels instead of serializable
Standard Java serialization is slow on Android. Replacing it w/ parcelable makes it around 10x faster (on a N1, with ~ 500 messages in the list). To avoid further confusion and potential bugs MessageReference was made no longer implement Serializable.
Loading
Please register or sign in to comment