Category: Tips

Implement Parcelable to Bundle your POJOs

Implement Parcelable to Bundle your POJOs

Every Android Developer is familiar with passing data via a  Bundle or Intent. In doing so, you would have wanted to pass your entire...

Overlap a Transparent Status Bar

Overlap a Transparent Status Bar

There’s a lot going on about making your Status Bar transparent for your Activities. But most of the time, its easier said than done...

Material Design Android Ripple Effect

Material Design Android Ripple Effect

Here’s on how to add a neat Ripple effect for your UI components. I’ll take a button for this. SuleimanProduct Designer who occasionally writes...

Tint Icons in Android for pre Lollipop

Tint Icons in Android for pre Lollipop

Tint icons were first seen on Android Lollipop. The same can now be done on previous versions too with the help of Support Libraries....