Quantcast
Channel: 質問!ITmedia 新着質問(Java/253)
Viewing all articles
Browse latest Browse all 2439

android ぱらぱらアニメを移動させたい。

$
0
0
Activity Class の onCreate 内に -------------------------------------- ImageView robot_anime = new ImageView(this); robot_anime.setImageResource(R.drawable.robot); robot_anime.setBackgroundResource(R.drawable.robot_animation); robot_anime.post(new AnimeStarter((AnimationDrawable) robot_anime.getBackground())); leyout.addView(robot_anime); -------------------------------------- を設置し別途 Runnable のクラスでスタートさせ、ぱらぱらアニメーションは動きました。 robot_animation.xmlの中身は -------------------------------------- -------------------------------------- こんな感じにしてます。 このぱらぱらアニメを更に時間に会わせて移動させたいのですが、そこが解りません。 canvasを使いtranslateで画像を移動させるのはできるのですが、canvas内でぱらぱらアニメーションを実現する手段も解らず困っています。 繰り返しのぱらぱらアニメを更に移動させる手段て無いのでしょうか? お解りの方ご教授いただけると助かります。

Viewing all articles
Browse latest Browse all 2439

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>