Multiple choice

Which of the following android techniques is/are used to save data by an own database for the application?

  1. Shared preferences

  2. Files

  3. SQLite databases

  4. Content Providers

  5. Both (1) and (4)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

By using SQLite database saving technique, every application can create its own database over which it has total control.