Yea, damn rare for an app to not save on the fly, as it’s how the data structures work by default on Android (and it addresses the memory management issue as you describe)
I can think of one app I have that requires you to save, out of the ~250 user apps on my phone. And I chose that app for that feature (a text editor).
Oof. That seems like pretty basic Android functionality. It would be incredibly frustrating to switch apps and lose your note.
Yea, damn rare for an app to not save on the fly, as it’s how the data structures work by default on Android (and it addresses the memory management issue as you describe)
I can think of one app I have that requires you to save, out of the ~250 user apps on my phone. And I chose that app for that feature (a text editor).