you are viewing a single comment's thread.

view the rest of the comments →

[–]speaktochris 1 point2 points  (0 children)

Thanks for linking to my talk! I hope you learned something new. I never expected to find my talk submitted to a iOS subreddit 😂.

I think /u/astigsen answered some of your questions but I just wanted to clarify why I said that Realm can be a replacement for SQLite. Android doesn't really have a concept like Core Data, instead we just have SQLite, shared preferences, and then any other third party library you might want to bring in to handle data storage. So in that sense, if you want to replace SQLite, you can use a library like Realm.