mobile development

Philly ETE 2022 — A Guide to Mobile App Migrations: Lessons Learned in Making the Leap to Flutter — Ryan Gallagher

Abstract This discussion will cover the ins and outs of migrating an existing native iOS/Android app to Flutter. For developers considering migrations, we’ll discuss comparing technologies, key architectural considerations, and more. The efficiency potential for mobile apps to be write-once can’t be overstated, but it’s important to understand what the real costs are. NeuroFlow’s Director … Read More

Philly ETE 2020 – Etienne Caron – Coroutine + Flow = MVI

Check out our YouTube playlist to watch all the talks from Emerging Technologies for the Enterprise 2020. Abstract Managing state in Android applications can be painful. Over the years, various architectural patterns have evolved to try and tame it: MVC, MVP, and MVVM. MVI (Model-View-Intent) is an evolution of these patterns. Thanks to Immutable State … Read More

Implementing Handoff In iOS and macOS

Handoff is a neat feature that was introduced in iOS 8 and macOS (then OS X) v10.10. This capability allows an app to pass data across macOS and iOS devices so that a task started on one device can be completed on another device. In this tutorial we will implement Handoff on both iOS and macOS platforms.