Data persistence
Last modified by Admin on 2019/09/23 10:46
Collected data from collectors are stored in SQLite database with help of Room library. The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
Collectors also use SharedPreferences to save less important data during their work.