Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Android 中,用于保存持久数据 - 这对于更快的内存写入速度更好。SQLite 数据库或文本文件?
这取决于。
如果您要保存复杂的数据,那么 SQLite 数据库显然更好且可扩展。
但是,如果您要保存非复杂数据,例如整数或其他数据,请务必使用文本文件,毕竟 SQLite 数据库是平面文件