Android ListView中使用EditText
在项目中要在Listview嵌套EditText使用。EditText 在Android ListView中不像在Activity或者Fragments中那么方便。Google了很久没有找到解决方案。最终在朋友的帮助下,填平了这个坑。Talk is cheap Show me the code。/*** Created by xiequan on 12/1/15.*/public class CooperationAdapter extends BaseA...