Blog

Welcome to the AppDesk Blog. These posts are a result of numerous internal discussions, BookClub and knowledge transfer sessions. We hope you learn something new here.

Dependency Injection in Android

Dependency Injection, a common programming technique, is mainly utilized in Android development to form a good application architecture. With dependency injection, developers can easily reuse code and conveniently refactor and…

Read article