USING SQLITE DATABASE IN THE ANDROID STUDIO ENVIRONMENT
Authors/Creators
- 1. Student, Andijan State Technical Institute
Description
Modern mobile applications often require the ability to store, process, and deliver data to users even in the absence of a network connection. In such scenarios, SQLite stands out as one of the most widely adopted technologies for local database solutions. SQLite is a zero-configuration, serverless, file-based, lightweight relational database that is integrated into the Android operating system as a standard library. The primary objective of this paper is to systematically demonstrate the process of creating a database using SQLite within the Android Studio environment, implementing CRUD (Create, Read, Update, Delete) operations, and addressing practical challenges that arise during the development process. The research object is defined as the architecture of local data management in Android applications, while the research subject focuses on methodologies for establishing an efficient and secure data flow using SQLite.
Files
2946-2948.pdf
Files
(209.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:2c6701c53d0ad6f07fb154115a94cefb
|
209.3 kB | Preview Download |
Additional details
References
- 1.Android Developers Documentation. Save data using SQLite. Android Platform Documentation, 2025.
- 2.Android Developers. Room Persistence Library – Jetpack. Android Developers, 2024.
- 3.SQLite Official Documentation. SQLite Version 3: Core Features and SQL Syntax. SQLite.org, 2025.
- 4.Android Developers. Persist data with Room – Codelab. Android Codelabs, 2024.
- 5.Kotlinlang Documentation. Kotlin Coroutines Guide: Asynchronous Programming. JetBrains, 2025.