Table of Contents
SimpleAdapter を利用したことや、いろいろな表示方法を説明してありわかりやすい。
SimpleAdapterを継承したもの作成して表示をしている。
ListViewで画像を表示する - A Day In The Life
ListViewでTextViewとImageView両方扱えるようにSimpleCursorAdapterを拡張してみました。 public class ImageCursorAdapter extends SimpleCursorAda...
画像URLからBitmapを作成して表示している。