CN105700925B - A kind of interface implementing method and device of APP - Google Patents

A kind of interface implementing method and device of APP Download PDF

Info

Publication number
CN105700925B
CN105700925B CN201610022530.5A CN201610022530A CN105700925B CN 105700925 B CN105700925 B CN 105700925B CN 201610022530 A CN201610022530 A CN 201610022530A CN 105700925 B CN105700925 B CN 105700925B
Authority
CN
China
Prior art keywords
app
font
control
interface
root node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610022530.5A
Other languages
Chinese (zh)
Other versions
CN105700925A (en
Inventor
梁冬洋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Huaxun Ark Photoelectric Technology Co ltd
Original Assignee
Shenzhen Cct Software Information Co Ltd
Shenzhen Huaxun Ark 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 Shenzhen Cct Software Information Co Ltd, Shenzhen Huaxun Ark Technology Co Ltd filed Critical Shenzhen Cct Software Information Co Ltd
Priority to CN201610022530.5A priority Critical patent/CN105700925B/en
Publication of CN105700925A publication Critical patent/CN105700925A/en
Application granted granted Critical
Publication of CN105700925B publication Critical patent/CN105700925B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses the interface implementing method of APP a kind of and devices, wherein, the method, it include: first root node corresponded to element/control each in APP design interface in the first XML file, for the title of first root node by interface title and element/control title forms, a child node of first root node corresponds to a look & feel attribute of the element/control;Using first XML file as the configuration file of the APP;In the APP business logic codes, the first root node name corresponding to element/control with design interface names the element/control;The APP business logic codes are compiled according to the configuration file of the APP, generate the executable file of the APP.

Description

APP interface implementation method and device
Technical Field
The invention relates to the technical field of mobile internet development, in particular to an APP interface implementation method and device.
Background
The APP is abbreviated as english Application, and due to the popularity of smart phones such as iPhone, the APP is often specific to third-party Application programs of mobile terminals such as smart phones. Along with the popularization of mobile terminal devices such as smart phones and tablet computers, people are gradually used to the mode of surfing the internet by using an APP client, the APP is not only simple as one client on the mobile device at present, and nowadays, the APP software of the official part of a manufacturer can be downloaded on a plurality of devices to carry out wireless control on different products. For example, official APPs of Android and iOS have been introduced by japanese heavenly and marangy among audio manufacturers, and can perform wireless playing or control on respective products such as network players or power amplifiers.
Moreover, with the rise of mobile internet, more and more internet enterprises and e-commerce platforms use APP as one of the main battlefields of sale. Data show that the flow brought by the APP to mobile phone electronic commerce far exceeds that of the traditional Internet (PC end), and the APP is profitable and is the development direction of various large electronic commerce platforms. The fact shows that the inclination of each large e-commerce platform to the mobile APP is also very obvious, the reason is not only the flow increased every day, more importantly, more users are accumulated for the enterprise due to the convenience of the mobile terminal of the mobile phone, and more importantly, the loyalty and the activity of the users are improved to a great extent due to the APP with good user experience, so that the key effect is played for the creation and the future development of the enterprise.
The mobile internet has the characteristics that the updating speed is high, the updating frequency of the APP is higher, and the iteration requirement of the APP interface style is often out of synchronization with the requirement of the APP service logic iteration: sometimes only local APP business logic needs to be modified without changing the original interface style of the APP; sometimes, on the contrary, the APP business logic does not need to be modified, and the APP interface style needs to be changed. In the existing scheme, no matter which situation needs to be carried out again, the repeated work caused increases the APP iteration development cost.
Disclosure of Invention
The invention provides an APP interface implementation method and device, which can strip the APP interface style from the business logic and meet the requirement of high-frequency APP updating.
The technical scheme of the embodiment of the invention is realized as follows:
the embodiment of the invention provides an APP interface implementation method, which comprises the following steps:
each element/control in the APP design interface is corresponding to a first root node in a first XML (extensible markup language) file, the name of the first root node is composed of an interface name and an element/control name, and a sub-node of the first root node corresponds to an interface style attribute of the element/control;
taking the first XML file as a configuration file of the APP;
naming the element/control of a design interface by a first root node name corresponding to the element/control in the APP business logic code;
compiling the APP service logic code according to the configuration file of the APP to generate an executable file of the APP.
In the above scheme, the method further comprises:
the method comprises the following steps of enabling a font of a general element/control of an APP interface to correspond to a second root node in a second XML file, wherein the type of the second root node comprises: navigation bar fonts, primary caption fonts, secondary caption fonts, tertiary caption fonts and content detail fonts;
and taking the second XML file as a supplementary configuration file of the APP.
In the foregoing solution, the second root node includes: one or more of font name, font size and font color.
In the foregoing solution, the child node of the first root node includes:
one or more of font name, font size, font color, native coordinates, and usage picture.
In the above scheme, when an element/control of the APP design interface is a general element/control of the APP interface, the font property of the first root node corresponding to the element/control corresponds to the font property of the second root node corresponding to the general element/control.
The embodiment of the present invention further provides an interface implementing apparatus for APP, where the apparatus includes: the system comprises a first stripping module, a configuration module, a corresponding naming module and a compiling module; wherein,
the system comprises a first stripping module, a second stripping module and a third stripping module, wherein the first stripping module is used for enabling each element/control in an APP design interface to correspond to a first root node in a first XML file, the name of the first root node is composed of an interface name and an element/control name, and a sub-node of the first root node corresponds to an interface style attribute of the element/control;
the configuration module is used for taking the first XML file as a configuration file of the APP;
the corresponding naming module is used for naming the elements/controls of the design interface by the names of the first root nodes corresponding to the elements/controls in the APP business logic codes;
and the compiling module is used for compiling the APP service logic code according to the configuration file of the APP to generate an executable file of the APP.
In the above scheme, the apparatus further comprises:
a second stripping module, configured to correspond a font of a general element/control of the APP interface to a second root node in a second XML file, where a type of the second root node includes: navigation bar fonts, primary caption fonts, secondary caption fonts, tertiary caption fonts and content detail fonts;
and the supplementary configuration module is used for taking the second XML file as a supplementary configuration file of the APP.
In the above aspect, the second stripping module includes:
a font name unit for corresponding font names of the common elements/controls;
a font size unit for corresponding font size of the common element/control;
and the font color unit is used for corresponding to the font color of the universal element/control.
In the above aspect, the first peeling module includes:
a font name unit for the font name of the corresponding element/control;
a font size unit for the font size of the corresponding element/control;
a font color unit for font color of the corresponding element/control;
the native coordinate unit is used for corresponding to the native coordinates of the elements/controls;
a picture unit is used for using the name or address of the picture for the corresponding element/control.
In the above scheme, the apparatus includes:
and the general font corresponding module is used for enabling the font property of the first root node corresponding to the element/control to correspond to the font property of the second root node corresponding to the general element/control when the element/control of the APP design interface is the general element/control of the APP design interface.
The technical scheme of the invention has the beneficial effects that: the method has the advantages that elements/controls related to the interface style in the APP source code are separated from business logic through an effective mechanism, and then the interface style is dynamically realized through a dynamic calling mode, so that the effects of updating and replacing the APP interface style are achieved, and the requirement of updating the APP at a high frequency is met.
Drawings
Fig. 1 is a schematic flow chart of an implementation method of an APP interface according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a component of an APP interface implementation apparatus provided in an embodiment of the present invention;
fig. 3 is a schematic diagram of an APP interface implementation process provided in embodiment 1 of the present invention.
Detailed Description
In order to more clearly illustrate the embodiments and technical solutions of the present invention, the technical solutions of the present invention will be described in more detail with reference to the accompanying drawings and embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without inventive step, are within the scope of the present invention.
Fig. 1 is a schematic flow chart of an implementation method of an APP interface according to an embodiment of the present invention, and as shown in fig. 1, the method includes:
step 101, each element/control in an APP design interface is corresponding to a first root node in a first XML file, the name of the first root node is composed of an interface name and an element/control name, and a child node of the first root node corresponds to an interface style attribute of the element/control;
for example, the first XML file is itemconfig.xml, in the APP design stage, an element/control appears in the APP design interface, a root node is added to itemconfig.xml, the root node in the first XML file is referred to as a first root node, the name of each first root node is composed of an interface name and an element/control name, for example, the interface name is Main, the control name is Btn, the corresponding first root node name is Main _ Btn, the first root node has more than one child node, and each child node can be used for representing an interface style attribute;
further, in one embodiment, the child nodes of the first root node include:
one or more of font name, font size, font color, native coordinates and usage picture;
step 102, using the first XML file as a configuration file of the APP;
specifically, the first XML file is used as the configuration file of the APP, and is stored in a folder specially used for storing the APP configuration information, or the file name of the first XML file is defined in an APP source code as a macro;
103, naming the element/control of the design interface by the name of the first root node corresponding to the element/control in the APP business logic code;
specifically, when an APP source code is developed, a first XML file is analyzed, and an element/control of a design interface is named as the name of a first root node corresponding to the element/control;
104, compiling the APP service logic code according to the configuration file of the APP to generate an executable file of the APP;
specifically, each interface defines an interface name according to ItemConfig, then traverses all controls under the current interface, generates a name Key, interface name _ element/control name according to the control name, and finds the opposite configuration in the configuration. And finishing the layout and attribute setting of the UI of the current interface according to the configuration.
Further, since the APP interface generally includes a certain fixed layer and a general element/control, in order to make the APP look uniform in style, generally the same layer or general element/control is kept consistent in font, so the interface implementation method may further include:
the method comprises the following steps of enabling a font of a general element/control of an APP interface to correspond to a second root node in a second XML file, wherein the type of the second root node comprises: navigation bar fonts, primary caption fonts, secondary caption fonts, tertiary caption fonts and content detail fonts;
and taking the second XML file as a supplementary configuration file of the APP.
For example, the second XML document is fontconfig.xml, in the APP design phase, the font for each general element/control corresponds to a root node in fontconfig.xml, which is called a second root node, and the elements of the second root node include one or more of font name, font size, and font color; and the second root node includes: navigation bar font, primary caption font, secondary caption font, tertiary caption font and content detail font.
In order to enable the font style of the general interface element/control to be rapidly updated, when one element/control of the APP design interface is the general element/control of the APP interface, the font attribute of the first root node corresponding to the element/control corresponds to the font attribute of the second root node corresponding to the general element/control.
For example, the font name of the first root node corresponding to the navigation bar in the APP design interface is the navigation bar font name; the font size of the first root node is the font size of the navigation bar; the font color of the first root node is the navigation bar font color.
By using the interface implementation method for the APP provided by the embodiment, the elements/controls related to the interface style in the APP source code are separated from the service logic through an effective mechanism, and then the interface style is dynamically implemented through a dynamic calling mode, so that the effects of updating and replacing the APP interface style are achieved, and the requirement of updating the APP at a high frequency is met.
Fig. 2 is a schematic structural diagram of a component of an APP interface implementation apparatus provided in an embodiment of the present invention, and as shown in fig. 2, the APP interface implementation apparatus includes: a first stripping module 201, a configuration module 202, a corresponding naming module 203 and a compiling module 204; wherein,
the device comprises a first stripping module 201, a first XML file and a second stripping module, wherein the first stripping module is used for enabling each element/control in an APP design interface to correspond to a first root node in a first XML file, the name of the first root node is composed of an interface name and an element/control name, and a child node of the first root node corresponds to an interface style attribute of the element/control;
a configuration module 202, configured to use the first XML file as a configuration file of the APP;
a corresponding naming module 203, configured to name, in the APP service logic code, an element/control of a design interface by a first root node name corresponding to the element/control;
and the compiling module 204 is configured to compile the APP service logic code according to the configuration file of the APP, and generate an executable file of the APP.
Further, the interface implementation apparatus further includes:
a second stripping module, configured to correspond a font property of a general element/control of the APP interface to a second root node in a second XML file, where a type of the second root node includes: navigation bar fonts, primary caption fonts, secondary caption fonts, tertiary caption fonts and content detail fonts;
and the supplementary configuration module is used for taking the first XML file as a supplementary configuration file of the APP.
Further, in the interface implementing apparatus, the second peeling module includes:
a font name unit for corresponding font names of the common elements/controls;
a font size unit for corresponding font size of the common element/control;
and the font color unit is used for corresponding to the font color of the universal element/control.
Further, in the interface implementing apparatus, the first peeling module includes:
a font name unit for the font name of the corresponding element/control;
a font size unit for the font size of the corresponding element/control;
a font color unit for font color of the corresponding element/control;
the native coordinate unit is used for corresponding to the native coordinates of the elements/controls;
a picture unit is used for using the name or address of the picture for the corresponding element/control.
Further, the interface implementation apparatus further includes:
and the universal font corresponding module is used for corresponding the font attribute of the element/control to the second root node of the corresponding type when the element/control of the APP design interface is the universal element/control of the APP interface.
In practical applications, each of the modules and each of the units may be implemented by a Central Processing Unit (CPU), a microprocessor unit (MPU), a Digital Signal Processor (DSP), or a Field Programmable Gate Array (FPGA) in the interface implementation apparatus of the APP.
Each module of the interface implementation apparatus for APP of this embodiment correspondingly executes the steps described in the above interface implementation method for APP, so that the same beneficial effects are achieved. In addition, it should be understood that the above-described embodiment of the interface implementation apparatus is merely illustrative, and the described division of the modules is only one logical function division, and other division manners may be provided in actual implementation. In addition, the modules may be coupled or communicatively connected to each other through some interfaces, and may also be in an electrical or other form.
The functional modules may or may not be physical blocks, which may be located in one place or distributed on multiple network units, and may be implemented in the form of hardware or software functional blocks. Some or all of the modules can be selected according to actual needs to achieve the purpose of the scheme of the invention.
Example 1
To better illustrate this scheme, example 1 is provided, with example 1 divided into two major parts:
first, peeling, the main part, needs to be peeled off has three types:
1, Font: font name, size, color;
frame: position coordinates and sizes of the controls;
image: the picture name used by the control;
the configuration is stored in an XML file mode, and two files FontConfig. XML and ItemConfig. XML are generated; wherein,
FontConfig file: for stripping off the general Font; the lower part of the root node is divided into three bytes which are respectively used for the name, the size and the color of the font. One child node is added for each configuration in the byte of the corresponding type.
Only general fonts are defined, mainly including navigation bar fonts, first-level titles, second-level titles, third-level titles and content detail fonts;
adding colors after the selection of a plurality of universal text boxes in the universal colors;
ItemConfig file: and the method is used for stripping the fonts, the position coordinate sizes and the pictures corresponding to the controls. Interface elements/controls are used as nodes, and the naming rule is that the following sub-nodes (optional and added as required) are arranged below the interface name element/control name node
1.Font name (if generic, fill in generic font name);
2. font size (if generic, fill in generic font size name);
3. font color (if generic, fill in the name of the generic font color);
4. native coordinate size (X-X axis, Y-Y axis, w-width, h-height);
5. picture names are used (multiple state pictures can be defined-normal, highlight, selected, unavailable).
Secondly, dynamic calling: the method mainly comprises the steps of stripping the use of resources, loading a configuration file after the App is started, and analyzing all configurations.
And each interface defines an interface name according to ItemConfig, then traverses all controls under the current interface, generates a name Key and interface name _ element/control name according to the control name, and finds opposite configuration in the configuration. The layout and property setting of the UI of the current interface are completed according to the configuration, as shown in fig. 3.
Specifically, if one such App is to be made, there is only one interface, and there is one button on the interface and one tab for display, and after clicking the button, the tab displays "Say Hello".
The process of realizing the APP interface by using the scheme provided by the invention is as follows:
1. creating a project, writing related service codes according to the service, placing a button Btn and a Label on an interface, setting the position size of the button without setting, and making a response of the button;
2. xml defines a universal font, Btn and Label have font sizes of 12, font names of 'Helvetica', font colors are not universal and are configured in ItemConfig;
3. placing three nodes, Main _ windowView, in ItemConfig.xml, and setting the background color of a Main interface; main _ Btn, setting the position coordinate, size, font and background picture of the button; the Main _ Label sets the position coordinate, the size and the font of the Label;
4. the interface displays forward dynamic loading, loads two configuration files FontConfig.xml and ItemConfig.xml, and analyzes according to an xml protocol;
defining the name of an interface as Main, and expressing the name of the interface per se by using Windows View;
finding the configuration with the name of Main _ WindowView in the configuration to layout and set the Main interface;
then traversing all the sub-elements under the main interface, and finding Btn and Label; finding out corresponding configuration according to the spliced name for setting;
5. after completion, the App interface described in the configuration can be seen by compiling.
In the whole, elements which are irrelevant to business logic and closely related to interface style are separated, the elements are organized in the form of configuration files such as xml, the configuration is dynamically loaded when the interface is loaded, and the corresponding configuration is searched for and set according to the configuration and the unique Key (interface name _ element/control name). If skin changing is to be realized, a plurality of sets of xml configuration files are prepared, the set of skin is selected, the set of configuration files is loaded, and the seen effect is a selection style interface. The mode of saving configuration can be diversified, and can also adopt the mode of defining the macro to organize, and this is relatively simple, can realize the renewal of interface very conveniently, but is unfavorable for the interface to change the skin.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of a hardware embodiment, a software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It should be noted that the above-mentioned embodiments are only examples of the present invention, and not intended to limit the scope of the present invention, and all equivalent structures or equivalent flow transformations made by using the contents of the specification and the drawings, such as the combination of technical features between the embodiments, or the direct or indirect application to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. An interface implementation method of APP is characterized by comprising the following steps:
each element/control in the APP design interface is corresponding to a first root node in a first XML file, the name of the first root node is composed of an interface name and an element/control name, and a sub-node of the first root node corresponds to an interface style attribute of the element/control;
the font of a general element/control of the APP interface is corresponding to a second root node in a second XML file;
taking the first XML file as a configuration file of the APP;
taking the second XML file as a supplementary configuration file of the APP;
naming the element/control of a design interface by a first root node name corresponding to the element/control in the APP business logic code;
compiling the APP business logic code according to the configuration file of the APP and the supplementary configuration file of the APP to generate an executable file of the APP.
2. The interface implementation method of claim 1, wherein the class of the second root node comprises: navigation bar font, primary caption font, secondary caption font, tertiary caption font and content detail font.
3. The interface implementing method according to claim 1 or 2, wherein the second root node comprises: one or more of font name, font size and font color.
4. The interface implementing method of claim 3, wherein the child nodes of the first root node comprise:
one or more of font name, font size, font color, native coordinates, and usage picture.
5. The interface implementation method according to claim 4, wherein when an element/control of the APP design interface is a generic element/control of the APP interface, a font property of a first root node corresponding to the element/control corresponds to a font property of a second root node corresponding to the generic element/control.
6. An interface implementation apparatus of APP, the apparatus comprising: the system comprises a first stripping module, a configuration module, a corresponding naming module and a compiling module; wherein,
the system comprises a first stripping module, a second stripping module and a third stripping module, wherein the first stripping module is used for enabling each element/control in an APP design interface to correspond to a first root node in a first XML file, the name of the first root node is composed of an interface name and an element/control name, and a sub-node of the first root node corresponds to an interface style attribute of the element/control;
the second stripping module is used for enabling the font of a general element/control of the APP interface to correspond to a second root node in a second XML file;
the configuration module is used for taking the first XML file as a configuration file of the APP;
a supplementary configuration module, configured to use the second XML file as a supplementary configuration file of the APP;
the corresponding naming module is used for naming the elements/controls of the design interface by the names of the first root nodes corresponding to the elements/controls in the APP business logic codes;
and the compiling module is used for compiling the APP service logic code according to the configuration file of the APP and the supplementary configuration file of the APP to generate an executable file of the APP.
7. The interface enabling apparatus of claim 6, wherein the class of the second root node comprises: navigation bar font, primary caption font, secondary caption font, tertiary caption font and content detail font.
8. The interface achieving device according to claim 6 or 7, wherein the second peeling module includes:
a font name unit for corresponding font names of the common elements/controls;
a font size unit for corresponding font size of the common element/control;
and the font color unit is used for corresponding to the font color of the universal element/control.
9. The interface effectuating apparatus as defined in claim 8, wherein the first stripping module comprises:
a font name unit for the font name of the corresponding element/control;
a font size unit for the font size of the corresponding element/control;
a font color unit for font color of the corresponding element/control;
the native coordinate unit is used for corresponding to the native coordinates of the elements/controls;
a picture unit is used for using the name or address of the picture for the corresponding element/control.
10. The interface enabling device of claim 9, wherein said device comprises:
and the general font corresponding module is used for enabling the font property of the first root node corresponding to the element/control to correspond to the font property of the second root node corresponding to the general element/control when the element/control of the APP design interface is the general element/control of the APP design interface.
CN201610022530.5A 2016-01-13 2016-01-13 A kind of interface implementing method and device of APP Active CN105700925B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610022530.5A CN105700925B (en) 2016-01-13 2016-01-13 A kind of interface implementing method and device of APP

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610022530.5A CN105700925B (en) 2016-01-13 2016-01-13 A kind of interface implementing method and device of APP

Publications (2)

Publication Number Publication Date
CN105700925A CN105700925A (en) 2016-06-22
CN105700925B true CN105700925B (en) 2019-02-19

Family

ID=56227277

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610022530.5A Active CN105700925B (en) 2016-01-13 2016-01-13 A kind of interface implementing method and device of APP

Country Status (1)

Country Link
CN (1) CN105700925B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106897076B (en) * 2017-03-24 2021-03-02 长沙趣动文化科技有限公司 Game service providing and running method and device
CN108664243A (en) * 2017-04-01 2018-10-16 合网络技术(北京)有限公司 The generation method and device of user interface
CN108427557A (en) * 2017-05-10 2018-08-21 平安科技(深圳)有限公司 A kind of control layout display control method, device and computer readable storage medium
CN107704253B (en) * 2017-06-25 2021-05-07 平安科技(深圳)有限公司 Control character color transformation method and system and electronic device
CN108051008A (en) * 2017-11-24 2018-05-18 惠州市德赛西威汽车电子股份有限公司 A kind of implementation method of vehicle mounted guidance interface I Driver functions
CN108509196A (en) * 2018-03-06 2018-09-07 北京酷我科技有限公司 A kind of iOS color managements strategy
CN108563478A (en) * 2018-03-06 2018-09-21 北京酷我科技有限公司 Skin strategy is changed in a kind of App startup
CN108920496B (en) * 2018-05-23 2021-05-25 北京奇艺世纪科技有限公司 Rendering method and device
CN109670328B (en) * 2018-12-25 2022-04-26 北京城市网邻信息技术有限公司 Data processing method and device
CN110245333B (en) * 2019-04-30 2023-05-16 五八有限公司 Font type detection method and device, electronic equipment and storage medium
CN112711416B (en) * 2020-12-31 2021-10-26 北方工业大学 APP interface customization implementation method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103309659A (en) * 2013-05-24 2013-09-18 天津市天安怡和信息技术有限公司 User interface dynamic generation method and device based on rich client platform
CN104090749A (en) * 2014-05-30 2014-10-08 爱培科科技开发(深圳)有限公司 Processing method and system for updating and changing interface theme of WinCE product
CN104239073A (en) * 2014-10-15 2014-12-24 中国科学院软件研究所 Data maintenance system rapid prototyping development system and method
CN105095348A (en) * 2015-06-09 2015-11-25 北京织星科技有限公司 Method for dynamically configuring website through XML (Extensive Markup Language)

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103309659A (en) * 2013-05-24 2013-09-18 天津市天安怡和信息技术有限公司 User interface dynamic generation method and device based on rich client platform
CN104090749A (en) * 2014-05-30 2014-10-08 爱培科科技开发(深圳)有限公司 Processing method and system for updating and changing interface theme of WinCE product
CN104239073A (en) * 2014-10-15 2014-12-24 中国科学院软件研究所 Data maintenance system rapid prototyping development system and method
CN105095348A (en) * 2015-06-09 2015-11-25 北京织星科技有限公司 Method for dynamically configuring website through XML (Extensive Markup Language)

Also Published As

Publication number Publication date
CN105700925A (en) 2016-06-22

Similar Documents

Publication Publication Date Title
CN105700925B (en) A kind of interface implementing method and device of APP
TWI808393B (en) Page processing method, device, apparatus and storage medium
CN109101300B (en) Page rendering method and device and terminal
CN102971688B (en) Cross-platform program frame
US10565293B2 (en) Synchronizing DOM element references
CN103324471B (en) Dynamic modification application starts figure calibration method, the sending method of message, terminal
US12118335B2 (en) GUI generation system
US12056415B2 (en) Desktop sharing method and mobile terminal
CN108399072A (en) Five application page update method and device
CN103051652B (en) A kind of mobile terminal cloud computing distribution platform
CN108121539B (en) Component processing method and device
CN110020356A (en) A kind of code generating method of page module, apparatus and system
CN115712413A (en) Low code development method, device, equipment and storage medium
CN110688115A (en) Method and device for generating interface
CN106156306A (en) A kind of template rendering intent and device
CN103995696A (en) Custom-built system and method of software package of mobile terminal
CN105159673A (en) Method and device for setting control style
CN109634610B (en) Interface marking data generation method and device
US10303331B2 (en) Live mobile application visual editor demo
CN114706616A (en) Applet construction method and device
CN110647371A (en) Multi-language resource file analysis method and system based on service configuration
CN112068879B (en) Method and device for constructing client application program development framework based on configuration
WO2024066825A1 (en) Page project development method, apparatus, device, medium and product
CN110347454A (en) Application program theme setting method, terminal equipment control method and device, terminal device and computer readable storage medium
CN113784194A (en) Embedding method and device of video player

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 518000 Guangdong Province, Baoan District Xixiang street Xixiang city Shenzhen Tian Yi Lu Chen Tian Bao Industrial District thirty-seventh building 3 floor

Applicant after: CHINA COMMUNICATION SOFTWARE INFORMATION TECHNOLOGY Co.,Ltd.

Applicant after: CHINA COMMUNICATION TECHNOLOGY Co.,Ltd.

Address before: 518000 Guangdong Province, Baoan District Xixiang street Xixiang city Shenzhen Tian Yi Lu Chen Tian Bao Industrial District thirty-seventh building 3 floor

Applicant before: CHINA COMMUNICATION SOFTWARE INFORMATION TECHNOLOGY Co.,Ltd.

Applicant before: CHINA COMMUNICATION TECHNOLOGY Co.,Ltd.

COR Change of bibliographic data
C41 Transfer of patent application or patent right or utility model
CB02 Change of applicant information

Address after: 518102 Guangdong Province, Baoan District Xixiang street Xixiang city Shenzhen Tian Yi Lu Chen Tian Bao Industrial District thirty-seventh building 3 floor

Applicant after: HUAXUN ARK INTELLIGENCE INFORMATION TECHNOLOGY (SHENZHEN) CO.,LTD.

Applicant after: CHINA COMMUNICATION TECHNOLOGY Co.,Ltd.

Address before: 518000 Guangdong Province, Baoan District Xixiang street Xixiang city Shenzhen Tian Yi Lu Chen Tian Bao Industrial District thirty-seventh building 3 floor

Applicant before: CHINA COMMUNICATION SOFTWARE INFORMATION TECHNOLOGY Co.,Ltd.

Applicant before: CHINA COMMUNICATION TECHNOLOGY Co.,Ltd.

COR Change of bibliographic data
TA01 Transfer of patent application right

Effective date of registration: 20170105

Address after: 518102 Guangdong Province, Baoan District Xixiang street Shenzhen City Tian Yi Lu Chen Tian Bao Industrial District thirty-seventh building 3 floor

Applicant after: SHENZHEN CCT SOFTWARE INFORMATION Co.,Ltd.

Applicant after: CHINA COMMUNICATION TECHNOLOGY Co.,Ltd.

Address before: 518102 Guangdong Province, Baoan District Xixiang street Xixiang city Shenzhen Tian Yi Lu Chen Tian Bao Industrial District thirty-seventh building 3 floor

Applicant before: HUAXUN ARK INTELLIGENCE INFORMATION TECHNOLOGY (SHENZHEN) CO.,LTD.

Applicant before: CHINA COMMUNICATION TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
PP01 Preservation of patent right

Effective date of registration: 20210630

Granted publication date: 20190219

PP01 Preservation of patent right
PD01 Discharge of preservation of patent

Date of cancellation: 20230421

Granted publication date: 20190219

PD01 Discharge of preservation of patent
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230615

Address after: 518102 room 404, building 37, chentian Industrial Zone, chentian community, Xixiang street, Bao'an District, Shenzhen City, Guangdong Province

Patentee after: Shenzhen Huaxun ark Photoelectric Technology Co.,Ltd.

Address before: 518102 3rd floor, building 37, chentian Industrial Zone, Baotian 1st Road, Xixiang street, Bao'an District, Shenzhen City, Guangdong Province

Patentee before: SHENZHEN CCT SOFTWARE INFORMATION Co.,Ltd.

Patentee before: CHINA COMMUNICATION TECHNOLOGY Co.,Ltd.