Devoxx UK: From Zero to Mobile Developer in 45 Minutes With SwiftUI

28d3ea951ca89d66ed31e96b825d9e789051f2ba

About this Event

Devoxx UK is a 3-day conference where developers come together to explore the latest technology advancements and fascinating ideas, with some of the most inspiring speakers in our sector.

Diverse, local and global talent introduce the newest and most vital content from the development world, with a range of sessions covering Java, Cloud, Data, AI, Robotics, Programming Languages, Security, Architecture, Developer Practices and Culture.

Presentation

Apple’s SwiftUI framework has revolutionised developing native iOS/iPadOS. Gone are the storyboards, XML files, and event handlers that you used to have to wrestle with – everything is created by writing Swift code. SwiftUI apps are built by composing state-driven views, and so how you handle state is key.

This session will teach you how to build your first mobile application using SwiftUI (with a dash of Realm to manage your data). It’s aimed at experienced developers who are new to mobile or to SwiftUI – or those interested in how Realm and MongoDB can be integrated into your SwiftUI apps.

I’ll start with a brief tour of the anatomy of a mobile app – covering both the backend and frontend components.

The bulk of the session will be devoted to a hands-on demonstration of building a simple chat app. The app lets users register, login and then join a chatroom of their choice. Once in a chat room, users can share messages with other members. I’ll start by creating the Atlas cluster and backend Realm app, before coding and testing the mobile app.

While the app is simple, it solves some complex distributed data issues, with real-time syncing of data between your backend database and your mobile apps. Realm is also available for other platforms, such as Android, and so the same backend and data can be shared with all versions of your app.

When?

Mon, Nov 1st, 2021
10:50am GMT

Where?

:dart: Agenda and Tickets are available via Devoxx UK

Speaker

Andrew Morgan-Realm

@Andrew_Morgan

MongoDB Staff Engineer

Andrew has built database software throughout his career - including development, product management, and product marketing. He started his career developing real-time database software before eventually moving into product management for MySQL/Oracle. In 2015, he jumped at the chance to join MongoDB as a product marketeer, and he’s since wormed my way back into software development. His current role is to develop and build content around mobile apps using Realm.