PinnedTastyTales: Developing a Ktor Backend with SQLite Integration deployed on RenderIn the realm of web development, building an efficient and scalable backend is crucial. The idea for TastyTales was born out of necessity…Sep 2Sep 2
PinnedAndroid app modularization with Clean ArchitectureIt often happens that we have to deal with projects that grow out of proportion, causing serious problems like difficult with the…Feb 9, 20234Feb 9, 20234
PinnedNo more Retrofit, move to Ktor on AndroidHow to say the documentation, Ktor is an asynchronous framework for creating microservices, web applications and more. It is possible to…May 9, 20226May 9, 20226
A custom pagination in Compose — An alternative to the Android Paging LibraryThe idea of this article is to propose an alternative to the Android Paging Library that it could handle the pagination without using…Feb 23, 2023Feb 23, 2023
Android: Single Source Of Truth Strategy (Offline-First)As suggested by the name, with single source of truth strategy we are defining a place where to find and store our data, being sure that…Feb 15, 2023Feb 15, 2023
Android developer as Backend developer: Ktor server on Heroku using GitAs Android developer we are very lucky, as with Kotlin it is possible to create all kinds of projects so why not create a backend project…Jul 27, 20221Jul 27, 20221
Compose Theme: How to change light and dark mode dynamically with SharedFlowIn this article I want to propose a method to change from light mode to dark mode and vice versa using SharedFlow.Jul 24, 20221Jul 24, 20221
Compose Theme: Animated colors switching from light to dark modeIn this article I’ll explain how to switch from light to dark mode and viceversa, smoothly than usual using animated colors.Jul 24, 2022Jul 24, 2022
Custom View: Swipe Button in ComposeIn this article I’ll explain how to create a swipe button that it launches a callback when it swiped.Jul 10, 2022Jul 10, 2022
No more Retrofit, move to Ktor on Android — Logging and InterceptorIn the previous article here, we see how to implement Ktor on Android, now we focus on Logging and Interceptor.May 27, 20221May 27, 20221