mhotan / DineOn

Git Repository for our 403(13sp) Android application "DineOn"
0 stars 0 forks source link

Destroy Parcelable #280

Closed mhotan closed 11 years ago

mhotan commented 11 years ago

Parcelable needs to die. From a performance standpoint it is way to slow to handle large content. We should be able to use only the public references and putting small primitive values in bundles.

mhotan commented 11 years ago

Im doing this right now