I'm still trying to get a feel for how this works. I ran across this post which makes me worry about the memory limit -
viewtopic.php?f=34&t=35105&p=226658&hilit=out+of+memory+xml#p226658There aren't any specifications as to how much ram each roku device ships with, how fast the processor is, etc etc, so for now I have the following questions:
When downloading an XML, what is the size of the storage area for the source file? ie - if I download a 3MB XML to parse, or pick and choose what data to add to an array, what would be the file size limit to hold the source xml?
Does all the XML need to exist before the screen is displayed, or can I have it load the episode xml based on which category is selected?
Most of the examples use static data - is there a better dynamic example available anywhere besides deviantart and/or the video player?
Does the size of a url matter in a content list as far as memory goes? - ie is there any ram benefit to using a url shortening service like tinyurl to allow you to have more array entries?