OLD | NEW |
1 <meta name="doc-family" content="apps"> | 1 <meta name="doc-family" content="apps"> |
2 <h1>Understand the Architecture</h1> | 2 <h1>Understand the Architecture</h1> |
3 | 3 |
4 | 4 |
5 <p> | 5 <p> |
6 Packaged apps integrate closely with a user’s operating system. | 6 Packaged apps integrate closely with a user’s operating system. |
7 They are designed to be run outside of a browser tab, | 7 They are designed to be run outside of a browser tab, |
8 to run robustly in offline and poor connectivity scenarios and | 8 to run robustly in offline and poor connectivity scenarios and |
9 to have far more powerful capabilities than are available | 9 to have far more powerful capabilities than are available |
10 in a typical web browsing environment. | 10 in a typical web browsing environment. |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 and can be closed automatically by the system runtime. | 63 and can be closed automatically by the system runtime. |
64 It controls how windows open and close and | 64 It controls how windows open and close and |
65 when the app is started or terminated. | 65 when the app is started or terminated. |
66 There can only be one “event page” for a packaged app. | 66 There can only be one “event page” for a packaged app. |
67 <p> | 67 <p> |
68 | 68 |
69 <p> | 69 <p> |
70 <iframe title="YouTube video player" width="610" height="380" src="http://www.yo
utube.com/embed/yr1jgREbH8U" frameborder="0" allowfullscreen></iframe> | 70 <iframe title="YouTube video player" width="610" height="380" src="http://www.yo
utube.com/embed/yr1jgREbH8U" frameborder="0" allowfullscreen></iframe> |
71 </p> | 71 </p> |
72 | 72 |
73 <h3>App lifecycle at a glance</h3> | 73 <h3 id="lifecycle">App lifecycle at a glance</h3> |
74 | 74 |
75 <p> | 75 <p> |
76 For detailed instructions on how to use the programming model, | 76 For detailed instructions on how to use the programming model, |
77 see <a href="app_lifecycle.html">Manage App Lifecycle</a>. | 77 see <a href="app_lifecycle.html">Manage App Lifecycle</a>. |
78 Here's a brief summary of the packaged app lifecyle | 78 Here's a brief summary of the packaged app lifecyle |
79 to get you started: | 79 to get you started: |
80 </p> | 80 </p> |
81 | 81 |
82 <br> | 82 <br> |
83 | 83 |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 they can only be used to load other app pages. | 163 they can only be used to load other app pages. |
164 You can use the <code>object</code> tag to | 164 You can use the <code>object</code> tag to |
165 <a href="app_external.html">embed external content</a>; | 165 <a href="app_external.html">embed external content</a>; |
166 this content runs in a separate process from the app. | 166 this content runs in a separate process from the app. |
167 </p> | 167 </p> |
168 | 168 |
169 <p> | 169 <p> |
170 <iframe title="YouTube video player" width="610" height="380" src="http://www.yo
utube.com/embed/EDtiWN42lHs" frameborder="0" allowfullscreen></iframe> | 170 <iframe title="YouTube video player" width="610" height="380" src="http://www.yo
utube.com/embed/EDtiWN42lHs" frameborder="0" allowfullscreen></iframe> |
171 </p> | 171 </p> |
172 | 172 |
173 <p class="backtotop"><a href="#top">Back to top</a></p> | 173 <p class="backtotop"><a href="#top">Back to top</a></p> |
OLD | NEW |