Tuto WINDEV Mobile 25
78 Part 4: Programming concepts Overview In the previous parts, we have created our first Android application and/or our first iOS application. After these exercises, let’s talk about the main concepts of WINDEV Mobile and about the terminology specific to WINDEV Mobile. Main concepts WINDEV Mobile allows you to easily create an application. But what is an Application ? An application is a tool used to automatically perform tasks, actions. To create an application, WINDEV Mobile proposes to create a project . A project links and organizes the different program elements. The program corresponding to the application will be created from the project. If your application is using data, WINDEV Mobile allows you to define the database structure via the analysis . The WINDEV Mobile analysis contains the description of the data files (also known as "Tables" in several databases). These data files will contain the application data. Remark Describing the data files in the analysis does not mean that they are created. The data files are physically created when running the application. One or more WINDEV Mobile projects can be linked to the same analysis. In this case, we talk of shared analysis. For example, an application for business management can be divided into several modules. Each module is using the same analysis (at run time, each application can also use the same data files). Project 1 Classes Style sheet Windows and controls Classes Style sheet Windows and controls Project 2 Project N Analysis Classes Style sheet Windows and controls
Made with FlippingBook
RkJQdWJsaXNoZXIy NDQ0OA==