processes? I'll need to read/write preferences several times a second.
- SharedPreferences with a content provider
- Each process with its own SharedPreferences file and they get synced by broadcast receivers on preferenceChanged
- using room db in each process
- something else?
Any ideas?
Обсуждают сегодня