How to share the same content throughout a project?
I am building a project that will allow the user to display information from many places. For example, common instructions, an "About" screen, the course objectives, and course credit info.
What is the best way to build that content once so that it can be displayed at any time in the project?
For example, should the buttons to show this content call javascript to open a another web page? Or is it possible to show a slide from another project in a modal window, that contains this common data?
