Journal of Computer Sciences Institute (Dec 2021)
Analysis of data storage methods available in the Android SDK
Abstract
This article presents a comparison of data storage methods available in the Android SDK. Analyzes the following information storage methods: SQLite, Room, Content Providers, SharedPreferences and DataStore. It examines the relationship between the complexity of the data structure and the cost and efficiency of data storage with the use of given methods. Presents the results of the performance test and conclusions drawn from their analysis.