tech/webdev magazine

July 22, 2016

Android From Scratch: How to Store Application Data Locally

Friday, July 22, 2016 Teklinks

When it comes to persisting application data locally, Android developers are definitely spoiled for choice. In addition to direct access to both the internal and external storage areas of an Android device, the Android platform offers SQLite databases for storing relational data, and special files for storing key-value pairs. What's more, Android apps can also use third-party databases that offer NoSQL support.

Full article