Blog
How did I do...
Android Shrink Resources, Resource Not Found
Recently I came across an issue when using Google Cast SDK with R8(Proguard) and Shrinkresources. My debug build seems to...
Basics of Easing Animations in android
An easing function describes the value of a property given a percentage of completeness. Thanks to Robert Penner for defining...
CRUD on Android with Firebase API (Deprecated)
Firebase provides a powerful API to store, retrieve and sync data in realtime, which paves way for an accelerated development...
Basics of Android GCM (Deprecated)
Google Cloud Messaging (GCM) is a service that enables developers to send data from servers to both Android applications or...
Drawing borders in Android
To draw borders we have to understand the basics of layer-list drawable component. An exhaustive guide is provided by Android...