My organization is getting into mobile development. I'd like to have 1 icon on the iPad screen which loads up a dashboard. This will be a sort of launcher application. The dashboard will have icons linking to all our applications. Is this approach possible with Sencha Touch? I don't think including every controller, view and model in the Ext.application declaration is the right way to go because it would use up too much memory. Can/should I manually instantiate required components as needed instead?
Also, as new applications are developed I want to be able to add them to the dashboard without much fuss.