Tag: Parcelable

Don’t Use Parcelable! Use This Instead…

The other day I was trying to implement a certain functionality that involved passing data around my screens. As it was a tutorial, I followed the guy’s advice in implementing Parcelable in my model class (Data Class when using Firebase) but it never worked. I thought it was because the code h...