[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

CN110007987B - Method and system for managing hierarchy of view object - Google Patents

Method and system for managing hierarchy of view object Download PDF

Info

Publication number
CN110007987B
CN110007987B CN201810011672.0A CN201810011672A CN110007987B CN 110007987 B CN110007987 B CN 110007987B CN 201810011672 A CN201810011672 A CN 201810011672A CN 110007987 B CN110007987 B CN 110007987B
Authority
CN
China
Prior art keywords
view object
frame manager
bullet frame
added
view
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
CN201810011672.0A
Other languages
Chinese (zh)
Other versions
CN110007987A (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.)
Beijing Bokun 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 CN201810011672.0A priority Critical patent/CN110007987B/en
Publication of CN110007987A publication Critical patent/CN110007987A/en
Application granted granted Critical
Publication of CN110007987B publication Critical patent/CN110007987B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a method and a system for managing a hierarchy of a view object, wherein the method comprises the following steps: receiving a view object needing to be added and a hierarchy index of the view object, which are transmitted to a bullet box manager based on an interface function; acquiring a hierarchy index of a current topmost view object in the bullet frame manager; and adding the view objects to be added into the bullet frame manager according to the size relation between the hierarchy index of the view objects to be added into the bullet frame manager and the hierarchy index of the current topmost view object in the bullet frame manager. The invention manages the hierarchical relationship of a plurality of view objects by designing the bullet frame manager, and effectively adds and manages each view object according to the relationship among the hierarchical indexes of each view object.

Description

Method and system for managing hierarchy of view object
Technical Field
The present invention relates to the field of view management technologies, and in particular, to a method and a system for managing a hierarchy of view objects.
Background
With the rapid development of mobile terminals of mobile phones, a plurality of view objects can be popped up from one page, the view objects can be overlapped together, the view objects have a hierarchical relationship, and the view objects are laid out and displayed through the hierarchical relationship between the view objects.
For the newly added view object, because a plurality of view objects are not effectively managed, currently, only the newly added view object can be overlaid on the current top view object, and for other hierarchical relationships, there is no way to implement, and flexible insertion and removal of each view object cannot be implemented.
Disclosure of Invention
The present invention provides a method and system for hierarchical management of view objects that overcomes, or at least partially solves, the above mentioned problems.
According to an aspect of the present invention, there is provided a method for hierarchical management of view objects, including:
receiving a view object needing to be added and a hierarchy index of the view object, which are transmitted to a bullet box manager based on an interface function;
acquiring a hierarchy index of a current topmost view object in the bullet frame manager;
and adding the view objects to be added into the bullet frame manager according to the size relation between the hierarchy index of the view objects to be added into the bullet frame manager and the hierarchy index of the current topmost view object in the bullet frame manager.
On the basis of the technical scheme, the invention can be further improved as follows.
Further, the method also comprises the following steps:
a bullet frame manager is predefined, and an array is defined in the bullet frame manager and used for storing the view objects and the hierarchical indexes of the view objects.
Further, adding the view object to be added to the bullet frame manager according to the size relationship between the hierarchical index of the view object added to the bullet frame manager and the hierarchical index of the current topmost view object in the bullet frame manager specifically includes:
if the hierarchy index of the view object needing to be added into the bullet frame manager is larger than the hierarchy index of the current topmost view object in the bullet frame manager, calling an addObject () method to add the view object needing to be added into the array in the bullet frame manager, wherein the added view object is positioned at the topmost layer of the array;
if the hierarchy index of the view object required to be added into the bullet frame manager is less than or equal to the hierarchy index of the current topmost view object in the bullet frame manager, calling an insertObject () method to insert the view object into the corresponding position in the array according to the hierarchy index of the view object required to be added into the bullet frame manager.
Further, after the adding the view object to be added to the bullet box manager by the corresponding method, the method further includes:
after the view object needing to be added is added into the bullet box manager, the method further comprises the following steps:
and transferring the current topmost view object in the bullet frame manager to the controller for display through a function method of the controller.
Further, the step of transferring the current top-most view object in the popup frame manager to the controller for display through a function method of the controller specifically includes:
acquiring a level index of a current topmost view object in the bullet frame manager by a getTopIndex () method;
and finding a corresponding view object from the array according to the hierarchy index of the current topmost view object, and transmitting the view object to a respondToSelector () method defined in the controller so that the view object is displayed in the controller.
Further, after the transferring the view object at the current topmost layer in the popup frame manager to the controller for displaying, the method further includes:
and according to the hierarchical index of the view object displayed in the controller, finding the corresponding view object in the array, removing the view object from the array, and updating the view object in the array. According to another aspect of the present invention, there is provided a hierarchy management system of view objects, including:
the receiving module is used for transmitting the view object to be added and the hierarchy index of the view object into the popup manager based on the interface function;
the acquisition module is used for acquiring the hierarchy index of the current topmost view object in the bullet frame manager;
and the adding module is used for adding the view object to be added into the bullet frame manager by adopting a corresponding method according to the size relation between the hierarchy index of the view object to be added into the bullet frame manager and the hierarchy index of the current topmost view object in the bullet frame manager.
Further, the method also comprises the following steps:
the definition module is used for predefining a popup frame manager and defining an array in the popup frame manager, wherein the array is used for storing the view object and the hierarchy index of the view object.
Further, the method also comprises the following steps:
and the transfer module is used for transferring the current topmost view object in the popup frame manager to the controller for display through a function method of the controller.
According to yet another aspect of the present invention, there is also provided a non-transitory computer-readable storage medium characterized by storing computer instructions that cause the computer to execute a method of hierarchical management of view objects.
The invention provides a method and a system for managing the hierarchy of view objects, which manage the hierarchy of a plurality of view objects by designing a popup manager, and effectively add and manage each view object according to the relationship among the hierarchy indexes of each view object.
Drawings
FIG. 1 is a flowchart of a method for hierarchical management of view objects according to one embodiment of the present invention;
FIG. 2 is a flowchart of a method for managing a hierarchy of view objects according to another embodiment of the present invention;
FIG. 3 is a block diagram of a view object hierarchy management system connection, in accordance with one embodiment of the present invention;
FIG. 4 is a block diagram of a hierarchy management system connection for view objects in accordance with another embodiment of the present invention;
fig. 5 is a connection block diagram of an electronic device according to another embodiment of the invention.
Detailed Description
The following detailed description of embodiments of the present invention is provided in connection with the accompanying drawings and examples. The following examples are intended to illustrate the invention but are not intended to limit the scope of the invention.
Referring to fig. 1, a method for managing a hierarchy of view objects according to an embodiment of the present invention is provided, which can implement hierarchical management of a plurality of view objects, and the method includes: receiving a view object needing to be added and a hierarchy index of the view object, which are transmitted to a bullet box manager based on an interface function; acquiring a hierarchy index of a current topmost view object in the bullet frame manager; and adding the view objects to be added into the bullet frame manager according to the size relation between the hierarchy index of the view objects to be added into the bullet frame manager and the hierarchy index of the current topmost view object in the bullet frame manager.
Since there is a hierarchical relationship between the view objects, i.e. one view object is above another view object or one view object is below another view object when the view objects are displayed, each view object has its own hierarchical index, and usually a view object with a large hierarchical index is located above a view object with a small hierarchical index.
Thus, when a view object is added to the bullet box manager, a hierarchical index that specifies the view object is required. In this embodiment, when a view object needs to be added to the bullet frame manager, a parameter is introduced into the bullet frame manager by calling an adddelertto () function, where the adddelertto () function includes two parameters, one is the view object that needs to be added to the bullet frame manager, and the other is the hierarchical index of the view object.
Before parameters are transmitted to the bullet frame manager, view objects usually already exist in the bullet frame manager, therefore, when the bullet frame manager receives the transmitted parameters, the hierarchy index of the current topmost view object in the bullet frame manager is obtained, the transmitted second parameter, namely the hierarchy index of the view object needing to be added to the bullet frame manager is compared with the hierarchy index of the current topmost view object in a plurality of view objects existing in the bullet frame manager, and the view object needing to be added is added to the bullet frame manager by adopting different methods according to the comparison result.
On the basis of the above embodiment, an embodiment of the present invention further includes: a bullet frame manager is predefined, and an array is defined in the bullet frame manager and used for storing the view objects and the hierarchical indexes of the view objects.
In the conventional method, the hierarchies of multiple views cannot be managed effectively, so that a box manager is defined in the embodiment to manage the hierarchies of multiple view objects. After the elastic frame manager is defined, an array is defined in the elastic frame manager, each view object is actually stored in the array of the elastic frame manager, each view object is stored in the array, and the array stores each view object and also correspondingly stores the hierarchical index of each view object, so that the management of each view object is facilitated.
On the basis of the foregoing embodiments, in another embodiment of the present invention, the adding, by using a corresponding method, the view object to be added to the bullet frame manager according to the size relationship between the hierarchical index of the view object added to the bullet frame manager as needed and the hierarchical index of the current topmost view object in the bullet frame manager specifically includes: if the hierarchy index of the view object needing to be added into the bullet frame manager is larger than the hierarchy index of the current topmost view object in the bullet frame manager, calling an addObject () method to add the view object needing to be added into the array in the bullet frame manager; if the hierarchy index of the view object required to be added into the bullet frame manager is less than or equal to the hierarchy index of the current topmost view object in the bullet frame manager, calling an insertObject () method to insert the view object into the corresponding position in the array according to the hierarchy index of the view object required to be added into the bullet frame manager.
The above embodiment has described that the hierarchical index of the view object to be added to the bullet frame manager is compared with the hierarchical index of the current topmost view object in the bullet frame manager, so as to adopt a corresponding method to add the view object to be added to the bullet frame manager. Specifically, the hierarchical index of the current topmost view object in the bullet frame manager is obtained by the getTopIndex () method, and for convenience of description, the hierarchical index of the current topmost view object in the bullet frame manager is recorded as shownindex, and the hierarchical index of the view object to be added to the bullet frame manager is recorded as InsertIndex.
If the shownindex is 0, which indicates that there is no view object currently in the bullet frame manager, the addObject () method may be directly called to add the view object to be added to the array of the bullet frame manager, at this time, the newly added view object is located above the current topmost view object, that is, after the view object in the array is updated, the newly added view object becomes the new current topmost view object.
If the ShowIndex is greater than 0, comparing the size of the InsertIndex with the size of the ShowIndex, and if the InsertIndex is greater than the ShowIndex, indicating that the hierarchy index of the view object to be added is greater than that of the current topmost view object, namely that the hierarchy of the view object to be added is above that of the current topmost view object, therefore, the addObject () method can be directly called to add the view object to be added to the array of the bullet frame manager, and at this time, the view object newly added to the array becomes the current topmost view object.
If InsertIndex is less than or equal to showndex, it indicates that the hierarchy index of the view object to be added is less than or equal to the hierarchy index of the current topmost view object, that is, the hierarchy of the view object to be added is below the hierarchy of the current topmost view object, that is, the view object to be added is to be inserted into an intermediate position of all view objects in the box manager, for example, InsertIndex is 5, and showndex is 6, the view object to be added is located below the current topmost view object, the view object to be added is to be added onto the view object with hierarchy index 4 in the box manager, and at this time, the method of InsertObject () is called to insert the view object to be added into the corresponding position according to the hierarchy index of the view object to be added. The InsertObject () method includes two parameters, one is a view object to be inserted, and the other is a hierarchical index of the view object, and the view object is inserted into a corresponding position in an array of the bounding box manager according to the hierarchical index of the view. Therefore, for different situations of the hierarchical indexes of the view objects needing to be added, the view objects are added to the array of the bullet box manager by adopting a corresponding method.
On the basis of the foregoing embodiments, in an embodiment of the present invention, after the adding the view object to be added to the bezel manager by using the corresponding method, the method further includes: and transferring the current topmost view object in the bullet frame manager to the controller for display through a function method of the controller.
In the above embodiment, the view object to be added is added to the array of the bezel manager, and the current topmost view object in the array is also required to be displayed. And the popup frame manager transfers the current topmost view object to the controller for display.
On the basis of the foregoing embodiments, in another embodiment of the present invention, the transmitting the current topmost view object in the popup frame manager to the controller for displaying specifically includes: acquiring a level index of a current topmost view object in the bullet frame manager by a getTopIndex () method; and finding a corresponding view object from the array according to the hierarchy index of the current topmost view object, and transmitting the view object to a respondToSelector () method defined in the controller so that the view object is displayed in the controller.
And obtaining the hierarchy index ShowIndex of the current topmost view object in the bullet frame manager through a getTopIndex () method, wherein if the ShowIndex is 0, the view object does not exist in the array of the bullet frame manager, namely the array is empty. And if the ShowInde is larger than 0, finding the current topmost view object from the array according to the acquired hierarchy index of the current topmost view object, and transmitting the current topmost view object to the controller for displaying.
In the implementation process of transferring the view object in the bounding box manager to the controller, a respondtoselection () method is defined in the controller, and is used for receiving the view object transferred from the bounding box manager and displaying the view object in the controller.
On the basis of the foregoing embodiments, in an embodiment of the present invention, after the transferring the view object at the current topmost layer in the popup frame manager to a controller for displaying, the method further includes: and according to the hierarchical index of the view object displayed in the controller, finding the corresponding view object in the array, removing the view object from the array, and updating the view object in the array.
And after the current topmost view object in the bullet frame manager is transmitted to the controller to be displayed, and the current topmost view object is displayed completely, removing the corresponding view object in the array of the bullet frame manager so as to display the current topmost view object in the updated array.
Referring to fig. 3, a hierarchical management system of view objects according to an embodiment of the present invention is provided, which includes a receiving module 31, an obtaining module 32, and an adding module 33.
The receiving module 31 is configured to receive a view object to be added and a hierarchical index of the view object, which are transmitted to the bounding box manager based on the interface function.
An obtaining module 32, configured to obtain a hierarchical index of a current top-most view object in the bullet frame manager.
The adding module 33 is configured to add the view object to be added to the bullet frame manager according to a size relationship between the hierarchical index of the view object that is added to the bullet frame manager as needed and the hierarchical index of the current topmost view object in the bullet frame manager.
Referring to fig. 4, a hierarchical management system of view objects according to another embodiment of the present invention is provided, which includes a receiving module 31, an obtaining module 32, an adding module 33, a defining module 34, a transferring module 35, and a removing module 36.
The receiving module 31 is configured to receive a view object to be added and a hierarchical index of the view object, which are transmitted to the bounding box manager based on the interface function.
An obtaining module 32, configured to obtain a hierarchical index of a current top-most view object in the bullet frame manager.
The adding module 33 is configured to add the view object to be added to the bullet frame manager according to a size relationship between the hierarchical index of the view object that is added to the bullet frame manager as needed and the hierarchical index of the current topmost view object in the bullet frame manager.
The defining module 24 is configured to predefine a bounding box manager, and define an array in the bounding box manager, where the array is used to store the view object and the hierarchical index corresponding to the view object.
An adding module 33, configured to, if the level index of the view object to be added to the bullet frame manager is greater than the level index of the view object at the current top layer in the bullet frame manager, call an addObject () method to add the view object to be added to the array in the bullet frame manager; and if the hierarchy index of the view object required to be added to the bullet frame manager is less than or equal to the hierarchy index of the view object at the current topmost layer in the bullet frame manager, calling an insertObject () method to insert the view object required to be added to the corresponding position in the array. And a transferring module 35, configured to transfer the current top-most view object in the popup frame manager to a controller for display.
The transfer module 35 is specifically configured to obtain, by using a getTopIndex () method, a hierarchy index of a current topmost view object in the bullet frame manager; and finding a corresponding view object from the array according to the hierarchy index of the current topmost view object, and transmitting the view object to a respondToSelector () method defined in the controller so that the view object is displayed in the controller.
A removing module 36, configured to find a corresponding view object in the array according to the hierarchical index of the view object displayed in the controller after the current top-most view object is displayed in the controller, remove the view object from the array, and update the view object in the array.
Referring to fig. 5, there is provided an electronic device of an embodiment of the present invention, including: a processor (processor)501, a memory (memory)502, and a bus 503; the processor 501 and the memory 502 are in communication with each other via the bus 503.
The processor 501 is configured to call program instructions in the memory 502 to perform the methods provided by the above-mentioned method embodiments, for example, including: receiving a view object needing to be added and a hierarchy index of the view object, which are transmitted to a bullet box manager based on an interface function; acquiring a hierarchy index of a current topmost view object in the bullet frame manager; and adding the view object to be added into the bullet frame manager according to the size relation between the hierarchy index of the view object to be added into the bullet frame manager and the hierarchy index of the current topmost view object in the bullet frame manager.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute the various embodiments or some parts of the methods of the embodiments.
The invention provides a method and a system for managing the hierarchy of a view object, wherein the management of the hierarchy of the view object is realized by adding the view object into a box frame manager instead of directly adding a newly added view object to the current topmost view object like the traditional scheme.
Finally, the method of the present application is only a preferred embodiment and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (7)

1. A method for hierarchical management of view objects, comprising:
receiving a view object needing to be added and a hierarchy index of the view object, which are transmitted to a bullet box manager based on an interface function;
acquiring a hierarchy index of a current topmost view object in the bullet frame manager;
adding the view objects to be added into the bullet frame manager according to the size relation between the hierarchy index of the view objects to be added into the bullet frame manager and the hierarchy index of the current topmost view object in the bullet frame manager;
the method for managing the hierarchy of the view object further comprises the following steps: predefining a bullet frame manager, and defining an array in the bullet frame manager, wherein the array is used for storing a view object and a hierarchical index of the view object;
the adding the view object to be added to the bullet frame manager according to the size relationship between the hierarchy index of the view object added to the bullet frame manager as required and the hierarchy index of the current topmost view object in the bullet frame manager specifically includes:
if the hierarchy index of the view object needing to be added into the bullet frame manager is larger than the hierarchy index of the current topmost view object in the bullet frame manager, calling an addObject () method to add the view object needing to be added into the array in the bullet frame manager, wherein the added view object is positioned at the topmost layer of the array;
if the hierarchy index of the view object required to be added into the bullet frame manager is less than or equal to the hierarchy index of the current topmost view object in the bullet frame manager, calling an insertObject () method to insert the view object into the corresponding position in the array according to the hierarchy index of the view object required to be added into the bullet frame manager.
2. The method for hierarchical management of view objects according to claim 1, wherein after adding the view object to be added to the bounding box manager, further comprising:
and transferring the current topmost view object in the bullet frame manager to the controller for display through a function method of the controller.
3. The method for hierarchical management of view objects according to claim 2, wherein the transferring the current topmost view object in the popup frame manager to the controller for display by a function method of the controller specifically comprises:
acquiring a level index of a current topmost view object in the bullet frame manager by a getTopIndex () method;
and finding a corresponding view object from the array according to the hierarchy index of the current topmost view object, and transmitting the view object to a respondToSelector () method defined in the controller so that the view object is displayed in the controller.
4. The method for hierarchical management of view objects according to claim 2, wherein said transferring the current top-most view object in the popup manager to the controller for display by a functional method of the controller further comprises:
the corresponding view object is found in the array and removed from the array according to the hierarchical index of the view object displayed in the controller.
5. A hierarchical management system for view objects, comprising:
the receiving module is used for transmitting the view object to be added and the hierarchy index of the view object into the popup manager based on the interface function;
the acquisition module is used for acquiring the hierarchy index of the current topmost view object in the bullet frame manager;
the adding module is used for adding the view objects to be added into the bullet frame manager according to the size relation between the hierarchy indexes of the view objects to be added into the bullet frame manager and the hierarchy index of the current topmost view object in the bullet frame manager;
the hierarchical management system for the view object further includes: the system comprises a definition module, a view object storage module and a view object storage module, wherein the definition module is used for predefining a popup frame manager and defining an array in the popup frame manager, and the array is used for storing the view object and a hierarchical index of the view object;
the adding the view object to be added to the bullet frame manager according to the size relationship between the hierarchy index of the view object added to the bullet frame manager as required and the hierarchy index of the current topmost view object in the bullet frame manager specifically includes:
if the hierarchy index of the view object needing to be added into the bullet frame manager is larger than the hierarchy index of the current topmost view object in the bullet frame manager, calling an addObject () method to add the view object needing to be added into the array in the bullet frame manager, wherein the added view object is positioned at the topmost layer of the array;
if the hierarchy index of the view object required to be added into the bullet frame manager is less than or equal to the hierarchy index of the current topmost view object in the bullet frame manager, calling an insertObject () method to insert the view object into the corresponding position in the array according to the hierarchy index of the view object required to be added into the bullet frame manager.
6. The hierarchical management system for view objects as set forth in claim 5, further comprising:
and the transfer module is used for transferring the current topmost view object in the popup frame manager to the controller for display through a function method of the controller.
7. A non-transitory computer-readable storage medium storing computer instructions that cause a computer to perform the method of any one of claims 1-4.
CN201810011672.0A 2018-01-05 2018-01-05 Method and system for managing hierarchy of view object Active CN110007987B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810011672.0A CN110007987B (en) 2018-01-05 2018-01-05 Method and system for managing hierarchy of view object

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810011672.0A CN110007987B (en) 2018-01-05 2018-01-05 Method and system for managing hierarchy of view object

Publications (2)

Publication Number Publication Date
CN110007987A CN110007987A (en) 2019-07-12
CN110007987B true CN110007987B (en) 2022-03-25

Family

ID=67164635

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810011672.0A Active CN110007987B (en) 2018-01-05 2018-01-05 Method and system for managing hierarchy of view object

Country Status (1)

Country Link
CN (1) CN110007987B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112231026A (en) * 2020-09-15 2021-01-15 北京值得买科技股份有限公司 APP bullet frame management method
CN114895984A (en) * 2022-05-31 2022-08-12 携程旅游信息技术(上海)有限公司 View hierarchy management method, hierarchy manager, electronic device, and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105404529A (en) * 2015-10-19 2016-03-16 北京奇虎科技有限公司 Popup method, device and system of operation system popup for reinstallation
CN105867915A (en) * 2016-03-25 2016-08-17 广州阿里巴巴文学信息技术有限公司 Application interface display method and device
CN106325875A (en) * 2016-08-29 2017-01-11 浪潮软件集团有限公司 Method for comparing webpage UI interface with webpage design drawing
CN106648642A (en) * 2016-12-09 2017-05-10 武汉斗鱼网络科技有限公司 Infinite page scrolling method of slide view in IOS client end and system
CN106648641A (en) * 2016-12-09 2017-05-10 武汉斗鱼网络科技有限公司 Automatic management method and system for multi-level pop-up boxes on iOS system device
CN107479892A (en) * 2017-08-18 2017-12-15 武汉斗鱼网络科技有限公司 Play frame view creation method, device and electronic equipment

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2615659A1 (en) * 2005-07-22 2007-05-10 Yogesh Chunilal Rathod Universal knowledge management and desktop search system
US8548992B2 (en) * 2010-10-28 2013-10-01 Cary Scott Abramoff User interface for a digital content management system
US9582598B2 (en) * 2011-07-05 2017-02-28 Visa International Service Association Hybrid applications utilizing distributed models and views apparatuses, methods and systems
US9256445B2 (en) * 2012-01-30 2016-02-09 Microsoft Technology Licensing, Llc Dynamic extension view with multiple levels of expansion
CA2908662C (en) * 2013-04-06 2021-08-03 Miranda Technologies Partnership Systems and methods for media distribution and management
US9436616B2 (en) * 2013-05-06 2016-09-06 Qualcomm Incorporated Multi-core page table sets of attribute fields
CN103699648A (en) * 2013-12-26 2014-04-02 成都市卓睿科技有限公司 Tree-form data structure used for quick retrieval and implementation method of tree-form data structure
CN104268243B (en) * 2014-09-29 2017-11-17 华为技术有限公司 A kind of position data processing method and processing device
US10082941B2 (en) * 2015-05-20 2018-09-25 Vmware, Inc. Optimizing window move actions for remoted applications
US11126427B2 (en) * 2016-02-17 2021-09-21 Silverthread, Inc. Computer-implemented methods and systems for measuring, estimating, and managing economic outcomes and technical debt in software systems and projects
CN106445559A (en) * 2016-10-21 2017-02-22 用友网络科技股份有限公司 Device and method for solving page differentiation through view template

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105404529A (en) * 2015-10-19 2016-03-16 北京奇虎科技有限公司 Popup method, device and system of operation system popup for reinstallation
CN105867915A (en) * 2016-03-25 2016-08-17 广州阿里巴巴文学信息技术有限公司 Application interface display method and device
CN106325875A (en) * 2016-08-29 2017-01-11 浪潮软件集团有限公司 Method for comparing webpage UI interface with webpage design drawing
CN106648642A (en) * 2016-12-09 2017-05-10 武汉斗鱼网络科技有限公司 Infinite page scrolling method of slide view in IOS client end and system
CN106648641A (en) * 2016-12-09 2017-05-10 武汉斗鱼网络科技有限公司 Automatic management method and system for multi-level pop-up boxes on iOS system device
CN107479892A (en) * 2017-08-18 2017-12-15 武汉斗鱼网络科技有限公司 Play frame view creation method, device and electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
谈谈addSubview和insertSubview;Dwyane_Coding;《https://www.jianshu.com/p/2a620870d8a6》;20170214;第1-3页 *

Also Published As

Publication number Publication date
CN110007987A (en) 2019-07-12

Similar Documents

Publication Publication Date Title
CN110333889B (en) Method and system for upgrading container service user cluster
US20160139890A1 (en) Managing reusable artifacts using placeholders
CN105760199B (en) A kind of application resource loading method and its equipment
CN111858577B (en) Method, apparatus and computer program product for storage management
CN110413282B (en) Redundant resource processing method, device, equipment and storage medium
CN110007987B (en) Method and system for managing hierarchy of view object
CN104991949B (en) Mobile terminal and its file management system and method
EP3026573A1 (en) Data storage method and apparatus
CN112579695A (en) Data synchronization method and device
CN105630932A (en) Method and device for managing files of intelligent terminals
US9104567B2 (en) Memory-leak identification
CN111143231B (en) Method, apparatus and computer program product for data processing
CN114416396A (en) Interface version control method and device, electronic equipment and storage medium
CN106657433A (en) Method and device for naming physical network card in multi-network card environment
CN106227541A (en) A kind of program updates download process method and mobile terminal
CN109885612A (en) The synchronization take-effective method and device of block chain intelligence contract
CN111221861A (en) Method and device for synchronizing local cache and database data
CN104063377A (en) Information processing method and electronic equipment using same
CN110362319A (en) Application management method and device, computer installation and computer readable storage medium
CN104461612A (en) Data processing method and device
CN113783913A (en) Message pushing management method and device
CN107770265B (en) A kind of method of data synchronization, data synchronization unit and mobile terminal
CN112487261B (en) Data acquisition method and device, electronic equipment and medium
CN105653324A (en) Method for automatically updating Android system application program list
CN114860362A (en) Interface updating method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20241008

Address after: Room 313, 3rd Floor, Building 3, No. 10 Duyang South Street, Shunyi District, Beijing 100000

Patentee after: Beijing Bokun Technology Co.,Ltd.

Country or region after: China

Address before: 430000 East Lake Development Zone, Wuhan City, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.

Country or region before: China