Home > Articles posted by Antoni Sanchez
FEATURE
on Jul 25, 2023
802 views 22 secs

Commonly, we manage the state logic in an Android ViewModel by applying MVI or MVVM, and we may combine a number of asynchronous data elements to create the state of the view. Some of this data does not change, some are immediately available, and some change over time. However, it is important to keep in […]

FEATURE
on May 30, 2023
731 views 19 secs

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 has emerged: Ktor Client. This library, developed by JetBrains entirely in Kotlin, offers a more […]