Beginning Realm on iOS

Realm is a cross-platform mobile database, a billion+ people rely on. It’s known for it speed, ease of use, and best of all – it’s price: free for all! But Realm is not just a database – it’s an object API that allows you to really easily store and retrieve the very objects you use in your app without converting them to structs, copying them around, or using an intermediate language like SQL. Watch this free video series to learn how to define Realm data objects and easily persist them between app launches on disc. Make the most out of Realm’s dynamic collections and go reactive with the built-in notifications that allow your app’s UI to always be up to date with your data storage. By Marin Todorov.

Leave a rating/review
Save for later
Comments
Share
01
Toggle description

Find out what's covered in our Beginning Realm on iOS video tutorial series.

Toggle description

This video tutorial covers modeling a basic data model class with Realm.

Toggle description

Learn how to create and persist objects and retrieve them back.

Toggle description

Learn how to update the contents of your stored objects and delete the ones you no longer need.

Collections 17:43
Toggle description

This video covers a couple of Realm's dynamic collections - Results and List.

Toggle description

In this video tutorial you learn how to make use of Realm's notifications to keep your app's UI up to date.

Conclusion 5:08
Toggle description

This conclusion video reviews what you learned in this series and speaks of what's coming next in our Intermediate Realm on iOS video tutorial series.