1

を使用して、すべての友達のとFQLのリストを取得します。この情報を の中に入れます。私は画像を取得するために使用し、名前の横にあるの各エントリに挿入します。idsnameslinks to profile picturesListViewAsyncTaskImageViewListView

私の質問は: 内部に配置したドローアブルをどうすればよいImageViewsですか? OutOfMemoryリストがかなり長くなる可能性があるため、それらをメモリに保持すると、特定の例外がスローされます。それらをローカルキャッシュに保存する必要がありますか? もしそうなら、それを行う最善の方法は何ですか? SharedPreferences彼らが速いということを使うべきですか?または、使用する必要がありますSQLiteか?または ...

これを行う適切な方法は何ですか?

PS 実際にはコードは必要ありません。すべての流れを説明するだけです。

4

1 に答える 1

1

UNIVERSAL IMAGE LOADERをご覧になることをお勧めします。

Android 用 Universal ImageLoader の主な機能は次のとおりです。

• asynchronous loading and displaying images from the Internet or the SD-card;
• ability of caching loaded images in memory and / or the device's file system;
• ability to monitor the loading process by means of "listeners"
• effective working with the memory while caching images in the memory;
• wide opportunities to customize the tool to fit it to your needs.
于 2013-08-27T06:50:52.560 に答える