Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/190.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_Sql_Listview - Fatal编程技术网

Android 如何:ListView动画(添加/删除项)

Android 如何:ListView动画(添加/删除项),android,sql,listview,Android,Sql,Listview,我有:ListView,它从SQLDatabase获取SimpleCursorAdapter。 我需要:动画(项目缓慢出现或消失)时,一些数据被添加到或从数据库中删除 附加说明 我需要仅使用LayoutImationController的示例请参见: 文档:LayoutImation不适用于基于适配器的视图组。请参见本教程:

我有:ListView,它从SQLDatabase获取SimpleCursorAdapter。
我需要:动画(项目缓慢出现或消失)时,一些数据被添加到或从数据库中删除

附加说明
我需要仅使用LayoutImationController的示例请参见:


文档:

LayoutImation不适用于基于适配器的视图组。请参见本教程: