CN109240684A - A kind of page service logic realization method and system - Google Patents

A kind of page service logic realization method and system Download PDF

Info

Publication number
CN109240684A
CN109240684A CN201710517245.5A CN201710517245A CN109240684A CN 109240684 A CN109240684 A CN 109240684A CN 201710517245 A CN201710517245 A CN 201710517245A CN 109240684 A CN109240684 A CN 109240684A
Authority
CN
China
Prior art keywords
control
business processing
page
processing class
service logic
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
CN201710517245.5A
Other languages
Chinese (zh)
Inventor
张磊
陈少杰
张文明
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuhan Douyu Network Technology Co Ltd
Original Assignee
Wuhan Douyu Network 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201710517245.5A priority Critical patent/CN109240684A/en
Publication of CN109240684A publication Critical patent/CN109240684A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The present invention provides a kind of page service logic realization method and system, and the method includes: S1, configures Custom Attributes to control in the topology file of the page, and the attribute information of the Custom Attributes includes at least the corresponding business processing class mark of control;S2 identifies according to the corresponding business processing class of control, business processing class corresponding with business processing class mark is loaded into control, the business processing of control is realized by the business processing class.The present invention is by carrying out Custom Attributes to the control of the page in original topology file, the business processing class of each control is separately separated, when the variation of the service logic of control, can the business processing class directly to control modify, without being loaded to entire topology file, the business logic processing for having dispersed each control in the page improves the maintainability of code, while also improving the loading velocity of the page.

Description

A kind of page service logic realization method and system
Technical field
The present invention relates to page layout technical fields, more particularly, to a kind of page service logic implementation method and are System.
Background technique
During the page development of Android, it is common for being laid out to each element in the page, to the page Entire layout is known as the service logic of the page.There are many elements in one page, the element in the page is referred to as control. For the layout of control each in the page, it will usually have a topology file, the business of each control is stored in topology file Handle description information.
When the service logic due to the page changes, and cause the business of some in topology file or certain several control When handling description information variation, need to load entire topology file by inflate method in the inside of service logic, then The business description information that some control or certain several control are found in topology file is modified.That is service logic Coupled relation between topology file is established by inflate function.
According to the above method, if only need to the corresponding business processing description information of the control of some in topology file into Row modification, corresponding information can just be got by needing to load entire topology file by inflate method, in the page It imports entire topology file to need to expend long time, so that the speed of full page load is very slow.Its next page After importing topology file by inflate method, it will lead to and the logic of all controls of the page is all programmed into a business In the logic of class, the business logic of class that will lead to the page in this way becomes abnormal huge, and later maintenance cost is very big.
Summary of the invention
It is real that the present invention provides a kind of page service logic for overcoming the above problem or at least being partially solved the above problem Existing method and system.
According to the first aspect of the invention, a kind of page service logic implementation method is provided, comprising:
S1 configures Custom Attributes to control in the topology file of the page, and the attribute information of the Custom Attributes is extremely It less include the corresponding business processing class mark of control;
S2 identifies according to the corresponding business processing class of control, industry corresponding with business processing class mark is loaded into control Business processing class, the business processing of control is realized by the business processing class.
The invention has the benefit that by carrying out Custom Attributes to the control of the page in original topology file, The business processing class of each control is separately separated, it, can be directly to the industry of control when the variation of the service logic of control Business processing class is modified, and without loading to entire topology file, has dispersed the service logic of each control in the page Processing, improves the maintainability of code, while also improving the loading velocity of the page.
Based on the above technical solution, the present invention can also improve as follows.
It further, include multiple controls in the page, the topology file of the page includes at the business of each control Manage description information.
Further, in the step S1, control configuration Custom Attributes is further wrapped in the topology file of the page It includes:
The Custom Attributes of control is declared in the attr.xml file of android system, and by The attribute information of Custom Attributes is write in attr.xml file.
Further, in the step S2 further include:
The Custom Attributes declared in topology file for the control is read in the processing class of control, and obtains customized category Property in attribute information, wherein the attribute information include defined for the control business processing class mark.
Further, the step S2 further include:
The defining interface in the corresponding business processing class of control, and first interface function and second interface are defined in the interface Function, wherein realize that the information of control flows by the first interface function, control is realized by the second interface function Information outflow.
Further, it is realized by the first interface function on two controls and second interface function between two controls Communication.
Further, first control in described two controls is button control, and second control is picture control, then In the step S2, the business processing for realizing control by the business processing class further comprises:
Event is pressed or bounced to control button control, and generates event message, the business processing class of call buttons control First interface function, the event message is sent to the button control;
The button control is sent the event to picture control and is disappeared by the second interface function of calling business processing class Breath, to call picture control to be configured picture attribute according to the event message.
According to the second aspect of the invention, a kind of page service logic realization system is provided, comprising:
Configuration module, for configuring Custom Attributes to control in the topology file of the page, the Custom Attributes Attribute information includes at least the corresponding business processing class mark of control;
Loading module, for being identified according to the corresponding business processing class of control, load and business processing category into control Know corresponding business processing class, the business processing of control is realized by the business processing class.
According to the third aspect of the invention we, a kind of equipment of page service logic implementation method, including processor are provided (processor), memory (memory) and bus;
The processor and memory complete mutual communication by the bus;
The memory is stored with the program instruction that can be executed by the processor, and the processor calls described program to refer to Order is able to carry out above-mentioned business service logic implementation method.
According to the fourth aspect of the invention, a kind of non-transient computer readable storage medium is provided, which is characterized in that institute Non-transient computer readable storage medium storage computer instruction is stated, the computer instruction makes the computer execute above-mentioned industry Business service logic implementation method.
Detailed description of the invention
Fig. 1 is the page service logic implementation method flow chart of one embodiment of the invention;
Fig. 2 is that the page service logic of another embodiment of the present invention realizes that system connects block diagram;
Fig. 3 is that the page service logic of another embodiment of the invention realizes the integrated connection block diagram of system;
Fig. 4 is that the inside of Service Processing Module connects block diagram;
Fig. 5 is that the equipment of the page service logic implementation method of further embodiment of the present invention connects block diagram.
Specific embodiment
With reference to the accompanying drawings and examples, specific embodiments of the present invention will be described in further detail.Implement below Example is not intended to limit the scope of the invention for illustrating the present invention.
Referring to Fig. 1, the page service logic implementation method of one embodiment of the invention is provided, this method comprises: S1, Custom Attributes is configured to control in the topology file of the page, the attribute information of the Custom Attributes is corresponding including at least control Business processing class mark;S2 is identified according to the corresponding business processing class of control, and into control, load is identified with business processing class Corresponding business processing class realizes the business processing of control by the business processing class.
In the design process of the page, it is common for being laid out to each element in the page, to the entire cloth of the page Office is known as the service logic of the page, there is many elements in a page, and the element in the page is referred to as control.For page The layout of each control in face, it will usually have a topology file, the business processing that each control is stored in topology file is retouched State information.
When the service logic due to the page changes, and cause the business of some in topology file or certain several control When processing description information needs to change, need to load entire topology file by inflate method in the inside of service logic, Then the business description information that some control or certain several control are found in topology file is modified.In this way, resulting in If only need to modify to a certain partial information in topology file, it is also desirable to entire topology file is loaded, It imports entire topology file in the page to need to expend long time, so that the speed of full page load is very slow.
In order to solve this problem, the present embodiment separates the entire service logic of the page, the existing page it is whole Contain the business processing of all controls in the page in a service logic, and the present embodiment is by the corresponding business processing of each control It separates, the entire service logic of the page is decoupled, the specific service logic of a control in the page is separated to In each small service class.
Specific implementation is to configure Custom Attributes to control in the topology file of the page, for example, can be to one of them Control or multiple controls configure Custom Attributes, wherein the corresponding business processing class of control is included at least in Custom Attributes Mark establishes the corresponding relationship between control and business processing class mark.Then, it is identified according to business processing class, to view Business processing class is loaded in figure and identifies corresponding business processing class, and business processing class is instantiated, and passes through business processing The business processing of class realization control.
It through this embodiment, will be each by carrying out Custom Attributes to the control of the page in original topology file The business processing class of control is separately separated, can be directly to the business processing of control when the variation of the service logic of control Class is modified, and without loading to entire topology file, has been dispersed the business logic processing of each control in the page, has been mentioned The maintainability of code has been risen, while also having improved the loading velocity of the page.
On the basis of the above embodiments, in one embodiment of the present of invention, in the step S1, in the layout text of the page Further comprise to control configuration Custom Attributes in part: control being made by oneself in the attr.xml file of android system Adopted attribute is declared, and the attribute information by writing Custom Attributes in attr.xml file.
To the detailed process of control configuration Custom Attributes in the topology file of the page are as follows: before Custom Attributes, Need to declare Custom Attributes, only declare after Custom Attributes, the later period can carry out using.It is specifically defined certainly The mode of defined attribute is declared in attr.xml file in android system, and by attr.xml file In write the attribute information of Custom Attributes, the specific object information write are as follows:
<declare-styleable name=" my_handler ">
<attr name=" handler_class " format=" string "/>
</declare-styleable>
Wherein, declare-styleable name=" my_handler " indicate statement one Custom Attributes and from The attribute title of defined attribute is my_handler, < attr name=" handler_class " format=" String "/> indicate the Custom Attributes of definition, the title of the attribute is handler_class, and type is string (character String).A Custom Attributes my_hander is just defined by being declared in attr.xml file.
On the basis of the various embodiments described above, in another embodiment of the invention, in the step S2 further include: controlling The Custom Attributes declared in topology file for the control is read in the processing class of part, and obtains the letter of the attribute in Custom Attributes Breath, wherein the attribute information includes the business processing class mark defined for the control.
In the topology file of the page, the Custom Attributes of control is configured, is believed in the attribute of Custom Attributes The relationship between control and business processing class can only be learnt in breath, specifically using at business of the business processing class to control When reason, need to load specific business processing class into control.Therefore, it reads in topology file in control class to the control Shen Bright Custom Attributes, and obtain the attribute information in Custom Attributes.Specific method is to pass through calling in view class TypedArray ta=obtainStyledAttributes (my_handler) method gets Custom Attributes my_ Hander, and return to an attribute description object ta.
Next it needs to get the content in corresponding Custom Attributes by attribute description object ta, it is specifically logical Calling String cls=ta.getString (handler_class) is crossed, this makes it possible to read Custom Attributes my_ The value of attribute handler_class in hander, and the value read is stored into the cls object to type string In, wherein the value of attribute handler_class is the corresponding business processing class mark of control.
Custom Attributes handler_class in above-mentioned design shows the business processing class of control to be treated, Also the business processing class of control can be specified by configuration attribute handler_class in view properties.
After having obtained the business processing class mark of control, need to realize specific business processing class in control class.Pass through Design above, it is known that the business processing class mark of a control is stored in variable cls and suffers, and next needs to pass through character Cls go here and there to instantiate the business processing class of control.
What is stored in Cls variable is the specific name of business processing class, can be passed through according to the specific name of business processing class Classloader loads the business processing class, to achieve the purpose that instantiate the business processing class.Particular by calling The load method in Classloader ClassLoader in Android loads business processing class.Then it recalls NewInstance method in ClassLoader come the example that obtains class corresponding to business processing class, to business processing class into Row instantiation.
Specific business processing class is loaded in control by above-mentioned, and business processing class is instantiated, and passes through reality Business processing class after exampleization carries out business processing to control.Need to realize the business processing of each control, it is only necessary to load The business processing of each control is separated to by corresponding business processing class from the service logic of an original entirety In each corresponding business processing class, the maintainability of code is improved, also improves the speed of page load.
On the basis of the various embodiments described above, in one embodiment of the present of invention, the step S2 further include: in control pair Defining interface in the business processing class answered, and first interface function and second interface function are defined in the interface, wherein pass through institute It states first interface function and realizes that the information of control flows into, realize that the information of control flows out by the second interface function.
Foregoing description is that the business realizing of single control is between each control in the layout process of full page It is in communication with each other, realizes entire placement logic by multiple controls.In order to realize the communication between multiple controls, in each control An interface IMsg is defined in the corresponding business processing class of part, and two interface function sendMsg (int are designed in the interface ViewID, Object Msg) and getMsg (int ViewID, Object Msg), interface function sendMsg indicate to control send out Message is sent, i.e. the information of control flows into, and interface function getMsg expression obtains message from control, i.e. the information of control flows into. Wherein, ViewID indicates the mark of control (view), and Msg indicates the message for needing to transmit, and is Object type by message design, Object type is a type most abstract in Java language, and the Object Oriented Characteristic based on Java language can be used Object receives any type of message body, has thus achieved the purpose that transmit any message.By in two controls Two interface functions can be realized as the circulation of the message between two controls.
On the basis of the various embodiments described above, in another embodiment of the invention, first in described two controls Control is button control, and second control is picture control, then in the step S2, realizes control by the business processing class Business processing further comprise: event is pressed or bounced to control button control, and generates event message, call buttons control Business processing class first interface function, the event message is sent to the button control;The button control passes through tune With the second interface function of business processing class, the event message is sent to picture control, so as to according to the event message tune Picture attribute is configured with picture control corresponding business processing class.
The business realizing of single control is described above, during actual page layout, it usually needs multiple controls The business realizing of part completes a service logic jointly.For example, being set to the color of the picture in the page in a picture control It sets, it usually needs a button control is to be controlled.For example, yellow is set by picture when button is pressed, when button bullet Device is played, sets white for picture.During concrete implementation, system monitors button on the page and presses or bounce event, And message event is generated, pass through the first interface function in the business processing class of call buttons control, i.e. sengMsg interface function Event message is transmitted to button control.When button control receives event message, connect by calling the second of business processing class Mouth function, i.e. getMsg send event message to picture control.In business processing class of the picture control by calling itself SengMsg interface function receives event message, and calls the corresponding business processing class of picture control to picture according to event message Attribute is configured.
Referring to fig. 2, the page service logic for providing another embodiment of the present invention realizes system, including configuration module 21, loading module 22 and Service Processing Module 23.
Configuration module 21, for configuring Custom Attributes, the Custom Attributes to control in the topology file of the page Attribute information include at least control corresponding business processing class mark;
Loading module 22, for being identified according to the corresponding business processing class of control, load and business processing class into control Identify corresponding business processing class;
Service Processing Module 23, for realizing the business processing of control by the business processing class.
Wherein, configuration module 21 are further used in the attr.xml file of android system to the customized of control Attribute is declared, and the attribute information by writing Custom Attributes in attr.xml file.
Referring to Fig. 3, page service logic realizes that system further includes read module 24 and interface definition module 25.
Read module 24, for being read in the processing class of control in topology file as the customized category of control statement Property, and obtaining the attribute information in Custom Attributes, wherein the attribute information includes the business processing class defined for the control Mark.
Interface definition module 25 for the defining interface in the corresponding business processing class of control, and defines the in the interface One interface function and second interface function, wherein realize that the information of control flows by the first interface function, by described Second interface function realizes the information outflow of control.Wherein, pass through the first interface function and second interface letter on two controls Number is to realize the communication between two controls.
Referring to fig. 4, Service Processing Module 23 further comprises monitoring unit 231, the first call unit 232 and the second calling Unit 233.
Wherein, first control in two controls is button control, and second control is picture control.Monitoring unit 231, event is pressed or bounces for control button control, and generate event message.
First call unit 232, the first interface function of the business processing class for call buttons control, by the event Message is sent to the button control.
Second call unit 233 sends institute to picture control for the second interface function by calling business processing class Event message is stated, to call picture control to be configured picture attribute according to the event message.
Fig. 5 shows the structural block diagram of the equipment of the page logic processing decoupling method of the embodiment of the present application.
Referring to Fig. 5, the equipment that page logic handles decoupling method includes: processor (processor) 501, memory (memory) 502 and bus 503;Wherein, the processor 501 and memory 502 are completed mutual by the bus 503 Communication.
The processor 501 is used to call the program instruction in the memory 502, to execute above-mentioned each method embodiment Provided method, for example, Custom Attributes is configured to control in the topology file of the page, the Custom Attributes Attribute information includes at least the corresponding business processing class mark of control;According to the corresponding business processing class mark of control, to control It is middle to load business processing class corresponding with business processing class mark, pass through the business processing that the business processing class realizes control.
The present invention discloses a kind of computer program product, which can including being stored in non-transient computer The computer program on storage medium is read, which includes program instruction, when program instruction is computer-executed, meter Calculation machine is able to carry out the processing decoupling method of page logic provided by above-mentioned corresponding embodiment, for example, in the layout of the page Custom Attributes is configured to control in file, the attribute information of the Custom Attributes includes at least the corresponding business processing of control Class mark;According to the corresponding business processing class mark of control, loaded at business corresponding with business processing class mark into control Class is managed, the business processing of control is realized by the business processing class.
The present invention also provides a kind of non-transient computer readable storage medium, which is deposited Computer instruction is stored up, which makes computer execute the processing of page logic provided by above-mentioned corresponding embodiment decoupling side Method, for example, Custom Attributes is configured to control in the topology file of the page, the attribute information of the Custom Attributes is extremely It less include the corresponding business processing class mark of control;According to the corresponding business processing class mark of control, load and industry into control Business processing class identifies corresponding business processing class, and the business processing of control is realized by the business processing class.
Those of ordinary skill in the art will appreciate that: realize that all or part of the steps of above method embodiment can pass through The relevant hardware of program instruction is completed, and program above-mentioned can be stored in a computer readable storage medium, the program When being executed, step including the steps of the foregoing method embodiments is executed;And storage medium above-mentioned includes: ROM, RAM, magnetic disk or light The various media that can store program code such as disk.
The embodiments such as the equipment of page logic processing decoupling method described above are only schematical, wherein conduct The unit of separate part description may or may not be physically separated, component shown as a unit can be or Person may not be physical unit, it can and it is in one place, or may be distributed over multiple network units.It can root According to actual need that some or all of the modules therein is selected to achieve the purpose of the solution of this embodiment.Ordinary skill Personnel are without paying creative labor, it can understand and implement.
Through the above description of the embodiments, those skilled in the art can be understood that each embodiment can It realizes by means of software and necessary general hardware platform, naturally it is also possible to pass through hardware.Based on this understanding, on Stating technical solution, substantially the part that contributes to existing technology can be embodied in the form of software products in other words, should Computer software product may be stored in a computer readable storage medium, such as ROM/RAM, magnetic disk, CD, including several fingers It enables and using so that a computer equipment (can be personal computer, server or the network equipment etc.) executes each implementation Certain Part Methods of example or embodiment.
The present invention provides a kind of page logic processing decoupling method and system, by original topology file to page The control in face carries out Custom Attributes, and the business processing class of each control is separately separated, when the service logic of control becomes When change, can the business processing class directly to control modify, dispersed the business logic processing of each control in the page, mentioned The maintainability for having risen code, due to improving the loading velocity of the page without loading to entire topology file.Meanwhile Unified interface is constructed in the business processing class of control to be responsible for distributing information flow, it is ensured that information can be smooth between control Ground circulation, so that it is guaranteed that logic of business functions fast implements.
Finally, the present processes are only preferable embodiment, it is not intended to limit the scope of the present invention.It is all Within the spirit and principles in the present invention, any modification, equivalent replacement, improvement and so on should be included in protection of the invention Within the scope of.

Claims (10)

1. a kind of page service logic implementation method characterized by comprising
S1, configures Custom Attributes to control in the topology file of the page, and the attribute information of the Custom Attributes at least wraps Include the corresponding business processing class mark of control;
S2 is identified according to the corresponding business processing class of control, is loaded at business corresponding with business processing class mark into control Class is managed, the business processing of control is realized by the business processing class.
2. page service logic implementation method as described in claim 1, which is characterized in that include multiple controls in the page Part, the topology file of the page include the business processing description information of each control.
3. page service logic implementation method as described in claim 1, which is characterized in that in the step S1, in the page Further comprise to control configuration Custom Attributes in topology file:
The Custom Attributes of control is declared in the attr.xml file of android system, and by attr.xml The attribute information of Custom Attributes is write in file.
4. page service logic implementation method as claimed in claim 3, which is characterized in that in the step S2 further include:
The Custom Attributes declared in topology file for the control is read in the processing class of control, and is obtained in Custom Attributes Attribute information, wherein the attribute information include defined for the control business processing class mark.
5. page service logic implementation method as described in claim 1, which is characterized in that the step S2 further include:
The defining interface in the corresponding business processing class of control, and first interface function and second interface letter are defined in the interface Number, wherein realize that the information of control flows by the first interface function, control is realized by the second interface function Information outflow.
6. page service logic implementation method as claimed in claim 5, which is characterized in that connect by first on two controls Mouthful function and second interface function realize the communication between two controls.
7. page service logic implementation method as claimed in claim 6, which is characterized in that first in described two controls Control is button control, and second control is picture control, then in the step S2, realizes control by the business processing class Business processing further comprise:
Event is pressed or bounced to control button control, and generates event message, and the of the business processing class of call buttons control The event message is sent to the button control by one interface function;
The button control sends the event message to picture control by the second interface function of calling business processing class, To call picture control to be configured picture attribute according to the event message.
8. a kind of page service logic realizes system characterized by comprising
Configuration module, for configuring Custom Attributes, the attribute of the Custom Attributes to control in the topology file of the page Information includes at least the corresponding business processing class mark of control;
Loading module, for being identified according to the corresponding business processing class of control, load and business processing class mark pair into control The business processing class answered realizes the business processing of control by the business processing class.
9. a kind of equipment of page service logic implementation method, which is characterized in that including processor (processor), memory (memory) and bus;
The processor and memory complete mutual communication by the bus;
The memory is stored with the program instruction that can be executed by the processor, and the processor calls described program to instruct energy Enough execute the method according to claim 1 to 7.
10. a kind of non-transient computer readable storage medium, which is characterized in that the non-transient computer readable storage medium is deposited Computer instruction is stored up, the computer instruction makes the computer execute the method as described in claim 1 to 7 is any.
CN201710517245.5A 2017-06-29 2017-06-29 A kind of page service logic realization method and system Pending CN109240684A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710517245.5A CN109240684A (en) 2017-06-29 2017-06-29 A kind of page service logic realization method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710517245.5A CN109240684A (en) 2017-06-29 2017-06-29 A kind of page service logic realization method and system

Publications (1)

Publication Number Publication Date
CN109240684A true CN109240684A (en) 2019-01-18

Family

ID=65083211

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710517245.5A Pending CN109240684A (en) 2017-06-29 2017-06-29 A kind of page service logic realization method and system

Country Status (1)

Country Link
CN (1) CN109240684A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109783072A (en) * 2019-01-23 2019-05-21 深圳智链物联科技有限公司 Method for processing business, device, terminal device and computer readable storage medium
CN110888643A (en) * 2019-11-29 2020-03-17 北京奇艺世纪科技有限公司 Page processing method and device
CN112953754A (en) * 2020-05-12 2021-06-11 深圳市明源云客电子商务有限公司 Configuration method and device of differentiated service, electronic equipment and storage medium
CN113190227A (en) * 2021-05-08 2021-07-30 北京百度网讯科技有限公司 Application program issuing and processing method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080270472A1 (en) * 2005-01-19 2008-10-30 Matsushita Electric Industrial Co., Ltd. Information Terminal and Information Providing Method
CN103544005A (en) * 2013-09-10 2014-01-29 Tcl集团股份有限公司 Expansion developing method and device for Android custom control
CN105242922A (en) * 2015-09-25 2016-01-13 卡斯柯信号有限公司 Property tag based data display method
CN106201155A (en) * 2015-04-30 2016-12-07 Tcl光电科技(惠州)有限公司 Method for displaying user interface and system
CN106610824A (en) * 2015-10-23 2017-05-03 北京国双科技有限公司 Page height self-adaptation method and apparatus

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080270472A1 (en) * 2005-01-19 2008-10-30 Matsushita Electric Industrial Co., Ltd. Information Terminal and Information Providing Method
CN103544005A (en) * 2013-09-10 2014-01-29 Tcl集团股份有限公司 Expansion developing method and device for Android custom control
CN106201155A (en) * 2015-04-30 2016-12-07 Tcl光电科技(惠州)有限公司 Method for displaying user interface and system
CN105242922A (en) * 2015-09-25 2016-01-13 卡斯柯信号有限公司 Property tag based data display method
CN106610824A (en) * 2015-10-23 2017-05-03 北京国双科技有限公司 Page height self-adaptation method and apparatus

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
HAPPYCORN: "Android各组件/控件间通信利器之EventBus", 《HTTPS://WWW.CNBLOGS.COM/LWBQQYUMIDI/P/4041455.HTML》 *
佣工7001: "为Android自定义部件(widget)实现自定义的XML配置属性", 《HTTPS://WWW.CNBLOGS.COM/DAJIANSHI/ARCHIVE/2012/03/31/2827107.HTML》 *
启舰: "EventBus使用详解(一)——初步使用EventBus", 《HTTPS://BLOG.CSDN.NET/HARVIC880925/ARTICLE/DETAILS/40660137》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109783072A (en) * 2019-01-23 2019-05-21 深圳智链物联科技有限公司 Method for processing business, device, terminal device and computer readable storage medium
CN110888643A (en) * 2019-11-29 2020-03-17 北京奇艺世纪科技有限公司 Page processing method and device
CN112953754A (en) * 2020-05-12 2021-06-11 深圳市明源云客电子商务有限公司 Configuration method and device of differentiated service, electronic equipment and storage medium
CN113190227A (en) * 2021-05-08 2021-07-30 北京百度网讯科技有限公司 Application program issuing and processing method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN109240684A (en) A kind of page service logic realization method and system
US10228935B2 (en) Rebuildable service-oriented applications
US9621428B1 (en) Multi-tiered cloud application topology modeling tool
CN104866327B (en) A kind of PHP development approaches and framework
US11757696B2 (en) Methods for defining a network service descriptor (NSD) for a network service (NS), and network functions virtualization (NFV) orchestrator (NFVO) using said NSD
CN105786474B (en) A kind of cooperation service flow custom system and method for supporting multi-tenant
CN105354025B (en) Business model based on mobile application configures system and method
CN107133039A (en) The construction method and device of regulation engine
CN108241799B (en) Cross-system access method, system, device and computer readable storage medium
CN106485390A (en) The generation method of examination & approval stream and device
CN105453097B (en) Constrained driver platform runs driver in sandbox in the user mode
CN109739770A (en) The adjustment method and device of small routine
CN104516794B (en) Backup method, the apparatus and system of database file
CN104679532B (en) kernel module loading method and device
CN107426599B (en) Floating layer management method and system
CN107329991A (en) A kind of list access to web page and methods of exhibiting and its system
CN111031133B (en) Operation method and device of business engine, storage medium and electronic device
CN109858727A (en) A kind of user control and its construction method and Work-flow control method
CN109189494A (en) Configure gray scale dissemination method, device, equipment and computer readable storage medium
CN104714805B (en) A kind of method and device of the setting menu of control application program
CN109754072A (en) Processing method, artificial intelligence process device and the Related product of internet off-line model
WO2018001025A1 (en) Excitation-message generation and control method, apparatus, and logic detection device and storage medium
CN104461583B (en) A kind of method, apparatus and mobile terminal for calling resources-type application
CN108810125A (en) The service discovery method and system of physical node
CN107329762A (en) A kind of method and system for describing to service with integrated software

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: 20190118

RJ01 Rejection of invention patent application after publication