I'm a novice with Sencha Touch and am currently developing a basic application that includes a login form and displays results in lists.
My main dilemma is about the structure of the application. Would it be best to have everything contained within a single .html file, or should I create separate pages for the login and each list? If the latter is preferred, how can I smoothly transition between views and add visual effects?