Blog

From everyday struggles to smart hacks.

Blog2023-12-06T10:11:05+00:00
  • Angle Input Control with SwiftUI

Angle Input Control with SwiftUI

March 13th, 2022|

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.

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
  • working from home survival guide

Working from home survival guide

March 12th, 2020|

A lot of people nowadays are working from their homes. It gives a lot of comfort but it can also be difficult sometimes. In this article you can find a helpful guide with some tips for working from home.

  • An alternative Android Visualizer

An alternative Android Visualizer

December 10th, 2019|

Sometimes you see can see those visually pleasing jumping bars when listening to music, which jump higher when the music gets louder. But can we code those ourselves? Yes we can. In this article it will be explained how you can do that too.

  • jetpack navigation & form factors

Jetpack Navigation & Form Factors

September 25th, 2019|

The Jetpack Navigation component is a very welcome add-on that makes the development of Android apps so much easier. No more committing Fragment transactions, and no more hassle to make sure that the up- and back button give the user the expected experience, not to mention the trouble of having to maintain a concise back stack for deep links and finally: How did we survive for so long without that visual navigation graph? In this article we'll show you how to approach this.