From 2692c62f036d13421418f5f507ba00949fa2550b Mon Sep 17 00:00:00 2001 From: Moksh Mahajan Date: Sat, 27 Oct 2018 11:25:27 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d300ff7..524321c 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Thanks to [Daita](https://github.com/vdaita) for this contribution. - [ ] [[Udacity Course] Advanced Android App Development Lesson: Libraries](https://www.udacity.com/course/advanced-android-app-development--ud855) #### Persistent Data Storage ->Determining appropriate use cases for local [persisted data](https://www.youtube.com/playlist?list=PLWy8DQlwJkdzafwjoVUcx9283oIbJQvFC), and designing solutions to implement data storage using files, preferences, and databases. This includes implementing strategies for bundling static data with applications, caching data from remote sources, and managing user-generated private data. Candidates should also be able to describe platform features that allow applications to store data securely and share that data with other applications in a secure manner. +>Determining appropriate use cases for local [persisted data](https://www.youtube.com/playlist?list=PLWy8DQlwJkdzafwjoVUcx9283oIbJQvFC), and designing solutions to implement data storage using files,saving key-value pairs using the preference API and databases. This includes implementing strategies for bundling static data with applications, caching data from remote sources, and managing user-generated private data. Candidates should also be able to describe platform features that allow applications to store data securely and share that data with other applications in a secure manner. - [ ] Define a database schema; include tables, fields, and indices - [ ] [[Android Developers Page] Saving Data in SQL Databases][db_android_guide_database] From 904d37910916ec20709584b06282aa560d2e588f Mon Sep 17 00:00:00 2001 From: Moksh Mahajan Date: Sat, 27 Oct 2018 11:32:45 +0530 Subject: [PATCH 2/4] Update README.md Added little details about the preference in the Persistent data storage section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 524321c..4ed286f 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Thanks to [Daita](https://github.com/vdaita) for this contribution. - [ ] [[Udacity Course] Advanced Android App Development Lesson: Libraries](https://www.udacity.com/course/advanced-android-app-development--ud855) #### Persistent Data Storage ->Determining appropriate use cases for local [persisted data](https://www.youtube.com/playlist?list=PLWy8DQlwJkdzafwjoVUcx9283oIbJQvFC), and designing solutions to implement data storage using files,saving key-value pairs using the preference API and databases. This includes implementing strategies for bundling static data with applications, caching data from remote sources, and managing user-generated private data. Candidates should also be able to describe platform features that allow applications to store data securely and share that data with other applications in a secure manner. +>Determining appropriate use cases for local [persisted data](https://www.youtube.com/playlist?list=PLWy8DQlwJkdzafwjoVUcx9283oIbJQvFC), and designing solutions to implement data storage using files,prefrences and databases. This includes implementing strategies for bundling static data with applications, caching data from remote sources, saving key-value pairs using the preference API and managing user-generated private data. Candidates should also be able to describe platform features that allow applications to store data securely and share that data with other applications in a secure manner. - [ ] Define a database schema; include tables, fields, and indices - [ ] [[Android Developers Page] Saving Data in SQL Databases][db_android_guide_database] From b5a56181b295c3604577a33a0e2b32f9a71a88d7 Mon Sep 17 00:00:00 2001 From: Moksh Mahajan Date: Sat, 27 Oct 2018 11:42:14 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ed286f..6b8ad3f 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Thanks to [Daita](https://github.com/vdaita) for this contribution. - [ ] [[Udacity Course] Advanced Android App Development Lesson: Libraries](https://www.udacity.com/course/advanced-android-app-development--ud855) #### Persistent Data Storage ->Determining appropriate use cases for local [persisted data](https://www.youtube.com/playlist?list=PLWy8DQlwJkdzafwjoVUcx9283oIbJQvFC), and designing solutions to implement data storage using files,prefrences and databases. This includes implementing strategies for bundling static data with applications, caching data from remote sources, saving key-value pairs using the preference API and managing user-generated private data. Candidates should also be able to describe platform features that allow applications to store data securely and share that data with other applications in a secure manner. +>Determining appropriate use cases for local [persisted data](https://www.youtube.com/playlist?list=PLWy8DQlwJkdzafwjoVUcx9283oIbJQvFC), and designing solutions to implement data storage using files,prefrences and databases. This includes implementing strategies for bundling static data with applications, caching data from remote sources, saving key-value pairs using the preference API in Android and managing user-generated private data. Candidates should also be able to describe platform features that allow applications to store data securely and share that data with other applications in a secure manner. - [ ] Define a database schema; include tables, fields, and indices - [ ] [[Android Developers Page] Saving Data in SQL Databases][db_android_guide_database] From 35bf2f1853d4bd55586b4b9eb31cad614535e473 Mon Sep 17 00:00:00 2001 From: moksh-mahajan Date: Sat, 27 Oct 2018 11:56:19 +0530 Subject: [PATCH 4/4] updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b8ad3f..4ed286f 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Thanks to [Daita](https://github.com/vdaita) for this contribution. - [ ] [[Udacity Course] Advanced Android App Development Lesson: Libraries](https://www.udacity.com/course/advanced-android-app-development--ud855) #### Persistent Data Storage ->Determining appropriate use cases for local [persisted data](https://www.youtube.com/playlist?list=PLWy8DQlwJkdzafwjoVUcx9283oIbJQvFC), and designing solutions to implement data storage using files,prefrences and databases. This includes implementing strategies for bundling static data with applications, caching data from remote sources, saving key-value pairs using the preference API in Android and managing user-generated private data. Candidates should also be able to describe platform features that allow applications to store data securely and share that data with other applications in a secure manner. +>Determining appropriate use cases for local [persisted data](https://www.youtube.com/playlist?list=PLWy8DQlwJkdzafwjoVUcx9283oIbJQvFC), and designing solutions to implement data storage using files,prefrences and databases. This includes implementing strategies for bundling static data with applications, caching data from remote sources, saving key-value pairs using the preference API and managing user-generated private data. Candidates should also be able to describe platform features that allow applications to store data securely and share that data with other applications in a secure manner. - [ ] Define a database schema; include tables, fields, and indices - [ ] [[Android Developers Page] Saving Data in SQL Databases][db_android_guide_database]