Building, deploying and running production code at Dropbox
January 23, 2017
Machine Learning for iOS developers
January 23, 2017

Choosing the best storage in Android (spoiler: Realm)

Speaker: Artemiy Garin

Stream: «Mobicode»

Description:

One of the most important part of development is to choose the storage for the project. It was very hard to do on Android before: various ORM-libraries on SQLite, NoSQL libraries. But there was nothing really fast and easy to work with.
The occurrence of Realm has changed everything. In my report we’ll compare it with SQLite ORM.
Libraries, we’ll see what works faster and easier. At the end of my report I’ll tell you about one more new and interesting tool that can be compared with Realm.