Back to Browse

Android Data Storage Tutorial | Types of Data Storage in Android | Android Training

4.7K views
Apr 18, 2016
1:19:15

Android Data Storage Tutorial | Types of Data Storage in Android Android provides several options for you to save persistent application data. The solution you choose depends on your specific needs, such as whether the data should be private to your application or accessible to other applications (and the user) and how much space your data requires. Data storage options: Shared Preferences: Store private primitive data in key-value pairs. Internal Storage: Store private data on the device memory. External Storage: Store public data on the shared external storage. SQLite Databases: Store structured data in a private database. Network Connection: Store data on the web with your own network server. Android provides a way for you to expose even your private data to other applications — with a content provider. A content provider is an optional component that exposes read/write access to your application data, subject to whatever restrictions you want to impose. For more information about using content providers, see the Content Providers documentation. Click the following link for more details: https://acadgild.com/web-development/android-development?utm_campaign=enrol-I30g6SaJPqs&utm_medium=VM&utm_source=youtube For more updates on courses and tips follow us on: Facebook: https://www.facebook.com/acadgild Twitter: https://twitter.com/acadgild LinkedIn: https://www.linkedin.com/company/acadgild

Download

0 formats

No download links available.

Android Data Storage Tutorial | Types of Data Storage in Android | Android Training | NatokHD