Refactoring Multi-Module Kotlin Project With Konsist | by Igor Wojda 🤖 | Sep, 2023
Refactoring is not just about altering code; it’s about enhancing its structure, improving readability, optimizing performance, and keeping things consistent. In this article, we’ll focus on the consistency aspect and refactor a simple imaginary project to unify its codebase. We will also implement a set…
Mobile App Development
0
Migrating an Android app to iOS with KMP — Part I: First steps and architecture | by Igor Escodro | Aug, 2023
Since I started Alkaa, a task management open-source app, I have dreamt of also releasing it on iPhone. However, I don’t have experience in developing apps for iOS, and porting all the features to Swift would be an exhaustive job. Imagine how surprised I was…