Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

CrossApp Summary


May 21, 2021 CrossApp


Table of contents


Before you study CrossApp, you must understand some of crossApp's summaries


1.CrossApp features?

CrossApp is an open source, free, cross-platform application development engine that uses C+ as the development language and currently supports applications that export iOS and Android platforms. For more information about CrossApp, see CrossApp.


Download address:

CrossApp works Git: http://git.oschina.net/9miao/CrossApp

CrossApp GitHub : https://github.com/9miao/CrossApp


2. The basic framework of CrossApp

CrossApp is based on the MVC model, see CrossApp's MVC mode for a detailed description of the MVC model of CrossApp


3. CrossApp requires development tools

Without porting export application installation packages, development does not require special tools, and IDEVS or Xcode alone can meet development and debugging needs. C rossApp recommends Visual Studio 2012 or later as the IDE for development, and Xcode 5.0 or later as the IDE for development under Mac. For porting iOS, no special environment configuration is required, and if you need to port Android, see Configure Android development environments under Windows and Mac, respectively.


4. How to create CrossApp engineering

Under Windows, there are two ways to create a CrossApp project: by using the command line and by using the engineering creation tool. U nder Mac, create using the command line. See Create CrossApp Cross-Platform Engineering for specific ways.


CrossApp creates engineering portals for each platform, and the projects we create are placed in the engine's project directory by default, so that different projects can run on different platforms. For example, under Windows we can run the .sln files in proj.win32 directly in vs, and import proj.android in eclipse when you need to port to Android.