![]() |
Saving Data on Android |
Title: Saving Data on Android Ray Wenderlich
Author: Jennifer Bailey, Aldo Olivares Dominguez & Dean Djermanović
Publisher: Razeware LLC
Language: English
Subject: Swift / Computers & Technology / Programming / Apple Programming
No. of pages: 290
Format: PDF, EPUB, Source Code
Recently I bought a set of 10 books Android And Kotlin Bundle Books From Ray Wenderlich. As you can see in the image above, which includes Saving Data on Android Ray Wenderlich. And now I want to transfer it to you for $ 60 (10 books), All books are the latest version and have full source code. I will share it for you for $ 60 Includes PDF, EPUB file and full source code, you can download on Google Drive. When any book have new version, i will get it for you.
List 10 books:
2, Android apprentice
3, Advanced Android App Architecture
4, Kotlin Coroutines by Tutorials
5, Reactive Programming with Kotlin
Please contact me by Email: truonghang0207@gmail.com
Thank you
Managing persistence is one of the main features that every mobile environment
should provide, and Android is no different. In this chapter, you'll learn, through
practical examples, how to use the API that Android SDK provides to persist data.
You'll learn when and how to manage persistence depending on the type and
quantity of data.
• Chapter 1: Using Files: Android contains most of the API of Java and so the abstractions into the java.io package which allow you to deal with Files. In this chapter, you'll learn how to create, write, update and delete data into files. Here you'll have the opportunity to manage security using encryption and permissions.
• Chapter 2: Using SharedPreferences: SharedPreferences are useful if you need to persist a small quantity of data like texts or a set of values of primitive types. In this chapter, you'll learn how to persist and recover a small quantity of data.
• Chapter 3: SQLite Database: Android also provides SQLite as a small and powerful DataBase Management System. In this chapter, you'll learn how to create a DB with SQLite and how to execute queries. You'll also learn how to manage the lifecycle of a DB from the creation to the upgrade or downgrade of versions.
• Chapter 4: Content Provider: Android also provides an abstraction on top of a DB SQLite or memory, that allows different applications to communicate and share information safely and securely. You can do this using ContentProvide which is one standard component of Android. In this chapter, you'll learn how to create a ContentProvider and how to use it to make applications to communicate.
• Chapter 1: Using Files: Android contains most of the API of Java and so the abstractions into the java.io package which allow you to deal with Files. In this chapter, you'll learn how to create, write, update and delete data into files. Here you'll have the opportunity to manage security using encryption and permissions.
• Chapter 2: Using SharedPreferences: SharedPreferences are useful if you need to persist a small quantity of data like texts or a set of values of primitive types. In this chapter, you'll learn how to persist and recover a small quantity of data.
• Chapter 3: SQLite Database: Android also provides SQLite as a small and powerful DataBase Management System. In this chapter, you'll learn how to create a DB with SQLite and how to execute queries. You'll also learn how to manage the lifecycle of a DB from the creation to the upgrade or downgrade of versions.
• Chapter 4: Content Provider: Android also provides an abstraction on top of a DB SQLite or memory, that allows different applications to communicate and share information safely and securely. You can do this using ContentProvide which is one standard component of Android. In this chapter, you'll learn how to create a ContentProvider and how to use it to make applications to communicate.
No comments:
Post a Comment