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

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

binding - How can you make the color of elements of a WPF DrawingImage dynamic? -

c# - How to add a new treeview at the selected node? -