Android ListView and Keyboard -


i have created custom listview custom rows. work fine when using touchscreen; however, when attempt click on items in row keyboard d-pad nothing happens. mean onclicklistener not called. know of references or tutorials on how add keyboard support new custom rows in listview?

use setonitemclicklistener instead of setonclicklistener

edit
use attribute on list item

android:focusable="false" 

Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -