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.
すべてのリソース (Eclipse IDE の場合はすべて res フォルダー内)、特別に描画可能な画像は、実行時にメモリに読み込まれますか? それとも、アプリケーションが必要とするときに利用できるファイルのようなものですか?
リソースはオンデマンドでのみ読み込まれるため、リソースを呼び出さない場合でも余分なメモリは使用されません。
ただし、それらはアプリケーション パッケージに含まれているため、ディスク領域を占有します。