Software engineer specialized in creating native android and iOS apps
I’m working on an app that lets users select a bunch of photos, upload and share them with other users. Sounds simple enough: user selects photos, app uploads photos, user shares the album. More realistically though: user selects photos, app…
All my android developing life I’ve used java serialization as a data transfer mechanism between activities. I was vaguely aware of Parcelable
and it proclaimed benefits but never really saw any performance issues related to this and thus never had…