Methods of local data persistence. Android allows to persists application data via the file system . … Preferences – Android allows you to save and retrieve persistent key-value pairs of primitive data type. SQLite database – instances of SQLite databases are also stored on the local file system.