Skip to content

Instantly share code, notes, and snippets.

@thunderrabbit
thunderrabbit / AnimatedMenu.java
Created June 8, 2011 06:07
pseudo code for some animated menus
public class AnimatedMenu extends Activity implements Animation.AnimationListener {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.animated_menu);
// set up stuff that animates animated_menu
}