Using Apollo Kotlin Data Builders for Testing Data Builders provide an easy way for creating GraphQL response classes. In this post I'll show how they can be used to improve your tests.
Kotlin Multiplatform In-Memory SQLDelight Database for Integration and UI Testing on iOS and Android Databases are an integral part of mobile application development, so it's important that these features are properly tested.
Refactoring an Android App to Kotlin Multiplatform Recently I reactivated my old project Timi [https://github.com/AKJAW/Timi-Multiplatform] which I used to learn Compose. This time my focus is on learning the iOS side of Kotlin
Testing on Kotlin Multiplatform Mobile and a Strategy to Speed Up Development Time Automated tests are an integral part of developing software, they help catch bugs before they reach the users and save developers time by cutting down manual testing.
Modularizing a Kotlin Multiplatform Mobile Project This article shows an example modularization strategy for Kotlin Multiplatform Mobile projects and touches on some issues related to modularization and the iOS platform.
Kotlin Multiplatform For Android and the Web - Part 5 The Summary The last part of the series contains code statistics, shows what problems I've encountered along the way and at the end I share my opinion on Kotlin Multiplatform
Kotlin Multiplatform For Android and the Web - Part 4 The Android App This part focuses on the Android app of the Kotlin Multiplatform project
Kotlin Multiplatform For Android and the Web - Part 3 The Web App This part explores Kotlin/JS and shows the React.JS app of the Kotlin Multiplatform project.
Kotlin Multiplatform For Android and the Web - Part 2 The shared module This part explains how Kotlin Multiplatform can share code between platforms. Additionally the architecture of the client platform (Web app and Android) is also shown.
Kotlin Multiplatform For Android and the Web - Part 1 Introduction and the Server The first part of my thesis about Kotlin Multiplatform. This part contains the project introduction and the Ktor server
Building a Kotlin Multiplatform Mobile Proof of Concept Conclusions This article contains information about our experiences with Kotlin Multiplatform, which hopefully might be useful for others.
Implementing a Stopwatch with Kotlin Coroutines and Flow Part 2 - Multiple Stopwatches with Unit and Compose UI Tests The first part focused on getting the stopwatch working, this one will focus on changing the implementation to support multiple stopwatches.
Implementing a Stopwatch with Kotlin Coroutines and Flow Part 1 - a Single Stopwatch Currently, I'm working on a Jetpack Compose Android app [https://github.com/AKJAW/Timi-Compose] which amongst other things allows the user to start multiple stopwatches. This is the first part
Kotlin/JS React, Redux with thunk and Material UI example app/template Step-by-step guide how I implemented a Kotlin/JS app with Redux and Material UI