dextorer / Sofa

A library for Android TV that extends the Leanback library functionalities
Other
148 stars 34 forks source link

"OnItemViewSelectedListener" issue #3

Open msh-nayan opened 9 years ago

msh-nayan commented 9 years ago

Thanks for your brilliant library. I'm new on Android TV app development. I've a query about "OnItemViewSelectedListener" issue on "DemoActivity" (I've used Custom Rows, Multiple Rows per Header item). I've implemented "OnItemViewSelectedListener" for Item Selection on each row (right now, just shows a toast message of Item's title). When the application launched, the First Category of Header has the focus (not the first item of item list of first row). Though right now, the First Item of First Rows (on the right panel) is not focused but it shows the Item's title (on toast message). Then if I move from Header item to First Item on the Rows, it doesn't show any toast. It acts as if I select any Header, It'll automatically selects the first item of its Rows (right panel rows items) despite specifically select the first one of list of items on the Rows.