Author: Andrzej Zabost

  • Injectable Android ViewModels

    In the following post I’m going to show a simple (almost boilerplate-free) yet powerful implementation of the view models dependency injection on Android using Dagger. If you haven’t read about the latest Android Architecture Components libraries, the MVVM pattern and the ViewModel class yet, please read it first as I don’t explain it here. The…

  • Dockerizing Android builds

    Docker is a great container platform that helps building a true independence between applications, infrastructure and developers. It provides an isolation which supports building modern continuous integration environments with ease and at low cost. Building Android applications The easiest way to build an Android app is to use Android Studio, but how one can build…