207
Is there any closed source android app that you wish had a good open source alternative?
(programming.dev)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
Generally speaking I'm not opposed to sqlite. The case of a notes app is the one exception.
If i need to make a big find and replace change, i dont need to rely on the app to have the capability or whip out a sql editor or cli tool. I just open my favorite text editor and do it. Or chain some cli tools built into the os.
Its not even about data portability or export. Its about working with the data.