CN112181366B - Mobile application development framework based on cross-platform interaction - Google Patents

Mobile application development framework based on cross-platform interaction Download PDF

Info

Publication number
CN112181366B
CN112181366B CN202011039287.0A CN202011039287A CN112181366B CN 112181366 B CN112181366 B CN 112181366B CN 202011039287 A CN202011039287 A CN 202011039287A CN 112181366 B CN112181366 B CN 112181366B
Authority
CN
China
Prior art keywords
mobile application
sdk
development framework
framework
module
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.)
Active
Application number
CN202011039287.0A
Other languages
Chinese (zh)
Other versions
CN112181366A (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.)
Kedaduochuang Cloud Technology Co ltd
Original Assignee
Kedaduochuang Cloud 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 Kedaduochuang Cloud Technology Co ltd filed Critical Kedaduochuang Cloud Technology Co ltd
Priority to CN202011039287.0A priority Critical patent/CN112181366B/en
Publication of CN112181366A publication Critical patent/CN112181366A/en
Application granted granted Critical
Publication of CN112181366B publication Critical patent/CN112181366B/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/10Requirements analysis; Specification techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/986Document structures and storage, e.g. HTML extensions
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/73Program documentation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Security & Cryptography (AREA)
  • Library & Information Science (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a mobile application development framework based on cross-platform interaction, which belongs to the technical field of mobile application development and comprises a capability library, a view library and a function component library; the capability library comprises a first development framework SDK and a second development framework SDK, wherein the first development framework SDK and the second development framework SDK are consistent in structure and respectively comprise a core package, a basic function package and an extension package. The invention is an independent SDK, and does not depend on the outside; the form of subpackaging is adopted, the subpackaging can be introduced according to needs, the bag is more flexible, and the size of the bag body is reduced; the learning cost of a developer is reduced, and the development efficiency is greatly improved only by concentrating on the development of WEB APP; the encryption compression transmission is adopted, so that the transmission safety is ensured; the SDK is added into the project, can be used after simple configuration, and is worthy of popularization and application.

Description

Mobile application development framework based on cross-platform interaction
Technical Field
The invention relates to the technical field of mobile application development, in particular to a mobile application development framework based on cross-platform interaction.
Background
Aiming at the existing mainstream Android and iOS two-mobile phone operating systems, software developers generally need to develop two sets of codes, companies have large research and development cost, more human resource investment, complex version management, time-consuming iterative upgrade, difficult development of the developers, and high learning cost and development, so that some cross-platform development systems and platforms come up to the end, most of the platforms adopt front-end interfaces developed by HTML5 language, and the interfaces are loaded through a mobile phone WebView kernel browser.
In the aspect of content updating, when most platforms upgrade function modules, downloading and reinstalling are required, users are continuously required to download and install again, flow consumption is increased, and experience is not friendly. In order to solve the problem brought by upgrading, many APP developers adopt a mixed development mode, namely a development mode in which native development and WEB APP are mixed, and WEB APP does not need to be installed by a user, so that the WEB APP hot-updating technology can be achieved through off-line or on-line real-time access.
The platform appearing in the market at present requires a developer to use a platform system for development, so that certain dependence on the platform can be generated, and the expansibility is not very ideal; the capabilities provided by the platform can be completely attached to the platform, which can lead to the introduction of many functions which are not needed by the project, and thus the final installation package is larger; part of the frames directly adopt Javascript for interaction, so that a developer needs to have certain original development capability and cannot achieve the original purpose that the developer only needs to concentrate on HTML; when updating, the whole WEB APP needs to be updated, which causes unnecessary traffic consumption, increases safety risk and greatly influences the stability of the whole APP; the mixed APP offline upgrading mode has no security measures, and is easy to be attacked by hackers. Therefore, a mobile application development framework based on cross-platform interaction is proposed.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: how to solve the problems of expansibility conflict, large installation package and large updating flow consumption in the using process of the conventional platform system is solved, and a mobile application development framework based on cross-platform interaction is provided.
The invention solves the technical problem through the following technical scheme that the invention comprises a capability library, a view library and a function component library;
the capability library comprises a first development frame SDK and a second development frame SDK, the first development frame SDK and the second development frame SDK are consistent in structure and respectively comprise a core package, a basic function package and an extension package, the core package comprises a WebView Javascript bridge library and capability of providing HTML5 loading and module injection, and the basic function package comprises a plurality of basic function modules; the extension packet includes related multimedia;
the view library comprises a native component library and an HTML5 component library;
the functional component library comprises a plurality of functional components.
Furthermore, the first development framework SDK is an Android mobile application development framework SDK, and the second development framework SDK is an iOS mobile application development framework SDK.
Further, the basic function module is photo album, camera, file operation, database operation, device information, network, sensor, storage, code scanning, address book, etc.;
further, the related multimedia is audio, video, etc.
Still further, the native component library includes an iOS and Android component library.
Further, the various functional components are respectively a network framework, a database framework, a positioning framework and the like.
Furthermore, the mobile application development framework also comprises technical documents for developing the specification framework and providing the HTML5 developer with a development manual.
Furthermore, the mobile application development framework supports a front-end interface developed by an HTML5 language, realizes the service logic of a project through a Javascript script language, realizes the application layer capability of a mobile phone system through a self-contained capability encapsulation API, and integrates the integrated mobile application program.
Furthermore, when the mobile application development framework is used for developing a mobile application program, the specific process is as follows:
s11: downloading a first development framework SDK, a second development framework SDK or a Demo engineering file containing any one development framework SDK according to requirements, and checking whether the Demo engineering file can normally run or not;
s12: introducing the developed HTML5 code file into the engineering directory in the step S11, and placing the HTML5 code file and the config folder under the assets folder as the same-level directory, wherein the file introduction type is reference;
s13: modifying the starting configuration file, adding an entrance file path of HTML5, and putting the starting configuration file under a config folder directory after modification is completed;
s14: modifying the configuration file of the extension packet, and adding a Key value of a third-party platform or an SDK used by the extension function;
s15: after the configuration is finished, forming a complete mobile application program, and running and debugging the mobile application program and correcting errors;
s16: and packaging and publishing the mobile application program.
Further, when updating the mobile application, the specific process is as follows:
s21: the method comprises the steps of carrying out module division on a mobile application program, and distributing unique identification to enable each module to be an independent project;
s22: adding a starting configuration file to each module and placing the starting configuration file in a root directory, wherein the basic information of the file configuration module comprises a starting page, a unique identifier and a version number;
s23: the server side encrypts and compresses the developed module and uploads the module to a back-end management system, and the back-end management system carries out analysis and authentication and then carries out version recording;
s24: the client acquires version information of all modules and decompression keys of the modules through the interfaces after starting;
s25: when the module is started, the version information of the local module is acquired and compared with the version information acquired by the server side;
s26: if the update is carried out, the new version module is downloaded into the cache for decryption and decompression, and the old version is removed, so that the update work is completed.
Compared with the prior art, the invention has the following advantages: the mobile application development framework is an independent SDK and cannot depend on the outside; the form of subpackaging is adopted, the subpackaging can be introduced according to needs, the bag is more flexible, and the size of the bag body is reduced; the learning cost of a developer is reduced, and the development efficiency is greatly improved by only concentrating on the development of WEB APP; the encryption compression transmission is adopted, so that the transmission safety is ensured; the SDK is added into the project, can be used after simple configuration, and is worthy of popularization and application.
Drawings
FIG. 1 is a schematic flow chart of an embodiment of APP development in the second embodiment of the present invention;
FIG. 2 is a schematic flow chart illustrating an implementation of hot update of APP according to a second embodiment of the present invention;
fig. 3 is a schematic diagram of APP formed by integration of a mobile application development framework according to a third embodiment of the present invention.
Detailed Description
The following examples are given for the detailed implementation and specific operation of the present invention, but the scope of the present invention is not limited to the following examples.
Example one
The embodiment provides a technical scheme: the mobile application development framework based on cross-platform interaction comprises a capability library, a view library and a function component library;
the capability library comprises a first development framework SDK and a second development framework SDK, the first development framework SDK and the second development framework SDK are consistent in structure and respectively comprise a core package, a basic function package and an extension package, the core package comprises a WebView Javascript bridge library and capability of providing HTML5 loading and module injection, and the basic function package comprises multiple basic function modules; the extension packet includes related multimedia;
the view library comprises a native component library and an HTML5 component library;
the function component library includes a plurality of function components.
The first development framework SDK is an Android mobile application development framework SDK, and the second development framework SDK is an iOS mobile application development framework SDK.
The basic function module is a module such as an album, a camera and a file;
the related multimedia is audio, video, etc.
The native component library comprises an iOS and Android component libraries.
The plurality of functional components are respectively a network frame, a database frame, a positioning frame and the like.
The mobile application development framework also comprises technical documents used for developing the standard framework and providing the standard framework for an HTML5 developer to use as a development manual.
The mobile application development framework supports a front-end interface developed by an HTML5 language, realizes the service logic of a project through a Javascript language, realizes the capability of a mobile phone system application layer through a self-contained capability encapsulation API, and integrates a complete mobile application program.
When the mobile application development framework is used for developing the mobile application program, the specific process is as follows:
s11: downloading a first development framework SDK, a second development framework SDK or a Demo engineering file containing any one development framework SDK according to requirements, and checking whether the Demo engineering file can normally run or not;
s12: introducing the developed HTML5 code file into the engineering directory in the step S11, and placing the HTML5 code file and the config folder under the assets folder as the same-level directory, wherein the file introduction type is reference;
s13: modifying the starting configuration file, adding an entry file path of HTML5, and putting the starting configuration file under a config folder directory after modification is completed;
s14: modifying the configuration file of the extension packet, and adding a Key value of a third-party platform or an SDK used by the extension function;
s15: after the configuration is finished, forming a complete mobile application program, and running and debugging the mobile application program and correcting errors;
s16: and packaging and releasing the mobile application program.
When updating WEB APP (WEB-based mobile application), the specific process is as follows:
s21: dividing modules of WEB APP, and distributing unique identifiers to enable each module to be an independent project;
the sub-packaging of the framework is to the framework itself, and is a functional division performed by the native part in order to reduce the physical size occupied by the native package; the modular subdivision is a targeted HTML5 part, and aims to make each module of the HTML5 part independent so as to facilitate the module independence;
s22: adding a starting configuration file to each module and placing the starting configuration file under a root directory, wherein the basic information of the file configuration module comprises a starting page, a unique identifier and a version number;
s23: the server side encrypts and compresses the developed module and uploads the module to a back-end management system, and the back-end management system carries out analysis and authentication and then carries out version recording;
s24: the client acquires version information of all modules and decompression keys of the modules through the interfaces after starting;
s25: when the module is started, the version information of the local module is acquired and compared with the version information acquired by the server side;
s26: if the update is carried out, the new version module is downloaded into the cache for decryption and decompression, and the old version is removed, so that the update work is completed.
Example two
The embodiment provides a mobile application development framework based on cross-platform interaction, and has the following characteristics:
1. in order to release the dependency, the framework is made into an SDK (software development kit) to be provided for developers, and the developers only need to introduce and use the SDK like any third-party package;
2. the frame SDK is subjected to sub-package design, functions are classified, different types are manufactured into different SDKs, developers can introduce the SDKs according to the project conditions of the developers, and the problem that the inclusion is large due to the introduction of unnecessary modules is effectively solved;
3. the WebViewJavascript bridge is adopted for interaction, so that the direct use of the Javascript interaction capability of the native part is avoided, and the learning cost of a developer is reduced;
4. carry out the modularization subdivision with mixing APP, carry out module upgrading to each module respectively, every APP module all is the sandbox of independent operation, does not have the coupling each other, will reduce the flow consumption of upgrading like this, and update time cost is too of a specified duration, the unstable problem of system. Each module is an independent project and contains the unique identification and version information of the module.
5. In order to prevent the functional modules from being maliciously attacked by hackers during upgrading, after each module is developed, the project is encrypted, compressed and packaged, and the md5 value is recorded, so that after the compressed package is downloaded by a client, md5 security check and decryption of the compressed package are required.
As shown in fig. 1, the specific implementation process of developing APP by using the mobile application development framework of this embodiment is as follows:
(1) Downloading an Android/iOS mobile application framework (SDK) or a Demo engineering file (including the SDK), and checking that the Demo can normally run;
(2) Introducing a developed HTML5 code (which needs to be developed according to a development use document) into a project directory, placing the project directory under an assets folder, wherein an HTML5 code file and a config folder under assets are same-level directories, and the file introduction type is citation;
(3) Modifying and starting a configuration file manifest.xml, adding an entry file path launch _ path of HTML5, and putting the manifest.xml into a config directory after modification is finished;
(4) Plist is modified, and a Key value of a third party platform or an SDK used for an extension function is added;
(5) Running debugging (on real machine equipment) and error correction;
and (4) packaging and issuing, namely packaging the program into an ipa/apk file by selecting Product- > Archive in a menu bar, and selecting Export (Export) or Upload (submission to App Store).
The packaging is divided into Android and iOS:
and iOS: selecting Product- > Archive in a menu bar, and generating an ipa packet according to the guide selection Next, and selecting Export (Export) or Upload (submitting to App Store);
android: selecting Build- > generated Signed Bundle or APK in menu bar, selecting Next according to guide to Generate APK package, uploading APK package to application store to complete issue
As shown in fig. 2, the specific example process of hot update of APP in this embodiment is as follows:
(1) Module division is carried out on WEB APP, and a unique identifier (model _ id) is distributed, so that each module is an independent project;
(2) Adding a manifest file to each module and placing the file in a root directory, wherein the file configures basic information of the module and comprises a launch page (launch _ path), a unique identifier (model _ id) and a version number (version);
(3) Encrypting and compressing the developed module and uploading the module to a background system, and performing version recording after the background system performs analysis and authentication;
(4) The client acquires version information of all modules and decompression keys of the modules through the interfaces after starting;
(5) When the module is started, the version information of the local module is acquired and compared with the information acquired by the server;
(6) If the update is carried out, the new version module is downloaded into the cache for decryption and decompression, and the old version is removed, so that the update work is completed.
EXAMPLE III
The embodiment provides a development mode of a mobile application development framework based on cross-platform interaction, which relates to the mixed development of mobile application native and HTML 5. The invention comprises four parts: capability libraries, view libraries, function component libraries, and technical documentation.
The capability library is divided into two parts: an Android mobile application development framework SDK and an iOS mobile application development framework SDK. The Android mobile application development framework SDK and the iOS mobile application development framework are consistent from the aspect of structural division and are divided into three parts: core package (Core), basic function package (Base), and Extension package (Extension), core package: contains the WebViewJavascript bridge library and provides HTML5 loading and module injection capability; basic function package: the system comprises more than ten common basic function modules such as photo albums, cameras and files; expanding a package: mainly including multimedia related, such as audio, video, etc.;
viewing a picture library: packaging a custom common view component library, which comprises a native (iOS and Android) component library and an HTML5 component library;
function component library: functional components such as a network frame, a database frame, a positioning frame and the like;
technical documentation: mainly develops a standard framework and provides the standard framework for an HTML5 developer to use as a development manual.
The mobile application development framework is a technical framework of a mobile phone APP developed based on HTML5 language, and the APP developed based on the framework can achieve the effect of Android and iOS compatibility.
As shown in fig. 3, the mobile application development framework supports a front-end interface developed by an HTML5 language, service logic of a project is realized through a Javascript script language, the capability of a mobile phone system application layer is realized through a capability encapsulation API carried by the mobile application development framework, and the three parts are integrated through the framework to form a complete APP product.
A large number of functional APIs provided by a mobile application development framework and cross-platform characteristics of HTML5 greatly improve the development efficiency of mobile applications.
In summary, the mobile application development framework of the embodiment is an independent SDK, and does not depend on the outside; the form of subpackaging is adopted, the subpackaging can be introduced according to needs, the bag is more flexible, and the size of the bag body is reduced; the learning cost of a developer is reduced, and the development efficiency is greatly improved only by concentrating on the development of WEB APP; the encryption compression transmission is adopted, so that the transmission safety is ensured; the SDK is added into the project, can be used after simple configuration, and is worthy of popularization and use.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (9)

1. The mobile application development framework based on cross-platform interaction is characterized in that: the system comprises a capability library, a view library and a function component library; the capability library comprises a first development frame SDK and a second development frame SDK, the first development frame SDK and the second development frame SDK are consistent in structure and respectively comprise a core package, a basic function package and an extension package, the core package comprises a WebView Javascript bridge library and capability of providing HTML5 loading and module injection, and the basic function package comprises a plurality of basic function modules; the extension packet includes related multimedia; the view library comprises a native component library and an HTML5 component library; the function component library comprises a plurality of function components;
when the mobile application development framework is used for developing a mobile application program, the specific process is as follows:
s11: downloading a first development framework SDK, a second development framework SDK or a Demo engineering file containing any one development framework SDK according to requirements, and checking whether the Demo engineering file can normally run or not;
s12: introducing the developed HTML5 code file into the engineering directory in the step S11, and placing the HTML5 code file and the config folder under the assets folder as the same-level directory, wherein the file introduction type is reference;
s13: modifying the starting configuration file, adding an entry file path of HTML5, and putting the starting configuration file under a config folder directory after modification is completed;
s14: modifying the configuration file of the extension packet, and adding a Key value of a third-party platform or an SDK used by the extension function;
s15: after the configuration is finished, forming a complete mobile application program, and running and debugging the mobile application program and correcting errors;
s16: and packaging and releasing the mobile application program.
2. The cross-platform interaction based mobile application development framework of claim 1, wherein: the first development framework SDK is an Android mobile application development framework SDK, and the second development framework SDK is an iOS mobile application development framework SDK.
3. The cross-platform interaction based mobile application development framework of claim 1, wherein: the basic function module comprises an album, a camera, file operation, database operation, equipment information, a network, a sensor, storage, a code scanning and an address book.
4. The cross-platform interaction based mobile application development framework of claim 1, wherein: the related multimedia includes audio and video.
5. The cross-platform interaction based mobile application development framework of claim 1, wherein: the native component library comprises an iOS and Android native component library.
6. The cross-platform interaction based mobile application development framework of claim 1, wherein: the functional components comprise a network framework, a database framework and a positioning framework.
7. The cross-platform interaction based mobile application development framework of claim 1, wherein: the mobile application development framework also comprises technical documents used for developing the standard framework and providing the standard framework for an HTML5 developer to use as a development manual.
8. The cross-platform interaction based mobile application development framework of claim 7, wherein: the mobile application development framework supports a front-end interface developed by an HTML5 language, realizes the service logic of a project through a Javascript script language, realizes the capability of an application layer of a mobile phone system through a self-contained capability encapsulation API, and integrates a complete mobile application program.
9. The cross-platform interaction based mobile application development framework of claim 8, wherein: when updating the mobile application program, the specific process is as follows:
s21: the method comprises the steps of carrying out module division on a mobile application program, and distributing unique identification to enable each module to be an independent project;
s22: adding a starting configuration file to each module and placing the starting configuration file in a root directory, wherein the basic information of the file configuration module comprises a starting page, a unique identifier and a version number;
s23: the server side encrypts and compresses the developed module and uploads the module to a back-end management system, and the back-end management system carries out analysis and authentication and then carries out version recording;
s24: the client acquires version information of all modules and decompression keys of the modules through the interfaces after starting;
s25: when the module is started, the version information of the local module is acquired and compared with the version information acquired by the server side;
s26: if the update is carried out, the new version module is downloaded into the cache for decryption and decompression, and the old version is removed, so that the update work is completed.
CN202011039287.0A 2020-09-28 2020-09-28 Mobile application development framework based on cross-platform interaction Active CN112181366B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011039287.0A CN112181366B (en) 2020-09-28 2020-09-28 Mobile application development framework based on cross-platform interaction

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011039287.0A CN112181366B (en) 2020-09-28 2020-09-28 Mobile application development framework based on cross-platform interaction

Publications (2)

Publication Number Publication Date
CN112181366A CN112181366A (en) 2021-01-05
CN112181366B true CN112181366B (en) 2023-01-24

Family

ID=73944452

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011039287.0A Active CN112181366B (en) 2020-09-28 2020-09-28 Mobile application development framework based on cross-platform interaction

Country Status (1)

Country Link
CN (1) CN112181366B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113703995B (en) * 2021-08-13 2024-04-16 深圳市中博科创信息技术有限公司 Front-end and back-end data interaction method and device, electronic equipment and storage medium
CN117033287B (en) * 2023-10-08 2024-02-13 易方信息科技股份有限公司 Multi-bus communication method, system, equipment and storage medium based on SDK (software development kit) package

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104020997A (en) * 2014-06-13 2014-09-03 中国民航信息网络股份有限公司 Extensible graphical rule application system
CN104902019A (en) * 2015-05-20 2015-09-09 腾讯科技(深圳)有限公司 Application software (App) popularization method, server and terminal
CN105573129A (en) * 2015-11-10 2016-05-11 华南理工大学 Cordova-based cross-platform smart home mobile terminal
CN105786513A (en) * 2016-02-29 2016-07-20 四川长虹电器股份有限公司 Mixed mobile application development method based on Html5
CN106227551A (en) * 2016-08-05 2016-12-14 互动派科技股份有限公司 A kind of marketing program design system based on H5 technology and method
US9678726B1 (en) * 2015-03-27 2017-06-13 Amazon Technologies, Inc. Automatic generation of plugins for development tools
CN107562478A (en) * 2017-09-01 2018-01-09 成都市九阵科技有限公司 A kind of mobile software development system and method based on Web technologies
CN109634549A (en) * 2018-10-23 2019-04-16 中国平安人寿保险股份有限公司 Audio frequency playing method, audio player, computer installation and readable storage medium storing program for executing
TWM592840U (en) * 2019-11-01 2020-04-01 東方開發實業股份有限公司 Portable vehicle-mounted touch screen device for mapping smart phone functions
CN110955434A (en) * 2019-10-31 2020-04-03 苏宁云计算有限公司 Software development kit processing method and device, computer equipment and storage medium
CN111506304A (en) * 2020-04-21 2020-08-07 科大国创云网科技有限公司 Assembly line construction method and system based on parameter configuration

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI624783B (en) * 2015-09-17 2018-05-21 長茂科技股份有限公司 System and method establishing application program with dynamic-link function module for mobile device

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104020997A (en) * 2014-06-13 2014-09-03 中国民航信息网络股份有限公司 Extensible graphical rule application system
US9678726B1 (en) * 2015-03-27 2017-06-13 Amazon Technologies, Inc. Automatic generation of plugins for development tools
CN104902019A (en) * 2015-05-20 2015-09-09 腾讯科技(深圳)有限公司 Application software (App) popularization method, server and terminal
CN105573129A (en) * 2015-11-10 2016-05-11 华南理工大学 Cordova-based cross-platform smart home mobile terminal
CN105786513A (en) * 2016-02-29 2016-07-20 四川长虹电器股份有限公司 Mixed mobile application development method based on Html5
CN106227551A (en) * 2016-08-05 2016-12-14 互动派科技股份有限公司 A kind of marketing program design system based on H5 technology and method
CN107562478A (en) * 2017-09-01 2018-01-09 成都市九阵科技有限公司 A kind of mobile software development system and method based on Web technologies
CN109634549A (en) * 2018-10-23 2019-04-16 中国平安人寿保险股份有限公司 Audio frequency playing method, audio player, computer installation and readable storage medium storing program for executing
CN110955434A (en) * 2019-10-31 2020-04-03 苏宁云计算有限公司 Software development kit processing method and device, computer equipment and storage medium
TWM592840U (en) * 2019-11-01 2020-04-01 東方開發實業股份有限公司 Portable vehicle-mounted touch screen device for mapping smart phone functions
CN111506304A (en) * 2020-04-21 2020-08-07 科大国创云网科技有限公司 Assembly line construction method and system based on parameter configuration

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
A Performance Evaluation of Cross-Platform Mobile Application Development Approaches;Aline Ebone;《2018 IEEE/ACM 5th International Conference on Mobile Software Engineering and Systems (MOBILESoft)》;20181122;全文 *
基于HBuilder构建跨平台移动应用解决方案;潘哲宁;《电子世界》;20181023(第20期);全文 *
基于HTML5实现智能手机跨平台应用开发;武佳佳;《软件导刊》;20130228;全文 *

Also Published As

Publication number Publication date
CN112181366A (en) 2021-01-05

Similar Documents

Publication Publication Date Title
CN108829405B (en) Channel package generation method and device, storage medium and electronic device
US10771443B2 (en) Method and apparatus for providing enhanced streaming content delivery with multi-archive support using secure download manager and content-indifferent decoding
CN100447740C (en) System and method for intra-package delta compression of data
CN111367510B (en) Android function module development method and device
US20070214453A1 (en) Installation of Software on Removable Media
CN112052013B (en) Method and device for generating software package, storage medium and electronic device
CN112181366B (en) Mobile application development framework based on cross-platform interaction
CN104991793A (en) Method, device and system used for application program subpackage
JP5122467B2 (en) Multimedia middleware apparatus using metadata, control method thereof and storage medium
US20080250385A1 (en) Automating the deployment of applications
CN104063225B (en) Screen locking theme development method and device
CN105335173A (en) Method, apparatus and system for initializing intelligent terminal device
CN107396188A (en) The upgrade method and system of a kind of set top box
CN105391763A (en) Method and server for reinforcing a plurality of apk files
CN112835584A (en) Method for realizing component extension and management based on ReactNative
CN111399786A (en) Method and device for generating print file, terminal equipment and storage medium
CN113741954A (en) System software generation method and device, electronic equipment and storage medium
KR101112697B1 (en) Computer readable recording medium containing a program for converting SK-VM and WIPI-JAVA applications to Android applications
CN111949298A (en) Generation method and device of upgrade package, server and computer storage medium
CN105389180A (en) Android platform-based USB (Universal Serial Bus) port configurable method
CN109857374B (en) Development method and device of mobile application
CN116466983A (en) Code management device, method, storage medium and electronic device
CN111158773B (en) Method and system for KS (Key sheet) guided automatic batch installation
WO2012079531A1 (en) Method and device for improving performance of mobile widget
CN113467803B (en) Application program repairing method, related device and 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