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.
画像を一方の端から他方の端に移動したい 3 つの画像があります。最初の画像がウィンドウを超えるときは、左側から開始する必要があります。タイマーに基づいて実行する必要があります。
この状況に最適なアニメーションの種類は何ですか?
各画像が にある場合、無限に繰り返すように設定された各画像でImageViewを使用できます。TranslateImage(setRepeatCount(Animation.INFINITE), setRepeatMode(Animation.RESTART))
ImageView
TranslateImage
(setRepeatCount(Animation.INFINITE), setRepeatMode(Animation.RESTART))