Ads Here

Tuesday, April 13, 2021

Sketchware listview slideshow

 Sketchware Listview slide show

-------------------------------------------------

Code link 


listview1.setDivider(null); listview1.setDividerHeight(0); Animation animation; animation = AnimationUtils.loadAnimation( getApplicationContext(), android.R.anim.slide_in_left ); animation.setDuration(200); linear1.startAnimation(animation); animation = null; 



- Watch tutorial 




No comments:

Post a Comment