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 にデータを入力すると、.txt ファイルよりも多くの時間とコード行を使用します。
.txt にデータを保存し、FileReader を使用すると、データを取得するのに便利です。
File ではなく SQLite を使用する利点は何ですか?