Android: Serializable vs. Parcelable

Serializable and Parcelable are both ways to flatten your Java object in order to send them across process boundaries. Serializable comes from standard Java and is much easier to implement so, naturally that's where I started. All you need to do is implement the Serializable interface and add override two methods.

Website Launch

This is (finally) the official launch of the Moo Productions website! I have been developing software under the Moo Productions name for just over three years and have been limping along on a hobbled together web presence. It will be nice to finally have a consolidated portal for all Moo Productions projects!