上QQ阅读APP看书,第一时间看更新
Standalone applications
A standalone application is a program that can work offline, that is, it does not necessarily require a network connection. Therefore, when writing such an application, we will need to provide all the resources the program will require. These resources can be images, such as icons used in the application, files to store program configuration, and so on.
When learning to write applications, most of your programs will likely fall into this category. It is usually a rather straightforward affair to create these applications as we will not need to interact with other programs.
Examples of programs that fall into this category are text editors such as Notepad on Windows or TextEdit on Mac, simple games such as solitaire, and paint programs.