Beginning Realm on iOS

Realm is a cross-platform mobile database, a billion+ people rely on. It’s known for its 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. By Marin Todorov.

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

In this video, learn what topics will be covered in our Beginning Realm on iOS video tutorial series.

02
Toggle description

Learn how to define Realm object classes, which you will later persist on disk. Start with the Chatter demo project!

03
Toggle description

Try creating new objects and persisting them automatically on disk. Learn how to fetch data back once saved on disk.

04
Results 15:04
Toggle description

Learn how to query your Realm database for stored objects matching certain criteria and order them the way you want.

05
Lists 12:56
Toggle description

You don't have to query your Realm database each time you want some objects back - learn to use pre-filtered and sorted object lists.

06
Toggle description

Add reactive features to your app using Realm's built-in notification mechanism, which will allow you to update your UI in real time as your data changes.

07
Conclusion 2:20
Toggle description

In this course's gripping conclusion you will look back at what you've learned so far and what awaits you in the Intermediate Realm on iOS video course.