Hopp til hovedinnhold

Innhold om Apputvikling

Totalt 7 innlegg

Cross-platform SwiftUI

Apputvikling
Artikkel (5 min)
Fra Runar Ovesen Hjerpbakk

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.

Ditt Digitale Engangskamera

Apputvikling
Artikkel (6 min)
Fra Jørgen Hollum

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.

Skredvarsel for Garmin ⛷️⌚️

Hobby, Apputvikling
Artikkel (8 min)
Fra Dag Stuan

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.

How to animate stuff in React Native 💫

Apputvikling
Artikkel (10 min)
Fra Alfred Lieth Årøe

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 🎅

Serverless Online Multiplayer with Firebase

Apputvikling
Artikkel (5 min)
Fra Ole Kildehaug Furseth

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

Creating the same app using 4 different frameworks

Apputvikling
Artikkel (11 min)
Fra Runar Ovesen Hjerpbakk

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!

Cross platform CLIs with Swift

Apputvikling, Utvikling
Artikkel (7 min)
Fra Bendik Solheim

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!