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.
私のレイアウトにはたくさんのイメージビューがあります。.gif アニメーション ファイルを 1 つのイメージ ビューで表示したい。Yashメソッド(AndroidのImageViewにgif画像を追加)を試しましたが、.gifファイルにはすべてのレイアウトが表示されました。他のビューは消えました。
全部見せたい。
何か案が?
残念ながら、gif は単独では ImageView 内でアニメーション化されません。これを処理するには、View の新しいサブクラスを作成する必要があります。
android.graphics.Movie で .gif を表示する
Fresco ライブラリを参照してください。
https://github.com/facebook/fresco