CN105760162A - Development method for hybrid APP software - Google Patents

Development method for hybrid APP software Download PDF

Info

Publication number
CN105760162A
CN105760162A CN201610081020.5A CN201610081020A CN105760162A CN 105760162 A CN105760162 A CN 105760162A CN 201610081020 A CN201610081020 A CN 201610081020A CN 105760162 A CN105760162 A CN 105760162A
Authority
CN
China
Prior art keywords
page
primary
html5
control
file
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.)
Pending
Application number
CN201610081020.5A
Other languages
Chinese (zh)
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.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric 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 Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN201610081020.5A priority Critical patent/CN105760162A/en
Publication of CN105760162A publication Critical patent/CN105760162A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • 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

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)
  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to intelligent mobile terminals and provides a development method for hybrid APP software. The efficiency of APP software development is improved. The method includes the steps that mobile application controls commonly used for HTML5, javascript and css development are used and packaged into UI control libraries ui.min.js and ui.min.css; functional interfaces of a js call native system are developed and packaged into a native function library native.js; page content needing to be displayed by a mobile terminal is overall arranged in a hybrid mobile terminal APP through an HTML5 page, wherein needed controls are the controls packaged in the mobile application control library ui.min.js; interfaces through which Android or IOS native codes and javascript codes in the HTML5 page conduct data interaction are defined in the javascript codes in the HTML5 page; the HTML5 page is loaded on the mobile terminal APP through webveiw; the native controls of the mobile terminal conduct data interaction with the HTML5 page through a certain interaction mechanism, and the native function library native.js is called. The development method is suitable for development of mobile applications.

Description

The development approach of mixed type APP software
Technical field
The present invention relates to intelligent mobile terminal, particularly to the development approach of mixed type APP software.
Background technology
In the mobile Internet epoch, along with the explosive growth of intelligent terminal's sales volume, mobile Internet has allowed each user enjoy more mobile, personalized the Internet is experienced.Due to the convenience of intelligent terminal mixed type APP exploitation and maintenance, the APP of intelligent terminal increasingly carrys out more many employing mixed type development modes.Mixed type APP software is normally based on the cross-platform Mobile solution engine framework of third party and develops, HTML5 and Javascript is intended only as a kind of analytic language, what really call is all the bottom function that equally encapsulates of primary type APP software, and this is the maximum difference with Network Page APP software and difference.Because employing browser technology, so mixed type APP software is generally of cross-platform characteristic, and development cost and Network Page APP software close, development efficiency is also far above primary type APP software.So a lot of enterprises adopt mixed type APP development of software technology APP application, it is that exploitation is simple on the one hand, the standard of a kind of exploitation can be formed on the other hand.Enterprise encapsulates the primary plug-in unit such as payment function plug-in unit of substantial amounts of primary type and calls for Javascript, and can multiplexing as much as possible in project from now on, thus development time and cost are greatly reduced.The standardization of mixed type APP software is developed to enterprise mobile application, maintenance, more new capital bring high convenience.
Summary of the invention
The technical problem to be solved in the present invention is: provide the development approach of a kind of mixed type APP software, improves the efficiency of APP software development.
For solving the problems referred to above, the technical solution used in the present invention is: the development approach of mixed type APP software, comprises the steps:
A. develop conventional Mobile solution control with HTML5, javascript and css and be packaged into UI widget library;Ui.min.js and ui.min.css file is included at UI widget library;Wherein: described ui.min.js file realizes initialization and each function, the method interface of control;Described ui.min.css file is for defining the pattern that control is corresponding;
B. develop the functional interface of the primary system of javascript code call and be packaged into the primary function storehouse native.js that can cross-platform call;
C. adopt the form of the HTML5 page to write a part of layout of some page of the mobile terminal APP of mixed developing or the page, and in the main thread of primary code, load these HTML5 pages by webview;
D., in the javascript code of the HTML5 page, define the javascript code in primary code and the HTML5 page and carry out the interface of data interaction;
If e. certain page entirety of mobile terminal APP all realizes with HTML5, then data interaction all carries out in the HTML5 page;If certain page entirety of mobile terminal APP all uses primary control to realize, then data interaction all adopts primary data interactive mode;If the primary control of existing system in the APP page, have again by the webview HTML5 page loaded, then primary control and the HTML5 page to load primary function storehouse native.js alternately, and follow following interaction mechanism:
Primary control to javascript code transmit data time, by the data-processing interface defined in the method call javascript code of webview, wherein, data are delivered in main thread to carry out;
When javascript code is to primary control transmission data, defining a class in APP engineering, for data receiver, wherein, the data received also are pass to primary control in main thread to use.
Concrete, in step a of the present invention the exploitation of each control complete after, obtain js file and css file, adopt procedure instrument, by the ui.min.js file that the js Piece file mergence of all of control is public, it is public ui.min.css file by all of css Piece file mergence.
Preferably, above-mentioned procedure instrument is grunt instrument.
Further, primary system of the present invention is Android or IOS system.
Concrete, in step b of the present invention, described primary function storehouse native.js includes following primary function: data transmission and page jump, local file system use, the judgement of photographic head method class, network state, Quick Response Code scanning, apparatus information acquiring, address list.
The invention has the beneficial effects as follows: by encapsulating UI widget library and the primary function storehouse native.js that can cross-platform call, the primary control of mobile terminal and the HTML5 page adopt certain interaction mechanism to carry out data interaction, and call primary function storehouse native.js, therefore, the present invention has cross-platform characteristic, rate of code reuse is significantly high, and development efficiency is significantly larger than the APP of primary control exploitation, and development cost and time are greatly reduced.
Below by way of detailed description of the invention, the present invention is specifically described.
Detailed description of the invention
Step 1: by the Informal development of control conventional for the application of described mobile terminal and method interface HTML5, javascript and css of correspondence out, and all controls are packaged into UI widget library, including ui.min.js and ui.min.css file.
Wherein, the exploitation of all of control adopts unified NameSpace, and each control has .js file and the .css file of correspondence, wherein realizes initialization and each function, the method interface of control in .js file;.css, file defines the pattern that control is corresponding.After the exploitation of each control is complete, adopting procedure instrument is public ui.min.js file by the js Piece file mergence of all of control, is public ui.min.css file by all of css Piece file mergence.
Preferably, adopt procedure instrument that grunt, grunt can be adopted to be JavaScript project order line the build tools of a task based access control, run on Node.js platform.Grunt can quickly create project from template, merges, compresses and verification css&js file, and running unit is tested and starts static server.
Step 2: develop the functional interface of the primary system of javascript code call and be packaged into primary function storehouse native.js.
Wherein, function storehouse comprises conventional primary function, the common function such as including data transmission and page jump, local file system use, the judgement of photographic head method class, network state, Quick Response Code scanning, apparatus information acquiring, address list.(Android and IOS can use) cross-platform can be called in primary function storehouse.
Step 3: the form that a part of layout of some page of the described mobile terminal APP of mixed developing or the page adopts the HTML5 page is write, and loads these pages.
Wherein, the HTML5 page loads (this action to operate in the main thread of primary code, it may be assumed that the program of Android loads in Android engineering code, and the program of IOS loads in the engineering code of IOS) by webview.The UI control used in the HTML5 page, only need to load UI widget library file (including ui.min.js and ui.min.css file) in the HTML5 page, just can initialize control.After control has initialized, calling method corresponding to control and carry out operational controls, each control in widget library all achieves common function interface.
Step 4: in the javascript code of the HTML5 page, the definition primary code of Android or IOS and the javascript code in the HTML5 page carry out the interface of data interaction.
Wherein, data interaction processes function, will load primary function storehouse native.js file in the HTML5 page.Defined data interaction interface, it is possible to transmit data by javascript code to the primary code of Android or IOS, it is also possible to by the primary code call of Android or IOS, transmit data to the HTML5 page.
Step 5: the primary code of mobile terminal and the HTML5 page carry out data interaction.
Wherein, if certain page entirety of mobile terminal APP all realizes with HTML5, then data interaction all carries out in the HTML5 page;If certain page entirety of mobile terminal APP all uses primary control to realize, then data interaction all adopts primary data interactive mode;If the primary control of existing system in the APP page, have again by the webview HTML5 page loaded, then primary control and the HTML5 page to load primary function storehouse native.js alternately, and follow certain interaction mechanism:
When primary control is to javascript code transmission data, by the data-processing interface defined in the method call javascript code of webview, it should be noted that data transmission to carry out equally in main thread.
When javascript code is to primary control transmission data, need to defining a class in APP engineering, for data receiver, similarly, the data received are also required to pass to primary control in main thread and use.
So, the data interaction of primary control and the HTML5 page is just completed.
The foregoing describe the ultimate principle of the present invention and main feature; the description of description simply illustrates principles of the invention; without departing from the spirit and scope of the present invention, the present invention also has various changes and modifications, and these changes and improvements both fall within the claimed scope of the invention.

Claims (5)

1. the development approach of mixed type APP software, it is characterised in that comprise the steps:
A. develop conventional Mobile solution control with HTML5, javascript and css and be packaged into UI widget library;Ui.min.js and ui.min.css file is included at UI widget library;Wherein: described ui.min.js file realizes initialization and each function, the method interface of control;Described ui.min.css file is for defining the pattern that control is corresponding;
B. develop the functional interface of the primary system of javascript code call and be packaged into the primary function storehouse native.js that can cross-platform call;
C. adopt the form of the HTML5 page to write a part of layout of some page of the mobile terminal APP of mixed developing or the page, and in the main thread of primary code, load these HTML5 pages by webview;
D., in the javascript code of the HTML5 page, define the javascript code in primary code and the HTML5 page and carry out the interface of data interaction;
If e. certain page entirety of mobile terminal APP all realizes with HTML5, then data interaction all carries out in the HTML5 page;If certain page entirety of mobile terminal APP all uses primary control to realize, then data interaction all adopts primary data interactive mode;If the primary control of existing system in the APP page, have again by the webview HTML5 page loaded, then primary control and the HTML5 page to load primary function storehouse native.js alternately, and follow following interaction mechanism:
Primary control to javascript code transmit data time, by the data-processing interface defined in the method call javascript code of webview, wherein, data are delivered in main thread to carry out;
When javascript code is to primary control transmission data, defining a class in APP engineering, for data receiver, wherein, the data received also are pass to primary control in main thread to use.
2. the development approach of mixed type APP software according to claim 1, it is characterized in that, in step a each control exploitation complete after, obtain js file and css file, adopt procedure instrument, by the ui.min.js file that the js Piece file mergence of all of control is public, it is public ui.min.css file by all of css Piece file mergence.
3. the development approach of mixed type APP software according to claim 2, it is characterised in that described procedure instrument is grunt instrument.
4. the development approach of mixed type APP software according to claim 1, it is characterised in that described primary system is Android or IOS system.
5. the development approach of mixed type APP software according to claim 1, it is characterised in that in step b, described primary function storehouse native.js includes following primary function:
Data transmission and page jump, local file system use, the judgement of photographic head method class, network state, Quick Response Code scanning, apparatus information acquiring, address list.
CN201610081020.5A 2016-02-04 2016-02-04 Development method for hybrid APP software Pending CN105760162A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610081020.5A CN105760162A (en) 2016-02-04 2016-02-04 Development method for hybrid APP software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610081020.5A CN105760162A (en) 2016-02-04 2016-02-04 Development method for hybrid APP software

Publications (1)

Publication Number Publication Date
CN105760162A true CN105760162A (en) 2016-07-13

Family

ID=56330651

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610081020.5A Pending CN105760162A (en) 2016-02-04 2016-02-04 Development method for hybrid APP software

Country Status (1)

Country Link
CN (1) CN105760162A (en)

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106713119A (en) * 2016-12-13 2017-05-24 四川长虹电器股份有限公司 Cross-platform notifying and displaying method of real-time message of mobile terminal
CN106990966A (en) * 2017-03-31 2017-07-28 中国科学技术大学苏州研究院 Mobile terminal cross-platform Development Framework and development approach based on front end frame
CN107133322A (en) * 2017-05-04 2017-09-05 四川长虹电器股份有限公司 The implementation method for the common data channel that HTML is interacted with Native in Mobile solution
CN107526598A (en) * 2017-08-31 2017-12-29 武汉斗鱼网络科技有限公司 A kind of Webpage jump control method and system
CN107870821A (en) * 2016-09-26 2018-04-03 平安科技(深圳)有限公司 The cross-platform call method and system of application program
CN108037914A (en) * 2017-12-26 2018-05-15 福建中金在线信息科技有限公司 A kind of method and device of Android primary system combination js exploitations
CN108052548A (en) * 2017-11-27 2018-05-18 深圳市前海圆舟网络科技股份有限公司 Method, system and the terminal device that a kind of webpage creates
CN108228155A (en) * 2017-12-26 2018-06-29 江苏润和软件股份有限公司 EasyApp Mobile Developments platform and development approach
CN108446117A (en) * 2018-03-20 2018-08-24 苏州思必驰信息科技有限公司 The method and system of UI are configured in the product of voice dialogue platform
CN108491232A (en) * 2018-03-15 2018-09-04 苏州思必驰信息科技有限公司 The method and system of control are loaded in voice dialogue platform
CN108804090A (en) * 2018-05-08 2018-11-13 张弢 APP virtual prototypings platform, production method and analogy method based on H5 technologies
CN108804284A (en) * 2018-05-23 2018-11-13 北京五八信息技术有限公司 A kind of collection method of crash info, device, equipment and storage medium
CN109032722A (en) * 2018-06-27 2018-12-18 广州视源电子科技股份有限公司 Update method, device and equipment, the medium of the display effect of UI component
CN109063202A (en) * 2018-09-13 2018-12-21 北京三快在线科技有限公司 The method, apparatus and computer equipment of pop-up are realized in mixed interface application
CN109101228A (en) * 2018-08-10 2018-12-28 百度在线网络技术(北京)有限公司 The execution method and apparatus of application program
CN109117123A (en) * 2018-07-16 2019-01-01 成都壬甲信息技术有限公司 Across Mobile operating system APP rapid development device and method
CN109471614A (en) * 2018-11-01 2019-03-15 上海找钢网信息科技股份有限公司 The method and device of application program mixed developing
CN109725887A (en) * 2018-12-14 2019-05-07 中国平安财产保险股份有限公司 Data interactive method, device and terminal device based on message research and development frame
CN109871202A (en) * 2018-12-12 2019-06-11 江苏中威科技软件系统有限公司 A kind of mobile terminal apply mixed developing method and frame
CN109948096A (en) * 2017-12-05 2019-06-28 飞狐信息技术(天津)有限公司 A kind of web behavior configuration system
CN109947424A (en) * 2017-12-21 2019-06-28 天津数观科技有限公司 A kind of data processing method at the iOS App insertion interface HTML5
CN109976831A (en) * 2019-03-28 2019-07-05 山东浪潮通软信息科技有限公司 Data interactive method between a kind of JavaScript and primary APP
CN110322284A (en) * 2019-06-14 2019-10-11 广州汇量信息科技有限公司 The methods of exhibiting and system of advertisement page view
CN110750738A (en) * 2018-07-06 2020-02-04 武汉斗鱼网络科技有限公司 Method for adding label to anchor and electronic equipment
CN111104632A (en) * 2019-12-06 2020-05-05 紫光云(南京)数字技术有限公司 Interaction mechanism of mobile terminal and JS code
CN111104098A (en) * 2019-12-17 2020-05-05 山东健康医疗大数据有限公司 Method for developing hybrid App based on JSbridge
CN112256450A (en) * 2020-10-19 2021-01-22 天元大数据信用管理有限公司 Method and tool for realizing unified interaction between web end and mobile end based on JSbridge
CN112579959A (en) * 2020-12-24 2021-03-30 京东数字科技控股股份有限公司 Application program processing method, device, equipment, storage medium and product
CN113467769A (en) * 2021-07-17 2021-10-01 绿漫科技有限公司 Three-layer hybrid development system based on HTML5 and development method thereof
CN113835748A (en) * 2021-09-27 2021-12-24 商派软件有限公司 HTML 5-based application packaging method, system and readable medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102270125A (en) * 2010-06-04 2011-12-07 中兴通讯股份有限公司 Device and method for developing Web application
CN104333587A (en) * 2014-10-30 2015-02-04 北京思特奇信息技术股份有限公司 Method and system for uniformly processing multi-platform events
CN104407863A (en) * 2014-11-21 2015-03-11 用友软件股份有限公司 Abstract control model programming device and method
CN104793961A (en) * 2015-05-10 2015-07-22 黄伟 Quick JavaWeb development method and system using native Web codes

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102270125A (en) * 2010-06-04 2011-12-07 中兴通讯股份有限公司 Device and method for developing Web application
CN104333587A (en) * 2014-10-30 2015-02-04 北京思特奇信息技术股份有限公司 Method and system for uniformly processing multi-platform events
CN104407863A (en) * 2014-11-21 2015-03-11 用友软件股份有限公司 Abstract control model programming device and method
CN104793961A (en) * 2015-05-10 2015-07-22 黄伟 Quick JavaWeb development method and system using native Web codes

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
叶小钗: "浅谈Hybrid技术的设计与实现", 《HTTPS://WWW.CNBLOGS.COM/YEXIAOCHAI/P/4921635.HTML》 *

Cited By (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107870821A (en) * 2016-09-26 2018-04-03 平安科技(深圳)有限公司 The cross-platform call method and system of application program
CN107870821B (en) * 2016-09-26 2021-03-16 平安科技(深圳)有限公司 Cross-platform calling method and system for application program
CN106713119A (en) * 2016-12-13 2017-05-24 四川长虹电器股份有限公司 Cross-platform notifying and displaying method of real-time message of mobile terminal
CN106713119B (en) * 2016-12-13 2019-11-05 四川长虹电器股份有限公司 A kind of cross-platform mobile terminal real-time messages notice and methods of exhibiting
CN106990966A (en) * 2017-03-31 2017-07-28 中国科学技术大学苏州研究院 Mobile terminal cross-platform Development Framework and development approach based on front end frame
CN107133322A (en) * 2017-05-04 2017-09-05 四川长虹电器股份有限公司 The implementation method for the common data channel that HTML is interacted with Native in Mobile solution
CN107526598A (en) * 2017-08-31 2017-12-29 武汉斗鱼网络科技有限公司 A kind of Webpage jump control method and system
CN107526598B (en) * 2017-08-31 2020-10-16 武汉斗鱼网络科技有限公司 Network page jump control method and system
CN108052548A (en) * 2017-11-27 2018-05-18 深圳市前海圆舟网络科技股份有限公司 Method, system and the terminal device that a kind of webpage creates
CN109948096A (en) * 2017-12-05 2019-06-28 飞狐信息技术(天津)有限公司 A kind of web behavior configuration system
CN109947424A (en) * 2017-12-21 2019-06-28 天津数观科技有限公司 A kind of data processing method at the iOS App insertion interface HTML5
CN108228155A (en) * 2017-12-26 2018-06-29 江苏润和软件股份有限公司 EasyApp Mobile Developments platform and development approach
CN108037914B (en) * 2017-12-26 2021-09-24 福建中金在线信息科技有限公司 Method and device for developing android native system by combining js
CN108037914A (en) * 2017-12-26 2018-05-15 福建中金在线信息科技有限公司 A kind of method and device of Android primary system combination js exploitations
CN108491232A (en) * 2018-03-15 2018-09-04 苏州思必驰信息科技有限公司 The method and system of control are loaded in voice dialogue platform
CN108446117A (en) * 2018-03-20 2018-08-24 苏州思必驰信息科技有限公司 The method and system of UI are configured in the product of voice dialogue platform
CN108804090A (en) * 2018-05-08 2018-11-13 张弢 APP virtual prototypings platform, production method and analogy method based on H5 technologies
CN108804284A (en) * 2018-05-23 2018-11-13 北京五八信息技术有限公司 A kind of collection method of crash info, device, equipment and storage medium
CN108804284B (en) * 2018-05-23 2022-03-11 北京五八信息技术有限公司 Method, device, equipment and storage medium for collecting crash information
CN109032722A (en) * 2018-06-27 2018-12-18 广州视源电子科技股份有限公司 Update method, device and equipment, the medium of the display effect of UI component
CN110750738B (en) * 2018-07-06 2023-11-24 乐万家财富(北京)科技有限公司 Method for adding tag to anchor and electronic equipment
CN110750738A (en) * 2018-07-06 2020-02-04 武汉斗鱼网络科技有限公司 Method for adding label to anchor and electronic equipment
CN109117123A (en) * 2018-07-16 2019-01-01 成都壬甲信息技术有限公司 Across Mobile operating system APP rapid development device and method
CN109101228A (en) * 2018-08-10 2018-12-28 百度在线网络技术(北京)有限公司 The execution method and apparatus of application program
CN109063202A (en) * 2018-09-13 2018-12-21 北京三快在线科技有限公司 The method, apparatus and computer equipment of pop-up are realized in mixed interface application
CN109471614A (en) * 2018-11-01 2019-03-15 上海找钢网信息科技股份有限公司 The method and device of application program mixed developing
CN109871202A (en) * 2018-12-12 2019-06-11 江苏中威科技软件系统有限公司 A kind of mobile terminal apply mixed developing method and frame
CN109725887B (en) * 2018-12-14 2024-04-26 中国平安财产保险股份有限公司 Data interaction method and device based on message research and development framework and terminal equipment
CN109725887A (en) * 2018-12-14 2019-05-07 中国平安财产保险股份有限公司 Data interactive method, device and terminal device based on message research and development frame
CN109976831A (en) * 2019-03-28 2019-07-05 山东浪潮通软信息科技有限公司 Data interactive method between a kind of JavaScript and primary APP
CN110322284A (en) * 2019-06-14 2019-10-11 广州汇量信息科技有限公司 The methods of exhibiting and system of advertisement page view
CN111104632A (en) * 2019-12-06 2020-05-05 紫光云(南京)数字技术有限公司 Interaction mechanism of mobile terminal and JS code
CN111104098A (en) * 2019-12-17 2020-05-05 山东健康医疗大数据有限公司 Method for developing hybrid App based on JSbridge
CN112256450A (en) * 2020-10-19 2021-01-22 天元大数据信用管理有限公司 Method and tool for realizing unified interaction between web end and mobile end based on JSbridge
CN112256450B (en) * 2020-10-19 2022-11-08 天元大数据信用管理有限公司 Method and tool for realizing unified interaction between web end and mobile end based on JSbridge
CN112579959A (en) * 2020-12-24 2021-03-30 京东数字科技控股股份有限公司 Application program processing method, device, equipment, storage medium and product
CN113467769A (en) * 2021-07-17 2021-10-01 绿漫科技有限公司 Three-layer hybrid development system based on HTML5 and development method thereof
CN113835748A (en) * 2021-09-27 2021-12-24 商派软件有限公司 HTML 5-based application packaging method, system and readable medium
CN113835748B (en) * 2021-09-27 2024-05-10 商派软件有限公司 Packaging method, system and readable medium for application program based on HTML5

Similar Documents

Publication Publication Date Title
CN105760162A (en) Development method for hybrid APP software
CN107870821B (en) Cross-platform calling method and system for application program
EP3011442B1 (en) Method and apparatus for customized software development kit (sdk) generation
US8745573B2 (en) Platform-independent application development framework
CN101553771A (en) Rendering hypertext markup language content
CN105814539A (en) Method and apparatus for code virtualization and remote process call generation
CN103049320A (en) Method and device for starting external application program in browser
CN111158690A (en) Desktop application framework, construction method, desktop application running method and storage medium
CN102693238B (en) Widget application process, system and multimedia terminal
KR101161946B1 (en) Smart-phone application development system and developing method thereof
CN107704499A (en) A kind of page jump control method and device of application program
US11604662B2 (en) System and method for accelerating modernization of user interfaces in a computing environment
CN113485708A (en) Sketch-based cross-platform interface development method and system, computer device and medium
CN110275923B (en) Management method and equipment of plug-in graphics
CN103838575A (en) Plug-in type page customization implementation method based on EXTJS frame
Chang et al. A study on the development of one source multi use cross-platform based on zero coding
KR101684454B1 (en) Hybrid application and event handling method thereof
CN103179302A (en) Picture processing method and system in open platform
KR20150098818A (en) A method for providing an application developing environment
WO2013057607A1 (en) Computer program interface
US20210334092A1 (en) System For Providing Instant Preview Of A Mobile Application Under Development
KR101919949B1 (en) Message service system for web application and method of the same
CN114281497A (en) Data configuration method and device, electronic equipment and storage medium
CN115291877A (en) Service development method, device, terminal equipment and computer readable storage medium
CN115221028A (en) Program debugging method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160713