Android App Development Essentials: Local Data Storage

Android App Development Essentials: Local Data Storage

English | 2016 | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 3h 9m | 701 MB

Android developers who need to manage and present data have many tools available to them in the application framework of Android. This course covers a variety of data persistence techniques, including storing data in shared preferences—key-value pairs—in JSON-formatted text files, and in relational databases with SQLite. Join as he demonstrates these data management techniques. He also explains how to use relevant design patterns to model data with Java classes, and how to present data to the user with the Android SDK’s ListView and RecyclerView components.

Topics include:

  • Modeling data in POJO classes
  • Customizing a ListView item display
  • Displaying data in a RecyclerView
  • Creating a custom array adapter
  • Managing shared preferences with Java
  • Creating and importing JSON data files
  • Accessing SQLite from the command line
  • Retrieving data with SQLite queries