Dagger2 For Android - Part4 - Scopes

Part4 of the article series focuses on the Scope concept, which took me quite some time to understand. Article will explain how Scopes are tied to the lifecycles and how you can use Scopes to build subgraphs and maintain dependencies in the project.

Named Folders for MacOS/Unix

FAR Manager that I was using on Windows for a long time had a very neat extention called "Named Folders". It allowed you to make a shortcut for any directory you wanted and type it quickly in the consolde or in FAR. After switching to MacOS I really wanted to replicated the same feature in the console environement.

Dagger2 For Android - Part3 - Modules

Part3 of Dagger For Android series of articles. Gives a pretty straighforward and simple explanation of how Modules work.

Dagger2 For Android - Part2 - Basics

2nd part of Dagger2 for Android articles offers some basic explanations on Dagger2 terminology and gives 2 examples of most simple possible cases of injections.

Dagger2 For Android - Part1 - Introduction

First articles in the series of articles that make an attempt to explain how Dagger2 should be used in Android. I find that most of the articles about Dagger2 tend to go all head deep right away and do not really provide much valuable help for someone who is just starting with Dependency Injection - thus this series of articles.