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.
私のアプリでは、インターネットからいくつかの写真を読み込み、それらをに保存してArrayList<Bitmap>、ユーザーが常にそれらをリロードする必要がないようにします。Arraylistが 50 枚以上の写真を撮らないことがわかりました。その後、アプリがクラッシュします。
ArrayList<Bitmap>
この 50 の境界をスキップする可能性はありますか?
通常はありません。ArrayList (またはあらゆる種類のリスト) の最大容量は、JVM が使用できるメモリの量によってのみ制限されます。