ExpandableListview Item长按的处理
item长按就是应用无响应,求解expand.setOnItemLongClickListener(new OnItemLongClickListener()
{
public boolean onItemLongClick(AdapterView<?> parent, View childView, int flatPos, long id)
{
System.out.print(String.valueOf(id));
return false;
}
});
补充:移动开发 , Android