PersistentStorage - PhenoApps/Inventory GitHub Wiki
One of the two ways Inventory persists state is by storage in a SQLite table named samples
and described by the entity-relationship diagram to the right.
The other way Inventory persists state is by storage provided by SharedPreferences
. Inventory persists the strings FirstName
and LastName
, the boolean ignoreScale
, and the integer UpdateVersion
.