Antoni Sanchez

Migrating retrofit to Ktor
Mobile

Migrating Retrofit to Ktor

Introduction Communication between Android applications and servers is a critical aspect of application development, and choosing the right tool to perform this communication is fundamental. Until now, Retrofit has been the standard for excellence.However, in recent years an interesting alternative

Read More »
Flutter Vanilla State Management
Software Architecture Sonar

Flutter Vanilla State Management

We are all used when managing a state without any library in Flutter we have to create a StatefulWidget. And that to change its state and update a widget we have to do it using the setState(() => state=newState) method.

Read More »
Secured By miniOrange