... | ... | @@ -17,4 +17,14 @@ We're going to skip the seven first folders for the time being since they're mor |
|
|
</figure>
|
|
|
</div>
|
|
|
|
|
|
As you probably have noticed, it appears that the **media** folder is holding all multimedia assets used by the application. You're seeing the **Starsinthesky.jpg** which is the starry background of our application. Next, there's the **Hello.png** file depicting the Hello callout, and last but not least, the world itself as the SVG file **Terrestrial_globe.svg**. Even though there is no technical restriction to store them somewhere else, this is a convention shared by a number of applications already available. |
|
|
As you probably have noticed, it appears that the **media** folder is holding all multimedia assets used by the application. You're seeing the **Starsinthesky.jpg** which is the starry background of our application. Next, there's the **Hello.png** file depicting the Hello callout, and last but not least, the world itself as the SVG file **Terrestrial_globe.svg**. Even though there is no technical restriction to store them somewhere else, this is merely a convention shared by a number of applications already available.
|
|
|
|
|
|
The next folder of interest is the one called **scenario**. Open the folder to have a look inside.
|
|
|
|
|
|
<div align="center">
|
|
|
<figure>
|
|
|
<img src="uploads/557cadb480029884d2b2265e31085453/ScenarioFolder.png" width="22%" height="22%">
|
|
|
<figcaption>Fig. 3 - Content of the <b>scenario</b> folder</figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
|