🎴 Flashcard Mode

Android Platform Fundamentals

Card1 / 14
Mastered0
Review0
QuestionClick to flip

Structured data storage is possible through

AnswerClick to flip back
A
SQLite
💡 Explanation:

Android uses SQLite as its built-in database engine for storing structured data. SQLite is a lightweight, serverless database that requires minimal configuration and is ideal for mobile applications. Developers can use SQLiteOpenHelper to manage database creation and versioning.

Change Mode