- Computer Programming for Absolute Beginners
- Joakim Wassberg
- 124字
- 2021-06-11 18:38:36
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.
推薦閱讀
- Spark快速大數據分析(第2版)
- InfluxDB原理與實戰
- Python廣告數據挖掘與分析實戰
- Scratch 3.0 藝術進階
- Spark大數據編程實用教程
- Starling Game Development Essentials
- 數據庫原理與設計(第2版)
- Apache Kylin權威指南
- 數字IC設計入門(微課視頻版)
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- 一類智能優化算法的改進及應用研究
- 深入理解Flink:實時大數據處理實踐
- Python金融數據挖掘與分析實戰
- 數據庫原理及應用實驗:基于GaussDB的實現方法
- 一本書讀懂區塊鏈(第2版)