本文介绍了Android的列表视图拉下创建新行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我做这样的事情:当用户在列表视图的顶部,他们可以拉下创造新行,新行会来自于顶部和视口之外。是否有可能扩展的ListView或者我需要建立用适配器的整体定制列表视图
I doing something like this: when user at the top of listview, they can pull down to create new row, new row will come from top and outside of view port. Is it possible to extends ListView or I need to create a whole custom list view with AdapterView
推荐答案
您需要考虑拉来刷新列表视图
You need to look into Pull to refresh list view
Follwoing是refrences
Follwoing are refrences
- PullToRefresh-ListView
- Android-PullToRefresh
这篇关于Android的列表视图拉下创建新行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!