2011-06-26から1日間の記事一覧

画面描画やアニメーションがちらつく件につきまして

もしかしてLayoutに対してstartAnimation()を使っていないでしょうか?Layoutをアニメーションさせる場合はstartLayoutAnimation()を利用しましょう。このコードは意図した通りに動きません。 TranslateAnimation anim = new TranslateAnimation(0, 0, 0, 50…