##Android SDK Local Data Storage
Posted by Superadmin on December 21 2020 09:19:42

Android SDK Local Data Storage

Created by David Gassner


00_01-Welcome



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


00_02-What you should know



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


00_03-How to use the exercise files



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


01_01-Local Data Storage Options



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


01_02-Setup Android SDK



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


01_03-Create AVD



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


01_04-Create and Android Project



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


02_01-About shared preferences



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


02_02-Manage shared preferences with Java



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


02_03-Create a preferences activity



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


02_04-Listen for changes to a preference



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


03_01-Work with files in internal storage



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


03_02-Create JSON data files



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


03_03-Work with files in external storage



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


03_04-xmlpull



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


03_05-xmljdom



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


04_01-SQLite and Android



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


04_02-Create an SQLite database



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


04_03-Manage a database with a DataSource



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


04_04-Access SQLite from the command line



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


04_05-Retrieve data with SQLite queries



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


04_06-Insert data into a table



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


04_07-Filter and Sort data



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


04_08-Manage SQLite transactions



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


05_01-richdisplay



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


05_02-detailview



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


05_03-multitable



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


05_04-deleterow



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


06_01-goodbye



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files

Android SDK Local Data Storage

Created by David Gassner


Ex_Files_Droid_Loc_Data_Storage.zip



Description

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 David Gassner 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.



      
Course Contents
00 Introduction 01 Getting Started 02 Using Application Preferences 03 Using Internal and External File Storage 04 Working with SQLite Databases 05 Managing and Displaying SQLite Data 06 Conclusion 08. Exercice Files