Android application persistence

Archived

This page has been archived and will receive no further updates.

to store data that will persist between application instances:

to store key, value data only for an application’s lifetime:

to store object instances for an application’s lifetime:

to cache data temporarily:

to connect to the same database in different activities of the same application: