keylistener - Android onkey long press not detected -
i using listview in when long-press down or button list should scroll continuously until button released. have tried onkeylongpress it's not detecting long press of key. can 1 me out?
listview.setonitemlongclicklistener(new onitemlongclicklistener() { @override public boolean onitemlongclick(adapterview<?> arg0, view arg1, int arg2, long arg3) { //code return false; } }); but should put code can identify problem
Comments
Post a Comment