"hsrad" wrote:
Thanks. By "draw" you mean having a few hundred image canvas everywhere?
ImageCanvas is likely too slow for a whole application. You'll probably want to use roScreen.
"hsrad" wrote:
Any idea on how to achieve something similar to YouTube's left side scrolling menu? It slides in and out of the screen and you can scroll the contents
You can certainly create an equivalent menu with roScreen -- however, it is a non-trivial amount of work. You will have to draw everything manually. All UI state and any optimisations around when/where to draw things will have to be handled manually.