How to use scroll of animation from small to large in listview android?
问题 Hi I am getting list of images from server and tried by displaying through Ultra visual effect. But When I use in listview, it displays with plain similar to listview effect of images when scroll down. How to use ultra visual in listview? My code is as follows which followed from this. Creating animation for images from small to large when scrolling vertical public class Activity { ListView listview = (ListView)findViewById(R.id.list); adapter = new ActorAdapter(getApplicationContext(), R