Scroll to see more

App Development

4 min read – App Development

Cross-platform SwiftUI

SwiftUI, Apple's preferred UI toolkit, promises seamless integration across all Apple platforms, including of course iOS and macOS. This article delves into some challenges of using SwiftUI in a cross-platform context and suggests practical ideas for solutions.

5 min read – App Development

Ditt Digitale Engangskamera

Oneshot er smarttelefonens digitale engangskamera, utviklet for å møte kostnads- og miljøutfordringene assosiert med tradisjonelle engangskameraer. Slik har veien med utviklingen av min app, fra behov til produkt, vært.

6 min read – Hobby, App Development

Skredvarsel for Garmin ⛷️⌚️

Det er lite som er like inspirerende som å kunne løse sine egne problemer med teknologi! Les om hvordan jeg, som ivrig toppturentusiast, har tilgjengeliggjort snøskredvarselet fra varsom.no som app til Garmin-klokker.

8 min read – App Development

How to animate stuff in React Native 💫

Animations in app development is something that, when done right, could elevate the user experience to another level. In this article I hope to give you the tools you need to create animations in your React Native app, all while keeping the Christmas spirit alive 🎅

4 min read – App Development

Serverless Online Multiplayer with Firebase

Do you want to make an online multiplayer game, but don't want to struggle with making a server? Firebase might be your solution!

9 min read – App Development

Creating the same app using 4 different frameworks

This is the carol of how a co-worker and I created the same app using 4 different frameworks: Flutter, React Native, Xamarin Forms and SwiftUI. We did this to answer the age-old question: “Which mobile application framework is the best?” and to learn for ourselves the pros and cons of different approaches. We also polled a lot of colleagues on their experiences, including authors of some of Norway’s most used and important apps. Read on to learn our and Norway’s favorite mobile application framework!

5 min read – App Development, Development

Cross platform CLIs with Swift

Swift is mostly known as «that language people use to make iPhone apps». And while the two certainly are a good match, Swift is not really tied to the iPhone anymore. Let’s see how it performs as a language for making cross platform CLIs!