I have a Dashboard that is used on a Tablet (actually in a Android Box connected on a big screen)
I have the dashboard object that I use to align many panels
inside this panels i load layouts
on this layouts i have customlistview(s)
I was using a LISTVIEW before, and it let me navigate thru the screen using the CURSOR keys I could move thru the many listviews
Now I am stuck, no moviment happens, I get the KeyCode, so the keyboard is work. I am not consuming the Keycodes, just looking if they are happening.
Is there any difference with CustomListView ?
I have the dashboard object that I use to align many panels
inside this panels i load layouts
on this layouts i have customlistview(s)
I was using a LISTVIEW before, and it let me navigate thru the screen using the CURSOR keys I could move thru the many listviews
Now I am stuck, no moviment happens, I get the KeyCode, so the keyboard is work. I am not consuming the Keycodes, just looking if they are happening.
Is there any difference with CustomListView ?