Category: Uncategorized

09/18/2017

4 min read There are many libraries out there of fancy circular loading views based on percentages and whatnot, but they do not always cover all the things developers and/or organization want them to do. Honestly, I never looked at the source code for the circular loading libraries, and over the past week…

09/07/2017

4 min read This article will explain how to write unit tests with dependency injection (DI) using Dagger 2. I will assume you are already familiar with Mockito and Dagger 2. Quick tip before getting started, when using Dagger 2 in a library project, instead of an application, make sure you add the…

07/10/2017
06/27/2017

2 min read There are many Android libraries out there which allow us to create an event bus without much work. But many times we do not want the overhead of everything else that comes along with third-party libraries. Lets take a moment to discuss how we can very easily create an event…

06/17/2017

2 min read Recently i have seen many people building fidget spinners apps  so i decided to take some time and build my own fidget spinner app and post it online. Note: This application is built completely in Kotlin and was done using Android studio 3.0 (Alpha). this is not a Kotlin tutorial,…