Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/191.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在滚动时设置android listview项的动画_Android_Android Listview - Fatal编程技术网

如何在滚动时设置android listview项的动画

如何在滚动时设置android listview项的动画,android,android-listview,Android,Android Listview,我想实现一个新功能。当用户向上滚动listview时,每个项目都会显示一个动画,我注意到android supply layout动画,但它只会显示四种情况: 容器 但是我怎样才能使在我滚动listview时出现的项目具有动画效果。该功能与htc sence5 BlinkFeed相同,当它滚动时,它将使每个项目具有动画效果 你得到什么帮助了吗?? APPEARING - A flag indicating the animation that runs on items that are app

我想实现一个新功能。当用户向上滚动listview时,每个项目都会显示一个动画,我注意到android supply layout动画,但它只会显示四种情况:

容器


但是我怎样才能使在我滚动listview时出现的项目具有动画效果。该功能与htc sence5 BlinkFeed相同,当它滚动时,它将使每个项目具有动画效果

你得到什么帮助了吗??
APPEARING - A flag indicating the animation that runs on items that are appearing in the container.
CHANGE_APPEARING - A flag indicating the animation that runs on items that are changing due to a new item appearing in the container.
DISAPPEARING - A flag indicating the animation that runs on items that are disappearing from the container.
CHANGE_DISAPPEARING - A flag indicating the animation that runs on items that are changing due to an item disappearing from the