A peek into the K2 Compiler

For the entire presentation, you can watch it here (It is in Spanish):<iframe width="560" height="315" src="https://www.youtube.com/embed/nOCgGmPGelE?si=NRzo1hbnNlT8b3dD&amp;start=145" title="YouTube video player" frameborder="0" allow="accelerometer; ...
Published on November 03, 2023 | 1 min read

Inversion of Control vs Dependency Injection in Android

In order to reduce the coupling of our code we can take advantage of the inversion of control pattern to separate classes according to their functionality.But what is Inversion of Control?It is a design pattern in which your code is part of an implementation ...
Published on November 03, 2023 | 7 min read