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.
LazyListを使用して画像をリストビューにロードしています。しかし、ListView に Rect(8, 8, 16, 16) を表示したいだけです。これは、以前にダウンロードした画像で drawbitmap を使用することで可能ですか? 画像を一時ディレクトリにダウンロードし、トリミングしてから ListView に表示しますか? Lazylistを使用してこれを行うにはどうすればよいですか?
ImageLoader に画像処理を追加するだけです。ダウンロード後、表示される前に行う必要があります。