Forum Discussion
TheEndless
10 years agoChannel Surfer
"hugetv" wrote:"TheEndless" wrote:
It's not entirely clear what you're asking. The GridScreen will open as soon as you call screen.show(). In your code, you're not calling screen.show() until after you've loaded the data. If you call screen.show() immediately after calling screen.setListNames(categoryList), it might do what you asking, but the speed of the show will still be dependent on how long your getCategoryListMovies() takes.
and that I can do to get Movies Category List () to make it more Thin and care less data to enter
It's possible, but that's hard to say without knowing what it's doing. Getting the category list, however, may not be that slow, so adding the screen.show() where I suggested above could still result in a much faster screen opening.