For smart Primates & ROBOTS (oh and ALIENS ).

Saturday, October 05, 2013

Animation in android

Animation in android

Animation animation = new TranslateAnimation(0, 500,0, 0);
        animation.setDuration(1000);
        Button pan_card_tracker = (Button) findViewById(R.id.pan_card_
tracker);
        pan_card_tracker.startAnimation(animation);
Share:

Related Posts:

0 comments:

Post a Comment

Ads Inside Post

Powered by Blogger.

Archive