Animated Listview in the Sketchware

Code:
Animation animation;
animation = AnimationUtils.loadAnimation(
                     getApplicationContext(), android.R.anim.slide_in_left
                 );
animation.setDuration(200); linear_main.startAnimation(animation); animation = null;

Comments

Popular posts from this blog

Background video in Sketchware