CN111190519A - File and control processing method, device, equipment and storage medium thereof - Google Patents

File and control processing method, device, equipment and storage medium thereof Download PDF

Info

Publication number
CN111190519A
CN111190519A CN202010002840.7A CN202010002840A CN111190519A CN 111190519 A CN111190519 A CN 111190519A CN 202010002840 A CN202010002840 A CN 202010002840A CN 111190519 A CN111190519 A CN 111190519A
Authority
CN
China
Prior art keywords
interface
file
image data
name
control
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
CN202010002840.7A
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.)
Guangzhou Huya Technology Co Ltd
Original Assignee
Guangzhou Huya 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 Guangzhou Huya Technology Co Ltd filed Critical Guangzhou Huya Technology Co Ltd
Priority to CN202010002840.7A priority Critical patent/CN111190519A/en
Publication of CN111190519A publication Critical patent/CN111190519A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04845Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range for image manipulation, e.g. dragging, rotation, expansion or change of colour

Abstract

The invention discloses a file and a processing method, a device, equipment and a storage medium of a control of the file. The method comprises the following steps: determining an interface design file of a control in an application, wherein the interface design file has image data and a name; generating an interface description file suitable for analysis of the mobile terminal for the control; writing the image data into an interface description file; converting the layer relation of the image data in the interface design file into a covering relation in the interface description file; and assigning the name in the interface design file as the name in the interface description file. By the method, the problem that a developer needs to spend a large amount of time on format conversion and image splicing between files with two different formats when converting the design file of the designer into the interface description file analyzed by the mobile terminal can be solved.

Description

File and control processing method, device, equipment and storage medium thereof
Technical Field
The embodiment of the invention relates to a file format conversion technology, in particular to a method, a device, equipment and a storage medium for processing a file and a control thereof.
Background
With the popularization of intelligent devices, the demand for user interfaces is also increasing. Also, on a product, changes to the user interface may be involved when new functionality is added.
Taking a smart phone as an example, in the design of a current user interface, a theme element needs to be designed by using a design tool such as Photoshop, and then each interface and element of the theme are manually disassembled into an independent picture in a PNG (Portable network graphics) or JPG (jpeg format) format, and then each picture is manually imported into a system of a mobile phone manufacturer, and is set in a position on the user interface of the mobile phone. Because the model standards of mobile phones of various large mobile phone manufacturers are inconsistent, developers need to spend a lot of time in splicing user interfaces.
Disclosure of Invention
The invention provides a file and a processing method, a processing device, processing equipment and a storage medium of a control thereof, which are used for solving the problem that a developer needs to spend a large amount of time to perform format conversion and image splicing between files with two different formats when converting a design file of the developer into an interface description file analyzed by a mobile terminal.
In a first aspect, an embodiment of the present invention provides a file conversion method, including
Determining an interface design file of a control in an application, wherein the interface design file has image data and a name;
generating an interface description file suitable for analysis of the mobile terminal for the control;
writing the image data into the interface description file;
converting the layer relation of the image data in the interface design file into a covering relation in the interface description file;
and assigning the name in the interface design file as the name in the interface description file.
On this basis, the writing the image data into the interface description file includes:
converting the image data in the interface design file into target image data suitable for screen display of the mobile terminal;
and writing the target image data into the interface description file.
On the basis, the converting the image data in the interface design file into the target image data suitable for the screen display of the mobile terminal comprises the following steps:
determining a conversion ratio between pixels of the image data and a resolution of a screen of the mobile terminal;
and multiplying the image data by the conversion ratio to obtain target image data.
On this basis, the assigning the name in the interface design file to the name in the interface description file includes:
determining a group to which the image data belongs in the interface design file;
assigning the name of the image data in the interface design file to the name of the image data in the interface description file;
and assigning the names and the assignments of the groups in the interface description file as the names of the controls in the interface description file.
In a second aspect, an embodiment of the present invention further provides a file generation method, including:
generating an interface design file for a control in an application, wherein the interface design file has image data and a name; the interface design file is used for generating an interface description file suitable for analysis of the mobile terminal;
wherein the image data is used for writing the interface description file;
the layer relation of the image data in the interface design file is used for converting into the covering relation of the image data in the interface description file;
and the name in the interface design file is used for assigning as the name in the interface description file.
In a third aspect, an embodiment of the present invention further provides a display method of a control, including:
determining an interface description file of a control in an application and suitable for analysis by a mobile terminal, wherein the interface description file has image data, a coverage relation and a name, the image data is derived from the image data in an interface design file of the control, the coverage relation is converted into a layer relation of the image data in the interface design file, and the name is derived from the name in the interface design file;
determining the interface style of the control according to the name;
on the basis of the interface style, drawing the image data according to the coverage relation to obtain a user interface of the control;
and displaying the user interface of the control.
On this basis, the name includes a name representing image data and a name representing a group to which the image data belongs, and determining the interface style of the control according to the name includes:
determining an interface style of the name mapping representing the image data as an interface style of the control;
alternatively, the first and second electrodes may be,
and determining an interface style representing the name mapping of the group as the interface style of the control.
On the basis, on the basis of the interface style, the drawing the image data according to the coverage relation to obtain the user interface of the control comprises the following steps:
and drawing the image data from bottom to top according to the coverage relation on the basis of the interface style to obtain the user interface of the control.
In a fourth aspect, an embodiment of the present invention further provides a file conversion apparatus, including
The design file determining module is used for determining an interface design file of a control in an application, wherein the interface design file has image data and a name;
the description file generation module is used for generating an interface description file suitable for analysis of the mobile terminal for the control;
the image data writing module is used for writing the image data into the interface description file;
the layer relation conversion module is used for converting the layer relation of the image data in the interface design file into a covering relation in the interface description file;
and the name assignment module is used for assigning the name in the interface design file to the name in the interface description file.
In a fifth aspect, an embodiment of the present invention further provides a file generation apparatus, including:
the design file determining module is used for generating an interface design file for a control in an application, wherein the interface design file has image data and a name; the interface design file is used for generating an interface description file suitable for analysis of the mobile terminal;
wherein the image data is used for writing the interface description file;
the layer relation of the image data in the interface design file is used for converting into the covering relation of the image data in the interface description file;
and the name in the interface design file is used for assigning as the name in the interface description file.
In a sixth aspect, an embodiment of the present invention further provides a display device of a control, including:
the description file determining module is used for determining an interface description file which is suitable for being analyzed by a mobile terminal and is of a control in an application, wherein the interface description file has image data, a covering relation and a name, the image data is derived from the image data in an interface design file of the control, the covering relation is converted from a layer relation of the image data in the interface design file, and the name is derived from the name in the interface design file;
the interface style determining module is used for determining the interface style of the control according to the name;
the image data drawing module is used for drawing the image data according to the coverage relation on the basis of the interface style so as to obtain the user interface of the control;
and the user interface display module is used for displaying the user interface of the control.
In a seventh aspect, an embodiment of the present invention further provides an electronic device, including:
one or more processors;
a memory for storing one or more programs;
when the one or more programs are executed by the one or more processors, the one or more processors implement a file conversion method according to the first aspect, a file generation method according to the second aspect, or a control display method according to the third aspect.
In an eighth aspect, the present invention further provides a computer-readable storage medium, on which a computer program is stored, which when executed by a processor implements the method for converting a file according to the first aspect, or the method for generating a file according to the second aspect, or the method for displaying a control according to the third aspect.
The method comprises the steps of determining an interface design file of a control in an application, generating an interface description file suitable for analysis of a mobile terminal for the control, writing image data into the interface description file, converting the layer relation of the image data in the interface design file into a covering relation in the interface description file, and assigning a name in the interface design file to be the name in the interface description file. Therefore, automatic conversion from the interface design file to the interface description file suitable for analysis by the mobile terminal is realized, the time cost for manually converting and splicing images by developers is saved, and the development efficiency of the developers is improved. Because the interface design file can be automatically converted into the interface description file, the repeated work between designers and developers is reduced, and the communication cost between the designers and the developers is also reduced.
Drawings
Fig. 1 is a flowchart of a file conversion method according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating a relationship between groups and layers in a document in a psd format according to an embodiment of the present invention;
FIG. 3 is a diagram of a tree according to an embodiment of the present invention;
fig. 4 is a flowchart of a file conversion method according to a second embodiment of the present invention;
fig. 5 is a flowchart of a file generation method according to a third embodiment of the present invention;
fig. 6 is a flowchart of a display method of a control according to a fourth embodiment of the present invention;
fig. 7 is a flowchart of a display method of a control according to a fifth embodiment of the present invention;
fig. 8 is a file conversion apparatus according to a sixth embodiment of the present invention;
fig. 9 is a file generating apparatus according to a seventh embodiment of the present invention;
fig. 10 is a display device of a control according to an eighth embodiment of the present invention;
fig. 11 is a schematic structural diagram of an electronic device according to a ninth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of a file conversion method according to an embodiment of the present invention. The method and the device are suitable for obtaining the scene of the interface description file according to the interface design file of the control in the application. The method may be performed by a file conversion apparatus, which may be implemented by software and/or hardware, and may be configured in a computer device, such as a server, a workstation, a personal computer, and the like, and specifically includes the following steps:
s101, determining an interface design file of a control in an application. The interface design file has image data and a name.
An application may be understood as software or the like having an interface in an electronic device. The application includes graphics without code support and controls that include code logic.
Controls refer to the encapsulation of data and methods. The control can have its own properties and methods, wherein the properties are simple visitors of the control data, the methods are some simple and visible functions of the control, the control creating process comprises designing, developing and debugging work, and then the use of the control. In the design tense, the control is displayed in a frame in the development environment. The method for designing the control in the tense cannot be called, the control cannot be directly operated interactively with the end user, and all functions of the control are not required to be realized. In the run state, the control operates in an application that does already run. The control must correctly represent itself, which requires processing of method calls and effective cooperation with other controls. In general, a control can be understood to include both the graphics seen by the user and the logic behind the graphics.
The interface design file can be a file generated by various drawing software, such as a psd format file generated by photoshop, a dwg format file generated by CAD software, and a MAX format file generated by 3D-MAX software. Taking a psd-format document generated by photoshop as an example, the structure of the psd file is as follows: file header information, a color mapping table, image resources, layer and mask information, and image data. The interface design file has image data and a name therein. The image data comprises the images included in all layers in the design file and the related data describing these images. The name refers to a layer name of each layer and a group name of a group consisting of the layer or the group in the interface design file.
Specifically, an interface design file of an application is determined, the interface design file embodies information of all controls on a user data level, and the interface design file includes image data describing a spatial image and a name describing an identification number of a layer or a group.
And S102, generating an interface description file suitable for analysis of the mobile terminal for the control.
The interface description file is a file type that can be directly parsed by the mobile terminal. And the mobile terminal displays the control on the display equipment by analyzing the interface description file.
The type of the interface description file is determined, and generally, the mapping relationship between the interface description file and the interface design file is also different according to different scenes used by the control. The interface description file may be adapted to a windows system, an android system, an apple system, and the like.
Specifically, it can be understood that the conversion from the interface design file in which the control is located to the interface description file is realized through what mapping relationship.
And S103, writing the image data into the interface description file.
Taking the document in the psd format as an example, the graphic data in the document in the psd format is described in a layer manner. Meanwhile, the layer may belong to a certain group or directly belong to the root directory. Fig. 2 is a diagram illustrating a relationship between groups and layers in a document in a psd format according to an embodiment of the present invention.
In one possible implementation, the image data in the psd formatted document is read and recorded in top-down order. Referring to fig. 2, can be recorded as: button control 1 (text control 1-picture control 1) -text control 2-picture control 2-list control 1 (text control 2-button control 2-picture control 3) -drop-down box control 1-button control 3 (text control 4-button control 4-picture control 4).
In a possible implementation manner, image data in a psd-format document may be read in a loop, and the read result is stored in a tree manner, and fig. 3 is a structure diagram of a tree according to an embodiment of the present invention. Referring to fig. 3, a leaf node text control 1 and a picture control 1 are associated with a node button control 1; the leaf node text control 2, the button control 2 and the picture control 3 are associated with a node list control 1; the leaf node text control 4, the button control 4 and the picture control 4 are associated with the node button control 3.
Specifically, the stored image data is written into the interface description file in a corresponding reading mode.
And S104, converting the layer relation of the image data in the interface design file into a covering relation in the interface description file.
Each layer is composed of a number of pixels, which in turn form the whole image by means of an overlap. By contrast, each layer appears to be a transparent 'glass', the content of the layer is drawn on the 'glasses', if the 'glasses' have nothing, the layer is a completely transparent empty image layer, and when each 'glass' has an image, all the layers are overlooked from top to bottom, so that the image display effect is formed. Therefore, the layer relation of the layers above or below determines the superposition effect of the images seen by people.
In one possible implementation, the image data in the psd formatted document is read in top-down order and recorded. It is understood that the layer that is read first is located approximately on top of the image. Referring to fig. 2, it can be understood that button control 1 is located at an upper level of list control 1, and in this group of layers of the diagram of button control 1, text control 1 is located at an upper level of picture control 1.
In a feasible implementation manner, image data in a psd-format document is read in a circulating manner, and when the read result is stored in a tree manner, the stacking manner between layers or groups can be determined in a manner of stacking from front to back in sequence and downwards on the same layer.
And S105, assigning the name in the interface design file as the name in the interface description file.
And determining the name of the layer or the group in the interface design file, and using the name as the name of the control in the interface description file.
Generally, the named specification can be determined according to the format of the interface description file, and the interface design file is a psd format document, and the interface description file is an xml format document for example. Naming the psd documents by the specifications defined by the programs, and analyzing the psd documents according to the specifications of the psd format description in the psd documents, thereby generating xml files of each level and corresponding picture resources.
For example, a button control in android, a prefix button may be used to name the button control in the layer group of the psd document to represent that the layer group is the button control. Then, some elements of the button can be placed in the layer group, and a text layer and a picture layer are placed in the layer group by using the common button. For example, a RecycleView control of an android is named by using a prefix RecycleView to represent that a graph layer group is the RecycleView control, namely a list control in the android, Item naming is content in a list page, and a list in the graph page consists of text and background pictures.
The method and the device for generating the interface description file are characterized in that the interface design file of a control in an application is determined, the interface description file suitable for being analyzed by a mobile terminal is generated for the control, image data are written into the interface description file, the layer relation of the image data in the interface design file is converted into the covering relation in the interface description file, and the name in the interface design file is assigned to the name in the interface description file. Therefore, automatic conversion from the interface design file to the interface description file suitable for analysis by the mobile terminal is realized, the time cost for manually converting and splicing images by developers is saved, and the development efficiency of the developers is improved. Because the interface design file can be automatically converted into the interface description file, the repeated work between designers and developers is reduced, and the communication cost between the designers and the developers is also reduced.
Example two
Fig. 4 is a flowchart of a file conversion method according to a second embodiment of the present invention. The embodiment is a refinement based on the first embodiment, and describes in detail a specific way of converting the layer relationship of the image data in the interface design file into the overlay relationship in the interface description file and assigning the name in the interface design file to the name in the interface description file. The method specifically comprises the following steps:
s201, determining an interface design file of a control in an application.
And S202, generating an interface description file suitable for analysis of the mobile terminal for the control.
Determining an interface design file of an application, wherein the interface design file embodies information of all controls on a user data layer, and the interface design file comprises image data for describing the space image and names for describing identification numbers of layers or groups. And determining the mapping relation of the interface design file where the control is located to realize the conversion to the interface description file.
S203, converting the image data in the interface design file into target image data suitable for screen display of the mobile terminal.
Since the unit used for the image data in the interface design file is a pixel, it means a minimum unit in an image represented by one number sequence. The unit of target image data displayed on the screen of the mobile terminal is resolution, and the resolution (screen resolution) is the precision of the screen image, which means how many pixels can be displayed on the display. Since the dots, lines and planes on the screen are all composed of pixels, the more pixels the display can display, the finer the picture is, and the more information can be displayed in the same screen area, so that the resolution is a very important performance index. The whole image can be thought of as a large chessboard, and the resolution is expressed by the number of all the longitude and latitude intersections. Under the condition of a certain display resolution, the smaller the display screen is, the clearer the image is, on the contrary, when the size of the display screen is fixed, the clearer the image is when the display resolution is higher.
To realize the conversion of the pixels of the image data and the resolution of the screen of the mobile terminal, it is first necessary to determine a conversion ratio between the pixels and the resolution, and then multiply the image data by the conversion ratio to obtain target image data.
Take a 1080 × 1920 resolution mobile terminal as an example: the canvas of the psd document is displayed at a 0.33 ratio of resolution, then the computational notations are:
w=W*RATIO;
h=H*RATIO;
w is the actual width at the mobile terminal, H is the actual height at the mobile terminal, W H is the resolution 1080 x 1920, and RATIO is the scaling RATIO. The size percentage of the control in the mobile terminal is the control width/w and the control height/h, and since the position of the percentage layout needs to subtract the size of the control, the x position of the control is the position of the control in the psd document: x/w-control width, control y position is the control's position in psd: y/w-control is high.
And S204, writing the target image data into the interface description file.
S205, converting the layer relation of the image data in the interface design file into a covering relation in the interface description file.
The specific manner of writing the target image data determined according to the conversion ratio into the interface description file, and converting the layer relationship of the image data in the interface design file into the overlay relationship in the interface description file may refer to the specific manner of steps S103 to S104 in embodiment one.
S206, determining the group to which the image data belongs in the interface design file.
In a document in the psd format, image data is represented by layers and groups. No matter how many layers are in the layer group, the folded layer group only occupies the space equivalent to one layer, and the layers are convenient to manage. Generally speaking, the image layer is a film containing elements such as characters or figures, and the image layers are stacked together in sequence and combined to form the final effect of the page.
And S207, assigning the name of the image data in the interface design file to the name of the image data in the interface description file.
And S208, assigning the names of the groups in the interface description file as the names of the controls in the interface description file.
When the time when the image data or the name of a group is consistent with the preset name is detected in the interface design file, a corresponding control is established in the interface description file. Assigning the name of the image data in the interface design file to the name of the image data in the interface description file; and assigning the names and the assignments of the groups in the interface description file as the names of the controls in the interface description file.
The method and the device for generating the interface description file are characterized in that the interface design file of a control in an application is determined, the interface description file suitable for being analyzed by a mobile terminal is generated for the control, image data are written into the interface description file, the layer relation of the image data in the interface design file is converted into the covering relation in the interface description file, and the name in the interface design file is assigned to the name in the interface description file. And realizing the self-adaptive conversion of the control image data from the pixels to the screen of the mobile terminal according to the conversion ratio between the pixels and the resolution. Therefore, automatic conversion from the interface design file to the interface description file suitable for analysis by the mobile terminal is realized, the time cost for manually converting and splicing images by developers is saved, and the development efficiency of the developers is improved. Because the interface design file can be automatically converted into the interface description file, the repeated work between designers and developers is reduced, and the communication cost between the designers and the developers is also reduced.
EXAMPLE III
Fig. 5 is a flowchart of a file generation method according to a third embodiment of the present invention. The method and the device are suitable for generating the scene of the interface design file for the control in the application. The method may be performed by a file generating apparatus, which may be implemented by software and/or hardware, and may be configured in a computer device, such as a server, a workstation, a personal computer, and the like, and specifically includes the following steps:
s301, generating an interface design file for the control in the application.
The interface design file has image data and a name; the interface design file is used for generating an interface description file suitable for analysis of the mobile terminal;
wherein the image data is used for writing the interface description file;
the layer relation of the image data in the interface design file is used for converting into the covering relation of the image data in the interface description file;
and the name in the interface design file is used for assigning as the name in the interface description file.
And generating a corresponding interface design file according to the control in the application. The interface design file embodies the information of all controls on a user data level, and the interface design file comprises image data for describing the space image and the name of an identification number for describing a layer or a group. And circularly reading the image data in the document in the psd format, storing the read result in a tree mode, and writing the stored image data into an interface description file in a corresponding reading mode. And circularly reading the image data in the document in the psd format, and determining the superposition mode between layers or groups according to a mode of downwards superposing from front to back on the same layer when the read result is stored in a tree mode. And determining the name of the layer or the group in the interface design file, and using the name as the name of the control in the interface description file. Generally, the named specification can be determined according to the format of the interface description file, and the interface design file is a psd format document, and the interface description file is an xml format document for example. Naming the psd documents by the specifications defined by the programs, and analyzing the psd documents according to the specifications of the psd format description in the psd documents, thereby generating xml files of each level and corresponding picture resources.
The embodiment of the invention generates the interface design file by the control in the application. Therefore, automatic conversion from the interface design file to the interface description file suitable for analysis by the mobile terminal is realized, the time cost for manually converting and splicing images by developers is saved, and the development efficiency of the developers is improved. Because the interface design file can be automatically converted into the interface description file, the repeated work between designers and developers is reduced, and the communication cost between the designers and the developers is also reduced.
Example four
Fig. 6 is a flowchart of a display method of a control according to a fourth embodiment of the present invention. The method and the device are suitable for determining the interface description file of the control in the application and suitable for the analysis of the mobile terminal, drawing the image data according to the interface description file and displaying the scene of the user interface. The method can be executed by a display device of a control, the display device of the control can be implemented by software and/or hardware, and can be configured in computer equipment, such as a server, a workstation, a personal computer, and the like, and the method specifically includes the following steps:
s401, determining an interface description file of a control in an application and suitable for analysis of the mobile terminal.
The interface description file is a file type that can be directly parsed by the mobile terminal. And the mobile terminal displays the control on the display equipment by analyzing the interface description file.
The interface description file has image data, an overlay relationship, and a name. The image data is derived from the image data in the interface design file of the control, the coverage relation is converted into the layer relation of the image data in the interface design file, and the name is derived from the name in the interface design file. It is understood that the interface description file is converted according to the interface design file of the control.
S402, determining the interface style of the control according to the name.
In general, a particular control name in an interface description file may correspond to a default interface style, e.g., a RecycleView may correspond to a circular list, and a ListView may correspond to a non-circular (sequential list). The description of the other controls may refer to table one:
table one:
Figure BDA0002354139820000161
and the control name is preset, and when the name in the interface description file is consistent with the preset control name, the interface style of the basis of the control can be determined according to the name in the interface description file.
And S403, drawing the image data according to the coverage relation on the basis of the interface style to obtain the user interface of the control.
Specifically, the name of a layer group in the interface design file may correspond to a control, and therefore, the basic interface style needs to be modified according to information of other layers in the layer group. The information of the other layers may include image data and overlay relationships. Taking a cyclic list represented by RecycleView as an example, the graph layer group in which the cyclic list is located also comprises other graph layers, so as to add special effects to the frame of the list, add characters to the header of the list and add pictures to the background of the list. Adding pictures to the background of the list, special effects to the frame of the list and characters to the header of the list from bottom to top in sequence according to the covering relationship among the layers, and superposing the layers according to the covering relationship to finally obtain the user interface of the control.
And S404, displaying the user interface of the control.
The user interface is implemented by the concatenation of controls. And after the interface description file is determined, displaying the interface description file according to the control in the interface description file.
The embodiment of the invention determines the interface description file of the control in an application and suitable for the analysis of the mobile terminal, determines the interface style of the control according to the name, and draws image data according to the coverage relation on the basis of the interface style to obtain the user interface of the control and display the user interface of the control. Therefore, automatic conversion from the interface design file to the interface description file suitable for analysis by the mobile terminal is realized, the time cost for manually converting and splicing images by developers is saved, and the development efficiency of the developers is improved. Because the interface design file can be automatically converted into the interface description file, the repeated work between designers and developers is reduced, and the communication cost between the designers and the developers is also reduced.
EXAMPLE five
Fig. 7 is a flowchart of a display method of a control according to a fifth embodiment of the present invention. The embodiment is a refinement performed on the basis of the fourth embodiment, which describes in detail a specific manner of drawing the image data according to the coverage relation on the basis of the interface style to obtain the user interface of the control and display the user interface. The method specifically comprises the following steps:
s501, determining an interface description file of a control in an application and suitable for analysis of the mobile terminal.
The interface description file is a file type that can be directly parsed by the mobile terminal. And the mobile terminal displays the control on the display equipment by analyzing the interface description file.
The interface description file has image data, an overlay relationship, and a name. The image data is derived from the image data in the interface design file of the control, the coverage relation is converted into the layer relation of the image data in the interface design file, and the name is derived from the name in the interface design file. It is understood that the interface description file is converted according to the interface design file of the control. The name includes a name indicating the image data and a name of a group to which the image data belongs.
S502, determining the interface style of the name mapping of the representation image data as the interface style of the control.
S503, determining an interface style representing the name mapping of the group as the interface style of the control.
Generally, statistics will be performed according to the names of the controls corresponding to a basic interface style in the interface description file. When finding out that the name of image data or the name of a group can be found from the corresponding statistical list from the interface description file, searching for the interface style corresponding to the name of the image data or the name of the group respectively. And taking the style corresponding to the name as the interface style of the control.
S504, on the basis of the interface style, drawing the image data from bottom to top according to the coverage relation to obtain the user interface of the control.
And S505, displaying the user interface of the control.
And covering relation is further included between the layers to represent the presented layer effect. And drawing image data from bottom to top in sequence according to the covering relation among the layers to obtain the user interface of the control.
Specifically, the specific implementation manners of steps S504-S505 can refer to the implementation manners of steps S403-S404 in the fourth embodiment.
EXAMPLE six
Fig. 8 is a file conversion apparatus according to a sixth embodiment of the present invention, including: a design file determining module 61, a description file generating module 62, an image data writing module 63, a layer relation converting module 64 and a name assigning module 65. Wherein:
the design file determining module 61 is configured to determine an interface design file of a control in an application, where the interface design file has image data and a name;
the description file generation module 62 is configured to generate an interface description file suitable for analysis by the mobile terminal for the control;
an image data writing module 63, configured to write the image data into the interface description file;
a layer relation conversion module 64, configured to convert the layer relation of the image data in the interface design file into a covering relation in the interface description file;
and a name assignment module 65, configured to assign a name in the interface design file to a name in the interface description file.
The method and the device for generating the interface description file are characterized in that the interface design file of a control in an application is determined, the interface description file suitable for being analyzed by a mobile terminal is generated for the control, image data are written into the interface description file, the layer relation of the image data in the interface design file is converted into the covering relation in the interface description file, and the name in the interface design file is assigned to the name in the interface description file. Therefore, automatic conversion from the interface design file to the interface description file suitable for analysis by the mobile terminal is realized, the time cost for manually converting and splicing images by developers is saved, and the development efficiency of the developers is improved. Because the interface design file can be automatically converted into the interface description file, the repeated work between designers and developers is reduced, and the communication cost between the designers and the developers is also reduced.
On the basis of the above embodiment, the image data writing module 63 includes:
the target image data conversion submodule is used for converting the image data in the interface design file into target image data suitable for screen display of the mobile terminal;
and the interface description file writing submodule is used for writing the target image data into the interface description file.
On the basis of the above embodiment, the target image data converting sub-module includes:
a conversion ratio determination unit for determining a conversion ratio between pixels of the image data and a resolution of a screen of the mobile terminal;
and a target image data obtaining unit for multiplying the image data by the conversion ratio to obtain target image data.
On the basis of the above embodiment, the name assignment module 65 includes:
the group determination submodule is used for determining the group to which the image data belongs in the interface design file;
the image data name assignment submodule is used for assigning the name of the image data in the interface design file to the name of the image data in the interface description file;
and the group name assignment submodule is used for assigning the name and the assignment of the group in the interface description file to the name of the control in the interface description file.
The file conversion device provided by the embodiment can be used for executing the file conversion method provided by the first embodiment and the second embodiment, and has corresponding functions and beneficial effects.
EXAMPLE seven
Fig. 9 is a file generating apparatus according to a seventh embodiment of the present invention, including:
a design file determining module 71, configured to generate an interface design file for a control in an application, where the interface design file has image data and a name; the interface design file is used for generating an interface description file suitable for analysis of the mobile terminal;
wherein the image data is used for writing the interface description file;
the layer relation of the image data in the interface design file is used for converting into the covering relation of the image data in the interface description file;
and the name in the interface design file is used for assigning as the name in the interface description file.
The embodiment of the invention generates the interface design file by the control in the application. Therefore, automatic conversion from the interface design file to the interface description file suitable for analysis by the mobile terminal is realized, the time cost for manually converting and splicing images by developers is saved, and the development efficiency of the developers is improved. Because the interface design file can be automatically converted into the interface description file, the repeated work between designers and developers is reduced, and the communication cost between the designers and the developers is also reduced.
Example eight
Fig. 10 is a display device of a control according to an eighth embodiment of the present invention, including: a description file determining module 81, an interface style determining module 82, an image data drawing module 83, and a user interface display module 84.
Wherein:
the description file determining module 81 is configured to determine an interface description file, which is suitable for being analyzed by a mobile terminal, of a control in an application, where the interface description file has image data, an overlay relationship, and a name, where the image data is derived from image data in an interface design file of the control, the overlay relationship is converted into a layer relationship of the image data in the interface design file, and the name is derived from the name in the interface design file;
an interface style determining module 82, configured to determine an interface style of the control according to the name;
the image data drawing module 83 is configured to draw the image data according to the coverage relation on the basis of the interface style to obtain the user interface of the control;
and a user interface display module 84, configured to display a user interface of the control.
The embodiment of the invention determines the interface description file of the control in an application and suitable for the analysis of the mobile terminal, determines the interface style of the control according to the name, and draws image data according to the coverage relation on the basis of the interface style to obtain the user interface of the control and display the user interface of the control. Therefore, automatic conversion from the interface design file to the interface description file suitable for analysis by the mobile terminal is realized, the time cost for manually converting and splicing images by developers is saved, and the development efficiency of the developers is improved. Because the interface design file can be automatically converted into the interface description file, the repeated work between designers and developers is reduced, and the communication cost between the designers and the developers is also reduced.
On the basis of the above embodiment, the interface style determining module 82 includes:
the interface style mapping submodule is used for determining the interface style of the name mapping of the representation image data as the interface style of the control;
on the basis of the above embodiment, the interface style determining module 82 includes:
and the group mapping submodule is used for determining an interface style representing the name mapping of the group as the interface style of the control.
On the basis of the above embodiment, the image data drawing module 83 includes:
and the image data position sub-module is used for drawing the image data from bottom to top according to the coverage relation on the basis of the interface style so as to obtain the user interface of the control.
The display device of the control provided by the embodiment can be used for executing the display method of the control provided by the fourth embodiment and the fifth embodiment, and has corresponding functions and beneficial effects.
Example nine
Fig. 11 is a schematic structural diagram of an electronic device according to a ninth embodiment of the present invention. As shown in fig. 11, the electronic apparatus includes a processor 90, a memory 91, a communication module 92, an input device 93, and an output device 94; the number of the processors 90 in the electronic device may be one or more, and one processor 90 is taken as an example in fig. 11; the processor 90, the memory 91, the communication module 92, the input device 93 and the output device 94 in the electronic apparatus may be connected by a bus or other means, and the bus connection is exemplified in fig. 11.
The memory 91 is a computer-readable storage medium, and can be used for storing software programs, computer-executable programs, and modules corresponding to a file conversion method (for example, the document-count determination module 61, the description file generation module 62, the image data writing module 63, the layer relation conversion module 64, and the name assignment module 65 in a file conversion apparatus) in this embodiment.
The memory 91, as a computer-readable storage medium, may be used to store software programs, computer-executable programs, and modules, such as a module corresponding to a file generation method in the present embodiment (for example, the design file determination module 71 in a file generation apparatus).
The memory 91 is a computer-readable storage medium, and can be used to store software programs, computer-executable programs, and modules corresponding to the display method of a control in the present embodiment (for example, the description file determining module 81, the interface style determining module 82, the image data drawing module 83, and the user interface display module 84 in the display device of a control).
The processor 90 executes various functional applications and data processing of the electronic device by executing software programs, instructions and modules stored in the memory 91, that is, implements a file conversion method, a file generation method, or a control display method as described above.
The memory 91 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to use of the electronic device, and the like. Further, the memory 91 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory 91 may further include memory located remotely from the processor 90, which may be connected to the electronic device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
And the communication module 92 is used for establishing connection with the display screen and realizing data interaction with the display screen. The input device 93 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the electronic apparatus. .
The electronic device provided by this embodiment can execute the file conversion method provided by the first embodiment and the second embodiment of the present invention; the third embodiment provides a file generation method; the display method of the control provided by the fourth and fifth embodiments has corresponding functions and beneficial effects.
Example ten
Embodiments of the present invention also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, perform a method for converting a file, the method including:
determining an interface design file of a control in an application, wherein the interface design file has image data and a name;
generating an interface description file suitable for analysis of the mobile terminal for the control;
writing the image data into the interface description file;
converting the layer relation of the image data in the interface design file into a covering relation in the interface description file;
and assigning the name in the interface design file as the name in the interface description file.
Or, the method for generating a file is executed, and the method includes:
generating an interface design file for a control in an application, wherein the interface design file has image data and a name; the interface design file is used for generating an interface description file suitable for analysis of the mobile terminal;
wherein the image data is used for writing the interface description file;
the layer relation of the image data in the interface design file is used for converting into the covering relation of the image data in the interface description file;
and the name in the interface design file is used for assigning as the name in the interface description file.
Or, the method is used for executing a display method of the control, and the method comprises the following steps:
determining an interface description file of a control in an application and suitable for analysis by a mobile terminal, wherein the interface description file has image data, a coverage relation and a name, the image data is derived from the image data in an interface design file of the control, the coverage relation is converted into a layer relation of the image data in the interface design file, and the name is derived from the name in the interface design file;
determining the interface style of the control according to the name;
on the basis of the interface style, drawing the image data according to the coverage relation to obtain a user interface of the control;
and displaying the user interface of the control.
Of course, the storage medium provided by the embodiment of the present invention contains computer-executable instructions, and the computer-executable instructions are not limited to the method operations described above, and may also perform a file conversion method, or a file generation method, or a related operation in a display method of a control provided by any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes instructions for enabling a computer electronic device (which may be a personal computer, a server, or a network electronic device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the above-mentioned file conversion apparatus, or a file generation apparatus, or a display apparatus of a control, the units and modules included in the above-mentioned embodiment are only divided according to functional logic, but are not limited to the above-mentioned division, as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (13)

1. A method for converting a file, comprising
Determining an interface design file of a control in an application, wherein the interface design file has image data and a name;
generating an interface description file suitable for analysis of the mobile terminal for the control;
writing the image data into the interface description file;
converting the layer relation of the image data in the interface design file into a covering relation in the interface description file;
and assigning the name in the interface design file as the name in the interface description file.
2. The method of claim 1, wherein writing the image data to the interface description file comprises:
converting the image data in the interface design file into target image data suitable for screen display of the mobile terminal;
and writing the target image data into the interface description file.
3. The method according to claim 2, wherein the converting the image data in the interface design file into the target image data suitable for the screen display of the mobile terminal comprises:
determining a conversion ratio between pixels of the image data and a resolution of a screen of the mobile terminal;
and multiplying the image data by the conversion ratio to obtain target image data.
4. The method according to any one of claims 1-3, wherein assigning the name in the interface design file to the name in the interface description file comprises:
determining a group to which the image data belongs in the interface design file;
assigning the name of the image data in the interface design file to the name of the image data in the interface description file;
and assigning the names and the assignments of the groups in the interface description file as the names of the controls in the interface description file.
5. A file generation method is characterized by comprising the following steps:
generating an interface design file for a control in an application, wherein the interface design file has image data and a name; the interface design file is used for generating an interface description file suitable for analysis of the mobile terminal;
wherein the image data is used for writing the interface description file;
the layer relation of the image data in the interface design file is used for converting into the covering relation of the image data in the interface description file;
and the name in the interface design file is used for assigning as the name in the interface description file.
6. A display method of a control is characterized by comprising the following steps:
determining an interface description file of a control in an application and suitable for analysis by a mobile terminal, wherein the interface description file has image data, a coverage relation and a name, the image data is derived from the image data in an interface design file of the control, the coverage relation is converted into a layer relation of the image data in the interface design file, and the name is derived from the name in the interface design file;
determining the interface style of the control according to the name;
on the basis of the interface style, drawing the image data according to the coverage relation to obtain a user interface of the control;
and displaying the user interface of the control.
7. The method of claim 6, wherein the name comprises a name representing image data and a name representing a group to which the image data belongs, and wherein determining the interface style of the control according to the name comprises:
determining an interface style of the name mapping representing the image data as an interface style of the control;
alternatively, the first and second electrodes may be,
and determining an interface style representing the name mapping of the group as the interface style of the control.
8. The method of claim 6, wherein the rendering the image data in the overlay relationship based on the interface style to obtain the user interface of the control comprises:
and drawing the image data from bottom to top according to the coverage relation on the basis of the interface style to obtain the user interface of the control.
9. A file conversion device is characterized by comprising
The design file determining module is used for determining an interface design file of a control in an application, wherein the interface design file has image data and a name;
the description file generation module is used for generating an interface description file suitable for analysis of the mobile terminal for the control;
the image data writing module is used for writing the image data into the interface description file;
the layer relation conversion module is used for converting the layer relation of the image data in the interface design file into a covering relation in the interface description file;
and the name assignment module is used for assigning the name in the interface design file to the name in the interface description file.
10. An apparatus for generating a file, comprising:
the design file determining module is used for generating an interface design file for a control in an application, wherein the interface design file has image data and a name; the interface design file is used for generating an interface description file suitable for analysis of the mobile terminal;
wherein the image data is used for writing the interface description file;
the layer relation of the image data in the interface design file is used for converting into the covering relation of the image data in the interface description file;
and the name in the interface design file is used for assigning as the name in the interface description file.
11. A display device for a control, comprising:
the description file determining module is used for determining an interface description file which is suitable for being analyzed by a mobile terminal and is of a control in an application, wherein the interface description file has image data, a covering relation and a name, the image data is derived from the image data in an interface design file of the control, the covering relation is converted from a layer relation of the image data in the interface design file, and the name is derived from the name in the interface design file;
the interface style determining module is used for determining the interface style of the control according to the name;
the image data drawing module is used for drawing the image data according to the coverage relation on the basis of the interface style so as to obtain the user interface of the control;
and the user interface display module is used for displaying the user interface of the control.
12. An electronic device, comprising:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a method of converting a file according to any one of claims 1-4, or a method of generating a file according to claim 5, or a method of displaying a control according to any one of claims 6-8.
13. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements a method of converting a file according to any one of claims 1 to 4, or a method of generating a file according to claim 5, or a method of displaying a control according to any one of claims 6 to 8.
CN202010002840.7A 2020-01-02 2020-01-02 File and control processing method, device, equipment and storage medium thereof Pending CN111190519A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010002840.7A CN111190519A (en) 2020-01-02 2020-01-02 File and control processing method, device, equipment and storage medium thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010002840.7A CN111190519A (en) 2020-01-02 2020-01-02 File and control processing method, device, equipment and storage medium thereof

Publications (1)

Publication Number Publication Date
CN111190519A true CN111190519A (en) 2020-05-22

Family

ID=70709657

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010002840.7A Pending CN111190519A (en) 2020-01-02 2020-01-02 File and control processing method, device, equipment and storage medium thereof

Country Status (1)

Country Link
CN (1) CN111190519A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111984359A (en) * 2020-08-31 2020-11-24 湖南快乐阳光互动娱乐传媒有限公司 Dynamic generation and rendering method and device for control
CN113485707A (en) * 2021-07-26 2021-10-08 亿览在线网络技术(北京)有限公司 Method for automatically checking UI (user interface)
CN113835704A (en) * 2021-09-27 2021-12-24 中电金信软件有限公司 Layout file generation method, device, equipment and storage medium
CN115495079A (en) * 2022-09-30 2022-12-20 南京芯传汇电子科技有限公司 Dynamic Qt interface generation method and system based on PSD file format

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101334728A (en) * 2008-07-28 2008-12-31 北京航空航天大学 Interface creating method and platform based on XML document description
CN102270109A (en) * 2011-08-23 2011-12-07 上海网达软件有限公司 Self-converting method and system for user interfaces with different resolutions
CN103440127A (en) * 2013-08-19 2013-12-11 中国电子科技集团公司第十五研究所 Software graphical interface drawing method and system
CN104484171A (en) * 2014-12-11 2015-04-01 深圳市路通网络技术有限公司 System, method and associated equipment for designing terminal interface
CN105786506A (en) * 2016-02-26 2016-07-20 珠海金山网络游戏科技有限公司 User interface automatic-generation system and method
CN108829474A (en) * 2018-05-28 2018-11-16 深圳市共进电子股份有限公司 Adaptation method, device, mobile terminal and the storage medium at mobile terminal interface
CN108984172A (en) * 2018-05-31 2018-12-11 北京奇艺世纪科技有限公司 A kind of generation method and device of interface file

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101334728A (en) * 2008-07-28 2008-12-31 北京航空航天大学 Interface creating method and platform based on XML document description
CN102270109A (en) * 2011-08-23 2011-12-07 上海网达软件有限公司 Self-converting method and system for user interfaces with different resolutions
CN103440127A (en) * 2013-08-19 2013-12-11 中国电子科技集团公司第十五研究所 Software graphical interface drawing method and system
CN104484171A (en) * 2014-12-11 2015-04-01 深圳市路通网络技术有限公司 System, method and associated equipment for designing terminal interface
CN105786506A (en) * 2016-02-26 2016-07-20 珠海金山网络游戏科技有限公司 User interface automatic-generation system and method
CN108829474A (en) * 2018-05-28 2018-11-16 深圳市共进电子股份有限公司 Adaptation method, device, mobile terminal and the storage medium at mobile terminal interface
CN108984172A (en) * 2018-05-31 2018-12-11 北京奇艺世纪科技有限公司 A kind of generation method and device of interface file

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111984359A (en) * 2020-08-31 2020-11-24 湖南快乐阳光互动娱乐传媒有限公司 Dynamic generation and rendering method and device for control
CN113485707A (en) * 2021-07-26 2021-10-08 亿览在线网络技术(北京)有限公司 Method for automatically checking UI (user interface)
CN113835704A (en) * 2021-09-27 2021-12-24 中电金信软件有限公司 Layout file generation method, device, equipment and storage medium
CN115495079A (en) * 2022-09-30 2022-12-20 南京芯传汇电子科技有限公司 Dynamic Qt interface generation method and system based on PSD file format

Similar Documents

Publication Publication Date Title
CN111190519A (en) File and control processing method, device, equipment and storage medium thereof
KR101890831B1 (en) Method for Providing E-Book Service and Computer Program Therefore
CN101421761A (en) Visual and scene graph interfaces
CN106095437A (en) The implementation method of the layout type of user interface RTL from right to left and device
CN110674227A (en) Method, system, medium and terminal for generating data visualization chart and page
CN109949391B (en) Image-text drawing method, image-text drawing device, electronic equipment and storage medium
CN110474836A (en) A kind of email template generation method, calculates equipment and medium at device
CN109636885B (en) Sequential frame animation production method and system for H5 page
CN115757272A (en) Method and system for converting HTML file into OFD file
CN106776994B (en) Application method and system of engineering symbols in engineering report forms and web pages
CN107861711B (en) Page adaptation method and device
CN105956133B (en) Method and device for displaying file on intelligent terminal
CN114647409A (en) Large-screen visualization application creation platform, method, computing device and storage medium
CN110012338A (en) A kind of method, apparatus, computer equipment and storage medium showing barrage data
CN108241491A (en) A kind of Composing Method of Mixing and device
US20090002386A1 (en) Graphical Representation Creation Mechanism
CN109814778B (en) Method and device for realizing small program tab, electronic equipment and medium
CN102801936B (en) Method for realizing on screen display
CN114154095A (en) Page picture generation method, device, equipment and storage medium
CN115357696A (en) Dynamic chart billboard display method based on components and related equipment
CN112417345B (en) Rendering method, rendering device, electronic equipment and storage medium
CN115375812A (en) CAD data rendering method and device, electronic equipment and storage medium
CN115018975A (en) Data set generation method and device, electronic equipment and storage medium
CN109684751B (en) Method, device, equipment and system for calling large sample graph of fabricated building
CN110362790B (en) Font file processing method and device, electronic equipment and readable storage medium

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200522

RJ01 Rejection of invention patent application after publication