CN111045668A - Cross-platform mobile terminal system development method and device - Google Patents

Cross-platform mobile terminal system development method and device Download PDF

Info

Publication number
CN111045668A
CN111045668A CN201911223128.3A CN201911223128A CN111045668A CN 111045668 A CN111045668 A CN 111045668A CN 201911223128 A CN201911223128 A CN 201911223128A CN 111045668 A CN111045668 A CN 111045668A
Authority
CN
China
Prior art keywords
module
file
layer
cross
system development
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911223128.3A
Other languages
Chinese (zh)
Other versions
CN111045668B (en
Inventor
高贵璋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Anhui Aisino Technology Co ltd
Original Assignee
Anhui Aisino Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Anhui Aisino Technology Co ltd filed Critical Anhui Aisino Technology Co ltd
Priority to CN201911223128.3A priority Critical patent/CN111045668B/en
Publication of CN111045668A publication Critical patent/CN111045668A/en
Application granted granted Critical
Publication of CN111045668B publication Critical patent/CN111045668B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method and a device for developing a cross-platform mobile terminal system, wherein the method comprises the following steps: constructing a bottom layer functional component and a UI component based on a cross-platform development resource React native, and generating a JSX file; analyzing the JSX file to generate a JS file; the JS file comprises a page and business logic data; reading a JS file to set the attribute and calling method of the OC object; packaging the OC object into different program installation packages according to the operating environments of different mobile terminals; delivering different program installation packages aiming at different running environments, and performing UI (user interface) rendering on the running environments; the invention realizes the bottom functional component and the UI component based on the read Native open source framework, can efficiently realize cross-screen development, is compatible with three main flow platforms of web, android and ios, is superior to other cross-platform development frameworks based on the performance of the Native component, and can be deployed in real time to meet the requirements of different scene services; the method has the characteristics of high development efficiency, high reusability and strong adaptability.

Description

Cross-platform mobile terminal system development method and device
Technical Field
The invention belongs to the technical field of computer software, and particularly relates to a cross-platform mobile terminal system development method and device.
Background
The traditional mobile terminal development mode is to develop different mobile terminal operating systems by adopting different development languages, the same function needs to be repeatedly realized, and meanwhile, the adaptation needs to be carried out for different mobile terminals, so that the method has the advantages of low efficiency, high error rate, high repeatability, high cost and high maintenance difficulty; if the platform project is a large-scale platform project, the all-around adaptation test is required to be carried out according to different scenes, the periodicity is long, and the coverage area is narrow. The existing cross-platform development technology mainly adopts phoneGpa or other webview-based front-end rendering frameworks, although cross-platform is realized, the performance and thermal update experience are not good enough, the support for the bottom layer is not enough, and a mobile end is required to independently integrate related plug-ins, such as photographing, positioning and the like.
Disclosure of Invention
In view of at least one defect or improvement requirement in the prior art, the present invention provides a cross-platform mobile-end system development method and apparatus, which aim to solve the problems of poor performance and thermal update experience and insufficient support for the bottom layer in the existing cross-platform development technology.
To achieve the above object, according to an aspect of the present invention, there is provided a method for developing a cross-platform mobile terminal system, including the steps of:
s1: integrating a cross-platform development resource React native, constructing a bottom layer functional component and a UI component based on the React native, and generating a JSX file;
s2: analyzing the JSX file to generate a JS file; the JS file comprises a page and business logic data;
s3: reading the JS file to set the attribute and calling method of the OC object;
s4: packaging the OC object into different program installation packages according to the operating environments of different mobile terminals; the operation environment comprises web, android and ios;
s5: and delivering different program installation packages aiming at different running environments, and rendering the UI interface of the running environment.
Preferably, the method for developing the mobile terminal system, the setting of the attribute of the OC object and the calling method specifically include:
the OC object reads the JS file and executes the JS file through JavaScriptcore, and an array is returned after the execution is finished, wherein the array is used for describing the OC object, the attribute of the OC object and the method which needs to be executed by the OC object.
Preferably, the method for developing a mobile terminal system further includes:
and setting communication bridging between the JS layer and the OC object, and defining the module configuration table corresponding to the communication bridging respectively in the JS layer and the OC object, wherein the JS layer calls the method of the OC object through the communication bridging and the module configuration table corresponding to the communication bridging.
Preferably, in the method for developing a mobile terminal system, when the JS layer calls the method of the OC object, the method to be called is converted into the module ID and the method ID through the module configuration table stored in the JS layer, and the module ID and the method ID are transmitted to the OC object, and the OC object finds the corresponding method in the module configuration table stored in the OC object according to the module ID and the method ID, executes the method, and returns a result.
Preferably, in the mobile terminal system development method, the UI interface rendering is implemented by a renderer ReactReconciler.
According to another aspect of the present invention, there is also provided a cross-platform mobile-end system development apparatus, including:
the component construction module is used for constructing a bottom layer functional component and a UI component according to the integrated cross-platform development resource React native and generating a JSX file;
the analysis module is used for analyzing the JSX file to generate a JS file; the JS file comprises a page and business logic data;
the first setting module is used for reading the JS file to set the attribute and calling method of the OC object;
the packaging module is used for packaging the OC object into different program installation packages according to the running environments of different mobile terminals; the operation environment comprises web, android and ios;
and the rendering module is used for delivering different program installation packages aiming at different running environments and performing UI (user interface) rendering on the running environments.
Preferably, the mobile terminal system development apparatus, the method for setting the attribute of the OC object and the method for calling the OC object specifically include:
and reading the JS file, executing the JS file through JavaScriptcore, and returning an array after the execution is finished, wherein the array is used for describing the OC object, the attribute of the OC object and the method which needs to be executed by the OC object.
Preferably, the mobile terminal system development apparatus further includes a second setting module:
the second setting module is used for setting communication bridging between the JS layer and the OC object, and defining the module configuration table corresponding to the communication bridging respectively in the JS layer and the OC object, and the JS layer passes through the communication bridging and the module configuration table corresponding to the communication bridging to call the method of the OC object.
Preferably, in the mobile end system development device, when the JS layer calls the method of the OC object, the method to be called is converted into the module ID and the method ID through the module configuration table stored in the JS layer, and the module ID and the method ID are transmitted to the OC object, and the OC object finds the corresponding method in the module configuration table stored in the OC object according to the module ID and the method ID, executes the method, and returns a result.
Preferably, in the mobile end system development device, the rendering module is implemented by a renderer ReactReconfiguler.
In general, compared with the prior art, the above technical solution contemplated by the present invention can achieve the following beneficial effects:
the invention provides a method and a device for developing a cross-platform mobile terminal system, which are based on a read Native open source framework to realize a bottom functional component and a UI component, and based on a 'write-once, anywhere operation' paradigm, the method can efficiently realize cross-screen development, is compatible with three mainstream platforms, namely web, android and ios, is superior to other cross-platform development frameworks based on the performance of a Native component, and can be deployed in real time to meet the requirements of different scene services; compared with the traditional development mode, the method has the characteristics of high development efficiency, high reusability, easiness in maintenance, short development period, wide coverage, strong adaptability and the like; in addition, the invention also improves the interaction mode between the JS layer and the OC object, improves the interaction performance and has simple adaptation.
Drawings
Fig. 1 is a flowchart of a cross-platform mobile terminal system development method according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. In addition, the technical features involved in the embodiments of the present invention described below may be combined with each other as long as they do not conflict with each other.
The method for developing the cross-platform mobile terminal system provided by the embodiment is characterized by comprising the following steps of:
s1: integrating a cross-platform development resource React native, constructing a bottom layer functional component and a UI component based on the React native, and generating a JSX file;
the bottom layer functional components comprise position service, photographing, file reading and writing and the like, and the functions of the bottom layer functional components are to operate the bottom layer application of the mobile equipment and facilitate the butt joint of the bottom layer application.
The UI components include commonly used layouts, tables, lists, text boxes, rich text, etc. for the construction and rendering of the UI.
S2: analyzing the JSX file to generate a JS file; the JS file comprises a page and service logic data;
analyzing the JSX file through the Virtual DOM, wherein the analyzing process comprises the following steps: the JS layer constructs Component or Module through Virtual Dom written by JS/JSX, the Virtual DOM is a lightweight expression mode of DOM in a memory, and UIs under different platforms can be generated through different rendering engines. The use of components is of paramount importance in React because the presence of components makes it more efficient to compute the DOM diff.
S3: creating an OC object, wherein the OC object sets the attribute and calling method of the OC object by reading the JS file;
the platform generates an OC module table at the beginning, then transmits the OC module table into a JS layer, and the JS layer can indirectly call the code of the OC object by referring to the OC module table;
the OC object reads the JS file and executes the JS file through JavaScriptCore, and an array is returned after the execution is completed and is used for describing the OC object, the attribute of the OC object and the method which needs to be executed by the OC object.
As a preferable example of the present embodiment, before the OC object reads the JS file, the method further includes: the interaction mode of a JS layer and an OC object is improved, and communication bridging is increased;
the communication bridging is a communication manager of the primary module and the JS layer, the bridging and module configuration tables are configured in the JS layer and the primary module, the JS layer and the primary module respectively store the same configuration, when the JS layer calls the method of the OC object, the module configuration table in the bridging is used for converting the module method into the module ID and the method ID and transmitting the module ID and the method ID to the OC object, and the OC object finds the corresponding method in the bridged module configuration table according to the module ID and the method ID, executes and returns the result.
S4: packaging the OC object into different program installation packages according to the operating environments of different mobile terminals; the operation environment comprises web, android and ios;
and packaging the OC object into different program installation packages according to the needed operation dependence compiler, wherein the different program installation packages comprise the operation dependence needed by respective platforms.
S5: delivering different program installation packages aiming at different running environments, and performing UI (user interface) rendering on the running environments;
the UI rendering is mainly completed by depending on a Java layer, a C + + layer and a JS layer, and the specific process is as follows:
java layer: the layer mainly provides an Android UI renderer UIManager (which maps JavaScript to Android Widget), other functional components (such as Fresco and Okhttp) and the like, the Java layers are all packaged into Module, a Java layer core jar packet is real-native.
C + + layer: the JavaScript file analysis method mainly processes communication between Java and JavaScript and executes JavaScript code work, the JavaScript core is packaged in the layer, and analysis of the JS file is executed. Based on JavaScriptcore, a Web developer can use new features of ES6, such as class, arrow operators and the like, to the best, and the fact Native runs in JavaScriptcore, so that no browser compatibility exists at all. Bridge bridges the core interface of java, JS communications. The JSLOAder mainly loads javascript core from the assets directory or local file, and then analyzes the JS file through the JSCEPECUTOR.
JS layer: this layer provides various components for developers to use, as well as some tool libraries.
The UI rendering is used for improving the friendliness and the usability of the system and meeting the adaptation of different platforms. In the embodiment, a renderer ReactReconfiguler is adopted when UI rendering is carried out; the ReactReconfiguler is mainly used for managing the mounting, unloading and redrawing of top-level components or sub-components. The variable part of a built UI consists not only of its own state machine variables, but also of the properties passed in by the parent component. From the perspective of the sub-component, the properties passed in by the parent component are immutable, but the parent component can change it. If the parent component changes it, the UI for the child component needs to be re-rendered. Meanwhile, the state machine variable of the component can also become the attribute of a certain sub-component, and then the change of the state machine variable of the component necessarily requires that the UI of the sub-component is also rendered. Under the structure that parent components are nested layer by layer, which parts of which level need to be re-rendered and which parts can keep the original values and the like need to be calculated, so that the interface can be re-rendered efficiently. When a sub-component also needs to be re-rendered, then each lifecycle function of the sub-component is called according to the lifecycle rule.
The embodiment also provides a cross-platform mobile terminal system development device, which comprises an assembly construction module, an analysis module, a first setting module, a packaging module and a rendering module;
the component construction module is used for constructing a bottom layer functional component and a UI component according to the integrated cross-platform development resource React native, and generating a JSX file;
the bottom layer functional components comprise position service, photographing, file reading and writing and the like, and the functions of the bottom layer functional components are to operate the bottom layer application of the mobile equipment and facilitate the butt joint of the bottom layer application.
The UI components include commonly used layouts, tables, lists, text boxes, rich text, etc. for the construction and rendering of the UI.
The analysis module is used for analyzing the JSX file to generate a JS file; the JS file comprises a page and business logic data;
the first setting module is used for reading the JS file to set the attribute and calling method of the OC object; the method for setting the attribute and calling of the OC object specifically comprises the following steps:
and reading the JS file, executing the JS file through JavaScriptcore, and returning an array after the execution is finished, wherein the array is used for describing the OC object, the attribute of the OC object and the method which needs to be executed by the OC object.
The packaging module is used for packaging the OC object into different program installation packages according to the running environments of different mobile terminals; the operation environment comprises web, android and ios;
specifically, the packaging module packages the OC object into different program installation packages according to the required operating dependency compiler, where the different program installation packages include the operating dependency required by the respective platforms.
The rendering module is used for delivering different program installation packages aiming at different running environments and performing UI interface rendering on the running environments. In this embodiment, the rendering module is implemented by a renderer ReactReconfiguler.
As a preferable example of this embodiment, the mobile terminal system development apparatus further includes a second setting module:
the second setting module is used for setting communication bridging between the JS layer and the OC object, respectively defining a module configuration table corresponding to the communication bridging in the JS layer and the OC object, and calling the method of the OC object by the JS layer through the communication bridging and the module configuration table corresponding to the JS layer.
When the JS layer calls the method of the OC object, the method to be called is converted into a module ID and a method ID through the module configuration table stored by the JS layer and is transmitted to the OC object, and the OC object finds the corresponding method in the module configuration table stored by the OC object according to the module ID and the method ID, executes the method and returns the result. The interaction mode of the JS layer and the OC object is improved through the communication bridge.
It will be understood by those skilled in the art that the foregoing is only a preferred embodiment of the present invention, and is not intended to limit the invention, and that any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (10)

1. A cross-platform mobile terminal system development method is characterized by comprising the following steps:
s1: integrating a cross-platform development resource React native, constructing a bottom layer functional component and a UI component based on the React native, and generating a JSX file;
s2: analyzing the JSX file to generate a JS file; the JS file comprises a page and business logic data;
s3: reading the JS file to set the attribute and calling method of the OC object;
s4: packaging the OC object into different program installation packages according to the operating environments of different mobile terminals; the operation environment comprises web, android and ios;
s5: and delivering different program installation packages aiming at different running environments, and rendering the UI interface of the running environment.
2. The mobile terminal system development method according to claim 1, wherein setting the attribute and the calling method of the OC object specifically includes:
the OC object reads the JS file and executes the JS file through JavaScriptcore, and an array is returned after the execution is finished, wherein the array is used for describing the OC object, the attribute of the OC object and the method which needs to be executed by the OC object.
3. The mobile-side system development method according to claim 1 or 2, further comprising:
and setting communication bridging between the JS layer and the OC object, and defining the module configuration table corresponding to the communication bridging respectively in the JS layer and the OC object, wherein the JS layer calls the method of the OC object through the communication bridging and the module configuration table corresponding to the communication bridging.
4. The method for developing a mobile terminal system according to claim 3, wherein when the JS layer calls the method of the OC object, the method to be called is converted into the module ID and the method ID through the module configuration table stored in the JS layer, and the module ID and the method ID are transmitted to the OC object, and the OC object finds the corresponding method in the module configuration table stored in the OC object according to the module ID and the method ID, executes the method, and returns the result.
5. The mobile-side system development method according to claim 1 or 4, wherein the UI interface rendering is implemented by a renderer ReactReconfiguler.
6. A cross-platform mobile terminal system development device is characterized by comprising:
the component construction module is used for constructing a bottom layer functional component and a UI component according to the integrated cross-platform development resource React native and generating a JSX file;
the analysis module is used for analyzing the JSX file to generate a JS file; the JS file comprises a page and business logic data;
the first setting module is used for reading the JS file to set the attribute and calling method of the OC object;
the packaging module is used for packaging the OC object into different program installation packages according to the running environments of different mobile terminals; the operation environment comprises web, android and ios;
and the rendering module is used for delivering different program installation packages aiming at different running environments and performing UI (user interface) rendering on the running environments.
7. The mobile end system development device according to claim 6, wherein the setting of the attribute and the calling method of the OC object specifically includes:
and reading the JS file, executing the JS file through JavaScriptcore, and returning an array after the execution is finished, wherein the array is used for describing the OC object, the attribute of the OC object and the method which needs to be executed by the OC object.
8. The mobile end system development device of claim 6 or 7, further comprising a second setup module:
the second setting module is used for setting communication bridging between the JS layer and the OC object, and defining the module configuration table corresponding to the communication bridging respectively in the JS layer and the OC object, and the JS layer passes through the communication bridging and the module configuration table corresponding to the communication bridging to call the method of the OC object.
9. The mobile terminal system development device according to claim 8, wherein when the JS layer calls the method of the OC object, the module configuration table stored in the JS layer converts the method to be called into the module ID and the method ID, and transmits the module ID and the method ID to the OC object, and the OC object finds the corresponding method in the module configuration table stored in the OC object according to the module ID and the method ID, executes the method, and returns the result.
10. The mobile-side system development device according to claim 6 or 9, wherein the rendering module is implemented by a renderer ReactReconfiguler.
CN201911223128.3A 2019-12-03 2019-12-03 Cross-platform mobile terminal system development method and device Active CN111045668B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911223128.3A CN111045668B (en) 2019-12-03 2019-12-03 Cross-platform mobile terminal system development method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911223128.3A CN111045668B (en) 2019-12-03 2019-12-03 Cross-platform mobile terminal system development method and device

Publications (2)

Publication Number Publication Date
CN111045668A true CN111045668A (en) 2020-04-21
CN111045668B CN111045668B (en) 2023-06-06

Family

ID=70233545

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911223128.3A Active CN111045668B (en) 2019-12-03 2019-12-03 Cross-platform mobile terminal system development method and device

Country Status (1)

Country Link
CN (1) CN111045668B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111966354A (en) * 2020-08-17 2020-11-20 Oppo(重庆)智能科技有限公司 Page display method and device and computer readable storage medium
CN112148450A (en) * 2020-09-25 2020-12-29 北京聪明核桃教育科技有限公司 Data processing method, device, equipment and storage medium
CN112732263A (en) * 2021-01-26 2021-04-30 长威信息科技发展股份有限公司 Cross-platform front-end framework technology fusion method and system
CN112799665A (en) * 2021-01-27 2021-05-14 视若飞信息科技(上海)有限公司 Method for constructing App functional interface in WebUI mode
CN113742014A (en) * 2021-08-11 2021-12-03 深圳Tcl新技术有限公司 Interface rendering method and device, electronic equipment and storage medium
CN113835691A (en) * 2021-09-27 2021-12-24 工银科技有限公司 iOS application development method, system, device, medium and program product

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106990966A (en) * 2017-03-31 2017-07-28 中国科学技术大学苏州研究院 Mobile terminal cross-platform Development Framework and development approach based on front end frame
WO2019214539A1 (en) * 2018-05-08 2019-11-14 阿里巴巴集团控股有限公司 Document display method and apparatus

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106990966A (en) * 2017-03-31 2017-07-28 中国科学技术大学苏州研究院 Mobile terminal cross-platform Development Framework and development approach based on front end frame
WO2019214539A1 (en) * 2018-05-08 2019-11-14 阿里巴巴集团控股有限公司 Document display method and apparatus

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
金昱东;: "一种基于ReactNative的代码压缩与动态加载的实现方法" *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111966354A (en) * 2020-08-17 2020-11-20 Oppo(重庆)智能科技有限公司 Page display method and device and computer readable storage medium
CN112148450A (en) * 2020-09-25 2020-12-29 北京聪明核桃教育科技有限公司 Data processing method, device, equipment and storage medium
CN112732263A (en) * 2021-01-26 2021-04-30 长威信息科技发展股份有限公司 Cross-platform front-end framework technology fusion method and system
CN112799665A (en) * 2021-01-27 2021-05-14 视若飞信息科技(上海)有限公司 Method for constructing App functional interface in WebUI mode
CN113742014A (en) * 2021-08-11 2021-12-03 深圳Tcl新技术有限公司 Interface rendering method and device, electronic equipment and storage medium
CN113835691A (en) * 2021-09-27 2021-12-24 工银科技有限公司 iOS application development method, system, device, medium and program product
CN113835691B (en) * 2021-09-27 2024-06-11 工银科技有限公司 IOS application development method, system, device, medium and program product

Also Published As

Publication number Publication date
CN111045668B (en) 2023-06-06

Similar Documents

Publication Publication Date Title
CN111045668A (en) Cross-platform mobile terminal system development method and device
CN108345531B (en) Test method, device and system
JP6629848B2 (en) Page processing for mobile applications
CN108920133B (en) Cross-language programming method and device, electronic equipment and storage medium
CN111290753B (en) Method, device, equipment and storage medium for building front-end development environment
US20090132220A1 (en) Method For Creating A Telecommunications Application
CN102622211A (en) Method for application development and device
US9471303B2 (en) Façade framework for IDE
US10209968B2 (en) Application compiling
US20090129575A1 (en) System And Computer Program Product For Creating A Telecommunications Application
CN110580183A (en) Mobile application modularization implementation method
CN106293743A (en) A kind of mobile modeling and build Mobile solution the method realizing cross-platform issue
CN111399840B (en) Module development method and device
Wu et al. Porting mobile web application engine to the android platform
CN112286504B (en) Method for realizing development and loading of applet based on REACTNATIVE in mobile APP
KR101416100B1 (en) An interface for interworking with javascripts in hybrid web applications
KR101416104B1 (en) A dynamic loading apparatus and method of java script code performing native functions of hybrid web applications
CN110008044B (en) Method for constructing distributed real-time communication middleware on embedded RTOS
CN112035090B (en) Intelligent contract intelligent management system and method based on containerization technology
CN111813381A (en) Method, device, medium and electronic equipment for generating executable program in cross-platform mode
CN113064593B (en) Method and device for dynamic mobile APP, computer equipment and storage medium
CN110580174A (en) application component generation method, server and terminal
CN116974620A (en) Application program generation method, operation method and corresponding device
KR101416096B1 (en) A highly compatible plug-in system for developing hybrid web applications
CN106775916B (en) Method and device for reducing application installation packages and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant