When you want to save data on a device in an Android app, the first technology most developers use is SQLite. Support for SQLite is included in the Android SDK, and Google provides plenty of support for using it in the form of helper APIs, documentation, and examples. And the new architecture components that were introduced at Google I/O 2017 include the ROOM library, which makes it easier than ever before to define a database structure and work with data in SQLite.
- [Instructor] When you want to save data…on a device in an Android app,…the first technology most developers use is SQLite.…Support for SQLite is included in the Android SDK…and Google provides plenty of support…for using it in the form of helper APIs,…documentation and examples.…And the new architecture components…that were introduced at Google I/O 2017…include the Room library…that makes it easier than ever before…to define a database structure and work with data in SQLite…but there are other options…for persistent storage in Android.…
One of these is Realm, a data persistence library…that makes it incredibly easy…to store simple data persistently.…Realm is available for a number of languages and platforms…but in Android you'll use the version…that's built for Java.…The client-side version of Realm is free.…There are other additions…including a server side implementation…that require a paid license…but for simple Android client use,…you can use the library without paying a license fee.…You can find information about Realm on this website.…
Author
Updated
6/29/2018Released
7/14/2017Skill Level Intermediate
Duration
Views
Q: Why can't I earn a Certificate of Completion for this course?
A: We publish a new tutorial or tutorials for this course on a regular basis. We are unable to offer a Certificate of Completion because it is an ever-evolving course that is not designed to be completed. Check back often for new movies.
Related Courses
-
Android App Development: Data Persistence Libraries
with Annyce Davis4h 52m Intermediate -
Building Android Apps with Cloud Services
with Albert Lo2h 37m Intermediate
-
Introduction
-
Welcome43s
-
-
1. Android Development Tips Weekly
-
Play sounds with SoundPool8m 45s
-
Manage menus with when3m 44s
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Manage persistent data with Realm