Material design template

This post will help you install my Material Navigation Drawer template on Android Studio. This will help you create applications using material design faster than any other template.  First download the latest version of the template on my github: Latest







Overdraw in fragments

Do you know you may be forcing your GPU to dra pixels multiple times without having to do so? Overdraw is a common performance issue associated with the amount of times a pixel needs to be drawn on the screen.







ViewHolder pattern. Common mistakes.

Probably most of you already used the known ViewHolder pattern. If not then you should. I've seen some implementations here and there, however many of them are being wrongly implemented. Let's have a look at this implementation of a ViewHolder







ImageWindow. An image view like Google Messenger.

You might wonder how that cool effect on the attachments of Google Messenger app is made. This post will guide through all the steps to get a cool looking ImageView just like that. Well let's break it through. This is a