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.
アプリケーションに約1000以上の画像を表示したい。デバイスまたはデータベースに画像を保存する最も効果的な方法はどれですか?
アプリで sqlite データベースを使用しています。
画像をサーバーに保存する方が良いでしょう。ただし、サーバーにアクセスできない場合は、イメージ パスを SQLite データベースに保存し、イメージを SD カードに保存します。このようにすることは、常に良いプログラミングの実践です。