A Practical Guide For visionOS Development using TCA (Part #1)
This blog focuses on building a Ticker app to understand TCA principles like state management and unidirectional data flow, setting the stage for more advanced features like immersive scenes and portal views in future posts.
Speed up searching in your app by using SQLite and FTS
Making a searchable list of 4,380 organizations in the geteduroam Android app turned out to be trickier than expected, with challenges like abbreviation matching and handling diacritics. Curious how we improved performance by 14x on older devices? Dive into the blog to see our solution!
Dynamic Font Sizes With Jetpack Compose
Are you having trouble coding your Dynamic font sizes with Jetpack compose? In this article our colleague Oya Canli will explain in simple terms and useful examples how you can code this too.
Angle Input Control with SwiftUI
The idea for this is quite simple: draw a shape consisting of two lines on screen representing an angle between 0 and 90 degrees using SwiftUI.
So you want to be a QA? Part Three: Tools
This is the third, and last part, of how to become a QA. This part is about the tools that a QA uses.
So you want to be a QA? Part Two: Testing
This is the second part of how to become a QA. Now we'll look at what kind of testing there is.
So you want to be a QA? Part One: Role of a QA
This is the first part of what to do to become a QA. First we'll talk about what a QA is.
Kotlin Flows ~ an Android cheat sheet
This article is about why people are bad multitaskers, the Kotlin Flow and how to use it.
Creating an interactive and collapsible toolbar on Android
This article is about creating an interactive and collapsible toolbar on Android, and how to code it. In easy words it is explained and with examples it is easy to understand.