Blog

From everyday struggles to smart hacks.

Blog2023-12-06T10:11:05+00:00

Newsletter

Become an app expert? Leave your e-mail.

nederlandse loterij en egeniq
pathe thuis en egeniq
rpo and egeniq
mvw en egeniq
rtl and egeniq

Speed up searching in your app by using SQLite and FTS

August 7th, 2024|

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

Dynamic Font Sizes With Jetpack Compose

November 28th, 2023|

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.

  • how to make widgets in swift egeniq

Making widgets in swift

September 6th, 2022|

Widgets on Android are interactive mini-apps or extensions of a larger app. For example, you can display the weather overview, a mini music player on the phone's home page, or an interactive background. This article is about the basic set up of a widget on iOs. This article provides you with instructions and examples that you can easily follow.

  • Adding Wedge and Touch to Angle Input Control in SwiftUI

Adding Wedge and Touch to Angle Input Control in SwiftUI

March 20th, 2022|

Last time it was showed how you can write a control for inputting an angle. This time we are improving the look of the control as well as adding touch input. If you are interested in coding it yourself, there are good and easily followable examples of coding in this article.