Can we align rows of browse fragment vertically?Or do we have anything that we can use in browse fragment so that we have different columns(having multiple rows) for each category?
So as per my current implementation I am creating multiple browse fragment at run time. Each category is a new browse fragment. For doing this there are a lot of challenges in managing focus and identifying which item Id(movie) is clicked. I am not able move focus from category One to category two as they are different browse fragments now. If I try to override dispatchKeyEvent method then browse fragment loose its default key events handling.
So if we can have rows as column that would make things easy for me. This application is for TV. Any other ideas/suggestions for this design ,are most welcome.
Thanks in Advance.