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.
私のアプリケーションには、LazyLoadinglistViewを使用して画像を表示する があります。
listView
ImageViewしかし、実際の画像がダウンロードされて表示されるまでは、デフォルトの画像の代わりにロード アニメーションを表示したいと考えています。
ImageView
アニメーションのようなimageViewデフォルト イメージを持つカスタムを作成することを考えました。ListDrawableしかし、これを達成するためのより簡単で一般的な方法はありますか?
imageView
ListDrawable
ありがとうございました。