RWDevCon 2018 Schedule Now Available!

Good news – the RWDevCon 2018 schedule is now available! Tutorials include Machine Learning, ARKit, Advanced Auto Layout, App Architecture, and more! By Ray Wenderlich.

Save for later
Share

Contents

Hide contents

We polled our attendees a few months ago, asking what they wanted to experience. We’ve received the votes, tallied them up and picked the most popular topics to feature at the conference.

Today, we are happy to announce that the schedule for RWDevCon 2018 is now available! The conference has 18 tutorials across three simultaneous tracks, so you can definitely find something to fit your interests.

In addition to the usual conference sessions and workshops, you’ll enjoy some great inspiration speakers, a few parties, lots of board games, open spaces, a hackathon, and even a game show! :]

Let’s take a quick peek at what’s coming your way this April.

Pre-Conference Workshops

The day before the conference begins, you can choose to take part in four optional, half-day pre-conference workshops designed for people who want to get an early start and dive deep into some cool and advanced topics.

Take a stroll down an alleyway of the Swift standard library. In this workshop, you’ll learn about the Swift collection protocols which powers much of the standard library.

You’ll walk away with advanced knowledge and techniques that will augment your daily Swift development and impress your interviewers.

Swift Collection Protocols Workshop — Kelvin Lau & Vincent Ngo

With Apple’s new CoreML and Vision frameworks, you can now add machine learning AI to your apps. In this hands-on workshop, you’ll learn what machine learning actually is, how to train a model, and integrate it into an app.

Machine Learning Workshop — Patrick Kwete & Audrey Tam

Have you been working with iOS for a few years now, but always been a little bit too nervous to jump into Instruments and try to track down some problems in your app? Maybe I’m way off, and you’re simply new to the game and really interested in trying to improve your app’s performance.

Either way, by the end of this workshop you’ll have a good feel for how to use Instruments to dive deep into what’s happening while your app is working and see exactly where the bottlenecks are.

Practical Instruments Workshop — Luke Parham

If you watched that stunning augmented reality (AR) demonstration at WWDC 2017 and thought “I’d like to make apps like that someday,” “someday” starts at this workshop.

You’ll learn about the features of Apple’s ARKit augmented reality framework, harness data from the camera and your users’ motions, present information and draw images over real-world scenes, and make the world your View Controller!

ARKit Workshop — Joey Devilla

Tutorial Sessions

The “main course” of the conference is our menu of 18 hands-on tutorials. This is where you’ll learn by doing!

Learn how to make and manage a Living Style Guide for your application, which can show all of the building blocks for your application both in and out of context.

With a Living Style Guide, you always have a quick way to view the building blocks of your application, the ability to build out new views quickly and consistently, and the power to make changes in one place which are reflected throughout your whole app.

1: Living Style Guides — Ellen Shapiro

Swift 4 introduced the Codable API and compiler support for simplifying how serialization is done and for supporting all Swift types including value types such as enums and structs.

This session will cover strategies for using Codable to build models for real world RESTful JSON APIs. But that’s not all. Once your models are Codable, you can leverage this machinery to go beyond JSON. Find out how in this session.

2: Swift 4 Serialization — Ray Fix

Modularity in code goes hand-in-hand with readability, testablity, reusability, scalability, and reliability, along with many other ilities.

This session covers how to make modules, figure out what code goes in a module, and then how to use those modules for maximum success. You’ll learn best practices in code encapsulation and reuse, learn some programming buzz words, and level up your Xcode skills.

3: Architecting Modules — Mike Katz

Netflix remains the leader in the binge-watching, evening-wasting habits of modern TV viewers. How hard could it be to copy this model?

Quite hard, as it turns out. In this session, you’ll learn how to solve challenges unique to the architecture and construction of video streaming apps. You’ll discover some interesting iOS features you weren’t aware of before, and how to use these in your own apps.

4: Cloning Netflix: Surely it Can’t be That Hard — Sam Davies

Auto Layout takes effort to learn, and can be notoriously painful to do so. But once you have the basics, how can you become efficient at applying, editing and debugging constraints?

In this session we will examine some best practices for Auto Layout, looking at examples via Interface Builder and in code. The session will focus primarily on Auto Layout for iOS.

5: Auto Layout Best Practices — Gemma Barlow

Architecture is the design of functional, safe, sustainable and aesthetically pleasing software. There are many ways to architect your applications like the common MVC, MVP and MVVM patterns.

This session will get you comfortable with clean architecture and show you how to transform a basic application built using MVC to a clean architecture using VIPER that is scalable.

6: Clean Architecture on iOS — Anthony Lockett

Learn the fundamentals of Android development through this tutorial. You’ll build an app from scratch that walks you through Android layout, resources, list views, navigation, networking and material design.

Along the way, I’ll compare and contrast the concepts with those found in building iOS apps.

7: Android for iOS Developers — Christine Abernathy

When you’re asked to include charts or graphs in an app, don’t panic and reach for a third-party library.

In this session you’ll learn how to make your own fancy-looking data visualisations, with animations and color effects as a bonus!

8: The Art of the Chart — Rich Turton

Have you ever run into a legacy app with a Massive View Controller or other architectural problems?

In this session, you’ll learn how to give legacy apps a spring cleaning. You’ll learn how to iteratively split apart code, add testing, and prevent problems from happening again.

9: Spring Cleaning Your App — Alex Curran

Automated testing tools for iOS have come a long way since the initial release of the iPhone SDK. Learn how to improve your app’s quality by using TDD to build both the model and user interface layers of an application.

You’ll learn what TDD is, how it can be used in unit tests to verify simple model objects, code that uses a remote API, and user interface code. Plus: some tricks for writing tests easier!

10: Improving App Quality with Test Driven Development — Andy Obusek

In this session, you will learn how to use WKWebView to embed HTML that looks seamless with iOS native controls. This can save a lot of time by not having to build storyboards (or UI) for substantial areas of your apps, and you can even repurpose the same content in Android.

Learn how to structure CSS/fonts, intercept hyperlink taps, integrate Javascript with Swift, and more!

11: Advanced WKWebView — Eric Soto

In the past few years, a number of examples of Clean Architecture on Android have been presented within the Android community.

This session will discuss some of the history and theory behind Clean Architecture, show an example app use case from the “outside-in”, and then demonstrate the development of a new app use case from the “inside-out”.

12: Clean Architecture on Android — Joe Howard

If you watched that stunning augmented reality (AR) demonstration at WWDC 2017 and thought “I’d like to make apps like that someday,” “someday” starts at this workshop.

You’ll learn about the features of Apple’s ARKit augmented reality framework, harness data from the camera and your users’ motions, present information and draw images over real-world scenes, and make the world your View Controller!

13: Getting Started with ARKit — Joey Devilla

Learn three different ways of creating and manipulating custom views. First, learn how to supercharge your IB through code and create unique views using storyboards. Next, dive into creating flexible and reusable views. Finally, bring it all together with some CoreGraphics and CoreAnimation pizazz!

14: Custom Views — Lea Marolt Sonnenschein

Building an iOS app is easy. Building a successful one however needs more effort.

This session will focus on automating your builds, using continuous integration to test and deploy them, and finally integrating analytics and tracking once your app is released to prepare for the next iteration. You will walk away with a toolset for building an efficient app development workflow.

15: App Development Workflow — Namrata Bandekar

Metal is a low level framework that allows you to control your code down to the bit level. However, many common operations don’t require you to get down to that level because they are handled by Core Image and SceneKit.

This session will show you what operations you get with SceneKit and how you can go deeper with Metal when you need to without losing the convenience of SceneKit.

16: Integrating Metal Shaders with SceneKit — Janie Clayton

As an iOS developer, the most important tool you use is Xcode. Learn how to supercharge your efficiency with various tips and tricks.

17: Xcode Tips & Tricks — Jawwad Ahmad

In this tutorial we will combine all the cutting edge architecture design techniques such as reactive programming, dependency injection, protocol oriented programming, unidirectional dataflow, use cases, and more in order to master the art of designing codebases that can easily change over time.

Learn what causes code to change, how to minimize the effort to deal with those changes, and how to apply this in your own apps (such as switching from RxSwift to ReactiveSwift, from Core Data to Realm, or from one view implementation to another!)

18: Advanced Unidirectional Architecture — Rene Cacheaux