CN110554894A - Interface description file, processing method and device of application program and electronic equipment - Google Patents

Interface description file, processing method and device of application program and electronic equipment Download PDF

Info

Publication number
CN110554894A
CN110554894A CN201810551671.5A CN201810551671A CN110554894A CN 110554894 A CN110554894 A CN 110554894A CN 201810551671 A CN201810551671 A CN 201810551671A CN 110554894 A CN110554894 A CN 110554894A
Authority
CN
China
Prior art keywords
interface description
interface
language
description language
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
CN201810551671.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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201810551671.5A priority Critical patent/CN110554894A/en
Publication of CN110554894A publication Critical patent/CN110554894A/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/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

the embodiment of the invention provides a processing method, a processing device and electronic equipment of an interface description file and an application program, wherein the method comprises the steps of extracting interface description content of a first interface description file, wherein the first interface description file adopts a first interface description language; converting the interface description content into interface description content adopting an intermediate interface description language; and performing interface reduction processing according to the interface description content described by the intermediate interface description language to generate a second interface description file adopting a second interface description language. The embodiment of the invention realizes the cross-system platform conversion of the interface description file and saves the development cost of the cross-system platform aiming at the same interface.

Description

Interface description file, processing method and device of application program and electronic equipment
Technical Field
The embodiment of the invention relates to a method and a device for processing an interface description file and an application program and electronic equipment, and belongs to the technical field of computers.
Background
the system platform of the mobile terminal commonly used at present includes: android, H5(HTML5, hypertext markup language 5), IOS (mobile operating system developed by apple), WinPhone (mobile phone operating system developed by microsoft), and the like. For a general APP, UI (user interface) designs that are desired to be implemented on each system platform are consistent, but since DSL (Domain Specific Language) description languages built in system platforms of different types of terminals are inconsistent and incompatible with each other, for the same UI design, UI description files need to be written separately for different system platforms, so that the same UI design can be presented on different system platforms. In such a way, human resources and time costs are greatly wasted.
Disclosure of Invention
the embodiment of the invention provides an interface description file, a processing method and a processing device of an application program and electronic equipment, and aims to realize cross-system platform conversion of the interface description file.
The embodiment of the invention provides a method for processing an interface description file, which comprises the following steps:
extracting interface description content of a first interface description file, wherein the first interface description file adopts a first interface description language;
converting the interface description content into interface description content adopting an intermediate interface description language;
And performing interface reduction processing according to the interface description content adopting the intermediate interface description language to generate a second interface description file adopting a second interface description language.
the embodiment of the present invention further provides a device for converting an interface description file, including:
the interface description content extraction module is used for extracting the interface description content of a first interface description file, and the first interface description file adopts a first interface description language;
The first interface description conversion module is used for converting the interface description content into interface description content adopting an intermediate interface description language;
and the second interface description conversion module is used for carrying out interface reduction processing according to the interface description content adopting the intermediate interface description language and generating a second interface description file adopting a second interface description language.
An embodiment of the present invention further provides an electronic device, including:
A memory for storing a program;
A processor, coupled to the memory, for executing the program for:
extracting interface description content of a first interface description file, wherein the first interface description file adopts a first interface description language;
converting the interface description content into interface description content adopting an intermediate interface description language;
and performing interface reduction processing according to the interface description content adopting the intermediate interface description language to generate a second interface description file adopting a second interface description language.
The embodiment of the invention also provides a processing method of the application program APP, which comprises the following steps:
obtaining a first interface description file of a first APP, wherein the first APP is suitable for a first operating system platform;
Extracting interface description content of the first interface description file, wherein the first interface description file adopts a first interface description language;
Converting the interface description content into interface description content adopting an intermediate interface description language;
According to the interface description content adopting the intermediate interface description language, carrying out interface reduction processing to generate a second interface description file adopting a second interface description language;
and butting the second interface description file with a background program logic interface of a second APP to generate a second APP applicable to a second operating system platform.
An embodiment of the present invention further provides an electronic device, including:
A memory for storing a program;
A processor, coupled to the memory, for executing the program for:
obtaining a first interface description file of a first APP, wherein the first APP is suitable for a first operating system platform;
extracting interface description content of a first interface description file, wherein the first interface description file adopts a first interface description language;
converting the interface description content into interface description content adopting an intermediate interface description language;
According to the interface description content adopting the intermediate interface description language, carrying out interface reduction processing to generate a second interface description file adopting a second interface description language;
And butting the second interface description file with a background program logic interface of a second APP to generate a second APP applicable to a second operating system platform.
according to the interface description file, the processing method and device for the application program and the electronic device, provided by the embodiment of the invention, the interface description content of the developed interface description file is extracted and converted into the intermediate interface description language for description, and then the interface description file adopting the other interface description language is generated through interface reduction processing, so that the cross-system platform conversion of the interface description file is realized, and the development cost of the cross-system platform aiming at the same interface is saved.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
FIG. 1 is a schematic diagram illustrating a method for processing an interface description file according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a method for processing an interface description file according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of an apparatus for processing an interface description file according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating a processing method of an application according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
the technical principle of the embodiment of the invention is as follows: for the same interface, in order to display on different system platforms, an interface description language adapted to different system platforms needs to be used for description, however, in interface description files written by using different interface description languages, interface element information pointed by interface description content is consistent.
the interface may be configured by a plurality of interface display units, and the interface element information may be, for example, type tag information of each interface display unit (identifying a type of content displayed by the interface display unit, such as a picture, a text, an animation, etc.) and attribute information of each interface display unit (size information, color parameter information, position information, etc. of the interface display unit).
After an interface description file is developed based on a certain system platform, interface description contents in the interface description file can be extracted, and then the interface description contents are converted into interface description contents described by an intermediate interface description language according to a preset mapping rule between interface description languages.
The main function of the intermediate interface description language is to generate an intermediate interface description file, and the interface description file based on the intermediate state can be easily converted into an interface description file suitable for each system platform. Moreover, the interface description language in the intermediate state may adopt a lightweight interface description language to facilitate storage and transmission, without considering adaptability on each system platform, and for example, JSON (JSON Object Notation) language may be adopted as the intermediate interface description language.
After generating the interface description content adopting the intermediate interface description language, interface restoration processing can be performed according to the needs of each system platform by using a preset mapping rule between the interface description languages, and interface description files adapted to different system platforms are generated based on the interface description content of the intermediate interface description language, so that the interface description files are transplanted on different system platforms.
Fig. 1 is a schematic diagram illustrating a method for processing an interface description file according to an embodiment of the present invention. Four system platforms are shown which are currently mainstream: android, H5(HTML5, hypertext markup language 5), IOS (mobile operating system developed by apple), WinPhone (mobile phone operating system developed by microsoft).
DSL (Domain Specific Language) languages of the respective platforms are used as interface description languages on these system platforms. An XML (eXtensible markup language) language is adopted as an interface description language on an android system platform, a PLIST (Property List, a file formatting language in an IOS system) language is adopted as an interface description language on an IOS system platform, XAML (eXtensible Application markup language) is adopted on a WinPone system platform, and an HTML5 language is adopted as an interface description language on an H5 system platform.
After developing a user interface of an APP based on any platform, a developer can provide the user interface to an intermediate interface platform, and the intermediate interface platform converts the developed interface description file into interface description files on other platforms through a conversion tool and preset mapping rules between interface description languages and issues the interface description files.
It should be noted that, interface restoration processing of interface description content based on the intermediate interface description language can be completed on each system platform, a corresponding conversion tool and a mapping rule between the DSL language used on the system platform and the intermediate interface description language need to be set on each system platform, the intermediate interface platform transmits the interface description content using the intermediate interface description language to each system platform, and each system platform performs conversion processing to generate an interface description file adapted to the platform.
As mentioned above, the JSON language is a lightweight language relative to the other DSL languages in fig. 1, and after the interface description contents are converted into the JSON language, the number of bits of the code is significantly reduced, which is convenient for storage and transmission between the system platforms.
The technical solution of the present invention is further illustrated by the following specific examples.
example one
fig. 2 is a schematic flow chart illustrating a processing method of an interface description file according to an embodiment of the present invention. As shown in the figure, the method for processing an interface description file according to the embodiment of the present invention includes:
s101: and extracting interface description content of a first interface description file, wherein the first interface description file adopts a first interface description language. The interface description content may include type tag information and/or attribute information of each interface display unit.
S102: and converting the interface description content into the interface description content adopting the intermediate interface description language. The intermediate interface description language may adopt a lighter interface description language than the first interface description language and the second interface description language, for example, JSON language is adopted as the intermediate interface description language.
s103: and performing interface reduction processing according to the interface description content adopting the intermediate interface description language to generate a second interface description file adopting a second interface description language.
The first interface description language and the second interface description language are interface description languages adapted to different system platforms, and the system platforms may include android, IOS, HTML5, WinPhone, and may also include other self-built system platforms.
according to the interface description file processing method, the interface description content of the developed interface description file is extracted and converted into the intermediate interface description language for description, and then the interface description file adopting the other interface description language is generated through interface reduction processing, so that the cross-system platform conversion of the interface description file is realized, and the development cost of the cross-system platform aiming at the same interface is saved.
example two
fig. 3 is a schematic structural diagram of a processing apparatus for an interface description file according to an embodiment of the present invention. As shown in the figure, the interface description file processing apparatus according to the embodiment of the present invention includes:
the interface description content extracting module 11 is configured to extract interface description content of a first interface description file, where the first interface description file adopts a first interface description language. The interface description content may include type tag information and/or attribute information of each interface display unit.
The first interface description conversion module 12 is configured to convert the interface description content into an interface description content in an intermediate interface description language. The intermediate interface description language may adopt a lighter interface description language than the first interface description language and the second interface description language, for example, JSON language is adopted as the intermediate interface description language.
And the second interface description conversion module 13 is configured to perform interface restoration processing according to the interface description content in the intermediate interface description language, and generate a second interface description file in a second interface description language.
the first interface description language and the second interface description language are interface description languages adapted to different system platforms, and the system platforms may include android, IOS, HTML5, WinPhone, and may also include other self-built system platforms.
By the interface description file processing device, the interface description content of the developed interface description file is extracted and converted into the intermediate interface description language for description, and then the interface description file adopting the other interface description language is generated through interface reduction processing, so that the cross-system platform conversion of the interface description file is realized, and the development cost of the cross-system platform aiming at the same interface is saved.
EXAMPLE III
as shown in fig. 4, which is a schematic flowchart of a processing method of an application program (APP) according to an embodiment of the present invention, the processing method includes:
s201: acquiring a first interface description file of a first APP, wherein the first APP is suitable for a first operating system platform;
S202: and extracting interface description content of a first interface description file, wherein the first interface description file adopts a first interface description language. The interface description content may include type tag information and/or attribute information of each interface display unit.
s203: and converting the interface description content into the interface description content adopting the intermediate interface description language. The intermediate interface description language may adopt a lighter interface description language than the first interface description language and the second interface description language, for example, JSON language is adopted as the intermediate interface description language.
S204: and performing interface reduction processing according to the interface description content adopting the intermediate interface description language to generate a second interface description file adopting a second interface description language.
S205: and butting the second interface description file with a background program logic interface of a second APP to generate a second APP applicable to a second operating system platform.
By the processing method of the application program provided by the embodiment, the interface description file in the developed APP can be combined with the APP background program logic developed based on another operating system platform to form the APP based on another operating system platform, so that repeated development work for an interface part is reduced.
Example four
The foregoing embodiment describes a processing flow of the method for processing an interface description file and an overall architecture of a processing apparatus according to the embodiment of the present invention, and the method flow and the function of the processing apparatus can be implemented by an electronic device, as shown in fig. 5, which is a schematic structural diagram of the electronic device according to the embodiment of the present invention, and specifically includes: a memory 510 and a processor 520.
a memory 510 for storing programs.
In addition to the programs described above, the memory 510 may also be configured to store other various data to support operations on the electronic device. Examples of such data include instructions for any application or method operating on the electronic device, contact data, phonebook data, messages, pictures, videos, and so forth.
The memory 510 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
a processor 520, coupled to the memory 510, for executing programs in the memory 510 for:
Extracting interface description content of a first interface description file, wherein the first interface description file adopts a first interface description language, and the interface description content may include: type label information and/or attribute information of each interface display unit;
converting the interface description content into interface description content adopting an intermediate interface description language;
and performing interface reduction processing according to the interface description content adopting the intermediate interface description language to generate a second interface description file adopting a second interface description language.
as another example electronic device, the processor 520 is coupled to the memory 510, and is configured to execute the program in the memory 510 to:
acquiring a first interface description file of a first APP, wherein the first APP is suitable for a first operating system platform;
Extracting interface description content of a first interface description file, wherein the first interface description file adopts a first interface description language;
Converting the interface description content into interface description content adopting an intermediate interface description language;
According to the interface description content adopting the intermediate interface description language, carrying out interface reduction processing to generate a second interface description file adopting a second interface description language;
And butting the second interface description file with a background program logic interface of a second APP to generate a second APP applicable to a second operating system platform.
Further, as shown in fig. 5, the electronic device may further include: communication components 530, power components 540, audio components 550, display 560, and other components. Only some of the components are schematically shown in fig. 5, and it is not meant that the electronic device comprises only the components shown in fig. 5.
The communication component 530 is configured to facilitate wired or wireless communication between the electronic device and other devices. The electronic device may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 530 receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 530 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
A power supply component 540 provides power to the various components of the electronic device. The power components 540 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for an electronic device.
The audio component 550 is configured to output and/or input audio signals. For example, the audio assembly 550 includes a Microphone (MIC) configured to receive external audio signals when the electronic device is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signal may further be stored in the memory 510 or transmitted via the communication component 530. In some embodiments, audio assembly 550 also includes a speaker for outputting audio signals.
The display 560 includes a screen, which may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (11)

1. A processing method of an interface description file is characterized by comprising the following steps:
extracting interface description content of a first interface description file, wherein the first interface description file adopts a first interface description language;
converting the interface description content into interface description content adopting an intermediate interface description language;
And performing interface reduction processing according to the interface description content adopting the intermediate interface description language to generate a second interface description file adopting a second interface description language.
2. The method of claim 1, wherein the interface description comprises: type label information and/or attribute information of each interface display unit.
3. The method of claim 1, wherein the intermediate interface description language is a lighter weight interface description language than the first interface description language and the second interface description language.
4. An interface description file conversion device, comprising:
the interface description content extraction module is used for extracting the interface description content of a first interface description file, and the first interface description file adopts a first interface description language;
the first interface description conversion module is used for converting the interface description content into interface description content adopting an intermediate interface description language;
And the second interface description conversion module is used for carrying out interface reduction processing according to the interface description content adopting the intermediate interface description language and generating a second interface description file adopting a second interface description language.
5. The apparatus of claim 4, wherein the interface description comprises: type label information and/or attribute information of each interface display unit.
6. the apparatus of claim 4, wherein the intermediate interface description language is a lighter weight interface description language than the first interface description language and the second interface description language.
7. An electronic device, comprising:
a memory for storing a program;
A processor, coupled to the memory, for executing the program for:
Extracting interface description content of a first interface description file, wherein the first interface description file adopts a first interface description language;
Converting the interface description content into interface description content adopting an intermediate interface description language;
and performing interface reduction processing according to the interface description content adopting the intermediate interface description language to generate a second interface description file adopting a second interface description language.
8. the electronic device of claim 7, wherein the interface description comprises: type label information and/or attribute information of each interface display unit.
9. the electronic device of claim 7, wherein the intermediate interface description language is a lighter weight interface description language than the first interface description language and the second interface description language.
10. A processing method of an application program APP is characterized by comprising the following steps:
Obtaining a first interface description file of a first APP, wherein the first APP is suitable for a first operating system platform;
extracting interface description content of the first interface description file, wherein the first interface description file adopts a first interface description language;
Converting the interface description content into interface description content adopting an intermediate interface description language;
According to the interface description content adopting the intermediate interface description language, carrying out interface reduction processing to generate a second interface description file adopting a second interface description language;
And butting the second interface description file with a background program logic interface of a second APP to generate a second APP applicable to a second operating system platform.
11. an electronic device, comprising:
a memory for storing a program;
a processor, coupled to the memory, for executing the program for:
Obtaining a first interface description file of a first APP, wherein the first APP is suitable for a first operating system platform;
Extracting interface description content of a first interface description file, wherein the first interface description file adopts a first interface description language;
converting the interface description content into interface description content adopting an intermediate interface description language;
According to the interface description content adopting the intermediate interface description language, carrying out interface reduction processing to generate a second interface description file adopting a second interface description language;
and butting the second interface description file with a background program logic interface of a second APP to generate a second APP applicable to a second operating system platform.
CN201810551671.5A 2018-05-31 2018-05-31 Interface description file, processing method and device of application program and electronic equipment Pending CN110554894A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810551671.5A CN110554894A (en) 2018-05-31 2018-05-31 Interface description file, processing method and device of application program and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810551671.5A CN110554894A (en) 2018-05-31 2018-05-31 Interface description file, processing method and device of application program and electronic equipment

Publications (1)

Publication Number Publication Date
CN110554894A true CN110554894A (en) 2019-12-10

Family

ID=68734197

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810551671.5A Pending CN110554894A (en) 2018-05-31 2018-05-31 Interface description file, processing method and device of application program and electronic equipment

Country Status (1)

Country Link
CN (1) CN110554894A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112540763A (en) * 2020-12-24 2021-03-23 贵阳货车帮科技有限公司 Front-end page generation method and device, platform equipment and storage medium
CN112799647A (en) * 2021-04-12 2021-05-14 四川新网银行股份有限公司 Business personnel-oriented rule engine adapter device identification method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1992017838A1 (en) * 1991-03-30 1992-10-15 International Business Machines Corporation Method for specifying user interfaces and programming system running a multiple user interface type computer
US20080320402A1 (en) * 2007-06-25 2008-12-25 Andreas Isenmann Device and Method for Generating a User Interface Configuration for a Field Device
CN102270109A (en) * 2011-08-23 2011-12-07 上海网达软件有限公司 Self-converting method and system for user interfaces with different resolutions
CN104484171A (en) * 2014-12-11 2015-04-01 深圳市路通网络技术有限公司 System, method and associated equipment for designing terminal interface
CN104915201A (en) * 2015-05-29 2015-09-16 北京奇艺世纪科技有限公司 Interface generating method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1992017838A1 (en) * 1991-03-30 1992-10-15 International Business Machines Corporation Method for specifying user interfaces and programming system running a multiple user interface type computer
US20080320402A1 (en) * 2007-06-25 2008-12-25 Andreas Isenmann Device and Method for Generating a User Interface Configuration for a Field Device
CN102270109A (en) * 2011-08-23 2011-12-07 上海网达软件有限公司 Self-converting method and system for user interfaces with different resolutions
CN104484171A (en) * 2014-12-11 2015-04-01 深圳市路通网络技术有限公司 System, method and associated equipment for designing terminal interface
CN104915201A (en) * 2015-05-29 2015-09-16 北京奇艺世纪科技有限公司 Interface generating method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
黄洪等: "一种图形用户界面的XML描述方法与工具开发", 《计算机应用与软件》 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112540763A (en) * 2020-12-24 2021-03-23 贵阳货车帮科技有限公司 Front-end page generation method and device, platform equipment and storage medium
CN112799647A (en) * 2021-04-12 2021-05-14 四川新网银行股份有限公司 Business personnel-oriented rule engine adapter device identification method
CN112799647B (en) * 2021-04-12 2021-11-23 四川新网银行股份有限公司 Business personnel-oriented rule engine adapter device identification method

Similar Documents

Publication Publication Date Title
US10069692B2 (en) Electronic device and method for providing information thereof
JP5956725B2 (en) Method, device, and computer program product for providing context-aware help content
CN106569800B (en) Front-end interface generation method and device
US20130246920A1 (en) Method of enabling voice input for a visually based interface
EP3416054B1 (en) Method and device for page display, and storage medium
US20170161240A1 (en) Web page operation method and electronic device for supporting the same
US10331539B2 (en) Centralized dispatching of application analytics
CN108701127A (en) Electronic equipment and its operating method
CN107122172B (en) Light application processing method, light application running method, light application equipment and light application equipment
US10289662B2 (en) Communication device and method for receipt and presentation of input and feedback
CN104361021A (en) Webpage encoding identifying method and device
CN114385164A (en) Page generation and rendering method and device, electronic equipment and storage medium
US20120185780A1 (en) System and method for integrating menu options of message applications of electronic device
CN108628900B (en) Data format obtaining method and related device
CN110554894A (en) Interface description file, processing method and device of application program and electronic equipment
CN111381819B (en) List creation method and device, electronic equipment and computer-readable storage medium
US11582173B2 (en) Message processing method and electronic device supporting the same
CN112000408B (en) Mobile terminal and display method thereof
CN102546926A (en) Method for updating media database in portable terminal
CN104142824A (en) Code generator based on class library and realization method of code generator
CN111443905B (en) Service data processing method, device and system and electronic equipment
CN115345142A (en) Contract template generation method and device, computer-readable storage medium and electronic equipment
CN111488267B (en) Interface test script generation method and device and electronic equipment
CN110619504B (en) Service change processing method, device and system and electronic equipment
CN111199141A (en) Picture processing method and device 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
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 40017551

Country of ref document: HK

RJ01 Rejection of invention patent application after publication

Application publication date: 20191210

RJ01 Rejection of invention patent application after publication