Git Workflow
This article is meant to serve as a documentation around
a common git workflow based on a fork-clone-pull model
and how to implement it in your project.
Design Docs
In this article, I’ve tried to explain what a design document is
and how you could prepare one!
Google Image Proxy
This is an how-to that explains how you can use
Google’s public proxy to optimise and load images
in an Android app.
Android Support Paging Library
In this how-to, I’ve tried to explain how you can use
Android Support Paging Library to improve your app’s
performance while loading dynamic data.