CN110147184B - Navigation backspacing method and control - Google Patents

Navigation backspacing method and control Download PDF

Info

Publication number
CN110147184B
CN110147184B CN201810150444.1A CN201810150444A CN110147184B CN 110147184 B CN110147184 B CN 110147184B CN 201810150444 A CN201810150444 A CN 201810150444A CN 110147184 B CN110147184 B CN 110147184B
Authority
CN
China
Prior art keywords
title
page
stack
navigation
control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810150444.1A
Other languages
Chinese (zh)
Other versions
CN110147184A (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 Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information 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 Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201810150444.1A priority Critical patent/CN110147184B/en
Publication of CN110147184A publication Critical patent/CN110147184A/en
Application granted granted Critical
Publication of CN110147184B publication Critical patent/CN110147184B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04815Interaction with a metaphor-based environment or interaction object displayed as three-dimensional, e.g. changing the user viewpoint with respect to the environment or object

Abstract

The invention discloses a navigation backspacing method and a control, and relates to the technical field of computers. One embodiment of the method comprises: after a navigation control to be tracked is determined, adding the title of each page container which is jumped by a user based on the navigation control into a stack to form a title stack; when a preset first trigger event is monitored, visually displaying the title stack, and taking a title selected by a user from the title stack as a title to be backed; and acquiring a page container corresponding to the title to be backed, and backing to a page corresponding to the page container from the current page. The method and the system can determine the jump page according to the selection of the user, so that the navigation backspacing is more flexible and convenient; the navigation backspacing can be triggered through the non-button event without adding an independent button, so that the button space is saved for the navigation bar, and the utilization rate of the navigation function area is improved.

Description

Navigation backspacing method and control
Technical Field
The invention relates to the technical field of computers, in particular to a navigation backspacing method and a control.
Background
Currently, the mobile APP (Application) era is entered, people using APP are more and more, and various APPs emerge endlessly. More and more services and more complex functions are provided for the APP. For example, in a purchasing process of an e-commerce APP, five or six pages are required to be skipped from commodity browsing to commodity detail to ordering payment, and when the e-commerce APP is returned, the e-commerce APP needs to return one page by one page, so that the operation process is very troublesome.
In order to solve the page rollback problem, the rollback schemes in the prior art mainly include the following:
(1) Setting a return button, and returning to the previous page by clicking the return button;
(2) Setting a home page button, and returning to the APP home page by clicking the home page button;
(3) Other buttons are provided to implement the function of clicking the button back to a certain page.
In the process of implementing the invention, the inventor finds that at least the following problems exist in the prior art:
(1) For the scheme of setting the back button: if the number of the skipped pages is large, the pages need to be returned step by step, and the process of returning the pages is complicated;
(2) For a scenario where the home button or other buttons are set to rollback to a page: because the selectable jump page is fixed, the jump flexibility is poor; a button needs to be added independently, and the navigation display space is occupied; the increased use of buttons is not high, resulting in wasted space for the navigation bar.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method and a control for navigation rollback, which can determine a jump page according to a selection of a user, so that the navigation rollback is more flexible and convenient; the navigation backspacing can be triggered through a non-button event without adding an independent button, so that the button space is saved for the navigation bar, and the utilization rate of a navigation function area is improved.
To achieve the above object, according to an aspect of an embodiment of the present invention, there is provided a method of navigating a fallback, including:
after a navigation control to be tracked is determined, adding the title of each page container which is jumped by a user based on the navigation control into a stack to form a title stack;
when a preset first trigger event is monitored, visually displaying the title stack, and taking a title selected by a user from the title stack as a title to be backed;
and acquiring a page container corresponding to the to-be-rolled-back title, and rolling back to a page corresponding to the page container from the current page.
Optionally, after determining the navigation control to be tracked, the method further includes: storing the title of each skipped page container and the corresponding page container to form a mapping table of the title and the page container in a Key-Value form;
acquiring a page container corresponding to the to-be-backed title, including: acquiring a container identifier corresponding to the title to be backed according to the title to be backed and the mapping table; and acquiring a page container corresponding to the title to be returned according to the container identifier.
Optionally, a code obfuscation mechanism is employed to form the header stack and/or to form a mapping table for the header and page container.
Optionally, a header stack is formed and/or a mapping table of header and page containers is formed in an asynchronous manner.
Optionally, the navigation rollback method according to the embodiment of the present invention further includes:
when a preset second trigger event is monitored, taking the title with the second largest title index in the title stack as the title to be backed; the second trigger event is a return event of the navigation control; wherein the title index of each title in the title stack is set in a self-increment manner.
Optionally, after returning from the current page to the page corresponding to the page container, the method further includes:
deleting the title to be rolled back from the title stack; determining a title with a title index larger than that of the title to be backed, and deleting the title from the title stack;
wherein the title index of each title in the title stack is set in a self-increment manner.
Optionally, a code obfuscation mechanism is used to perform the following steps:
deleting the title to be rolled back from the title stack; and determining the title with the title index larger than that of the title to be backed off, and deleting the title from the title stack.
Optionally, the navigation control to be tracked is determined by adopting a weak reference mode.
Optionally, after returning from the current page to the page corresponding to the page container, the method further includes:
if the title index of the title to be backed is the minimum value of all the title indexes, clearing the title stack, the mapping table and the weak reference; and the title index of each title in the title stack is set in a self-increment mode.
Optionally, visually presenting the title stack comprises: and visually displaying the title stack to the uppermost layer of the current page by adopting a modal frame.
Optionally, the modality box displays the titles in the title stack by using a horizontal list or a vertical list.
Optionally, when a preset operation is performed on the modal box or a peripheral region of the modal box is clicked, the modal box is eliminated from the current page.
Optionally, the method for navigating and backing off is implemented by using a singleton mode.
Optionally, the first triggering event is a non-button event.
According to still another aspect of an embodiment of the present invention, there is provided a navigation back-off control, including:
the pushing module is used for adding the title of each page container which is jumped by a user based on the navigation control into a stack to form a title stack after the navigation control to be tracked is determined;
the display module is used for visually displaying the title stack when a preset first trigger event is monitored;
the determining module is used for taking the title selected by the user from the title stack as the title to be backed;
and the skipping module is used for acquiring a page container corresponding to the title to be backed and backing to a page corresponding to the page container from the current page.
Optionally, the push module is further configured to, after determining the navigation control to be tracked, store, in a Key-Value form, a header of each skipped page container and a page container corresponding to the header of each skipped page container to form a mapping table of the header and the page container;
the skip module acquires a container identifier corresponding to the title to be backed according to the title to be backed and the mapping table; and acquiring a page container corresponding to the title to be returned according to the container identifier.
Optionally, the push module forms a header stack and/or forms a mapping table of header and page containers using a code obfuscation mechanism.
Optionally, the pushing module forms a header stack and/or forms a mapping table of a header and a page container in an asynchronous manner.
Optionally, the determining module is further configured to:
when a preset second trigger event is monitored, taking the title with the second highest title index in the title stack as the title to be backed; the second trigger event is a return event of the navigation control; and the title index of each title in the title stack is set in a self-increment mode.
Optionally, the press-in module is further configured to:
after returning to the page corresponding to the page container from the current page, deleting the title to be returned from the title stack; determining a title with a title index larger than that of the title to be backed off, and deleting the title from the title stack;
and the title index of each title in the title stack is set in a self-increment mode.
Optionally, the push module performs the following steps by using a code obfuscation mechanism:
deleting the title to be rolled back from the title stack; and determining the title with the title index larger than that of the title to be backed off, and deleting the title from the title stack.
Optionally, the navigation back-off control of the embodiment of the present invention further includes: and the binding module is used for determining the navigation control to be tracked by adopting a weak reference mode.
Optionally, the navigation back-off control of the embodiment of the present invention further includes: a clearing module, configured to clear the title stack, the mapping table, and the weak reference if the title index of the title to be backed off is the minimum value of all title indexes after the current page is backed to the page corresponding to the page container; and the title index of each title in the title stack is set in a self-increment mode.
Optionally, the display module visually displays the title stack to the uppermost layer of the current page by using a modal box.
Optionally, the modality box displays the titles in the title stack by using a horizontal list or a vertical list.
Optionally, the display module is further configured to: and when the preset operation is executed on the modal frame or the peripheral area of the modal frame is clicked, eliminating the modal frame from the current page.
Optionally, the navigation backspacing control is implemented in a singleton mode.
Optionally, the first triggering event is a non-button event.
According to another aspect of the embodiments of the present invention, there is provided an electronic device for navigation rollback, including:
one or more processors;
a storage device for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors are enabled to implement the method for navigating and backing provided by the first aspect of the embodiment of the present invention.
According to a further aspect of the embodiments of the present invention, there is provided a computer readable medium, on which a computer program is stored, which when executed by a processor, implements the method for navigating a fallback provided by the first aspect of the embodiments of the present invention.
One embodiment of the above invention has the following advantages or benefits: the navigation backspacing is triggered through a non-button event, and an independent button is not required to be added, so that the navigation space is saved, and the utilization rate of the navigation bar is improved; and the title selected by the user from the title stack is used as the title to be backed, so that the navigation backing is more flexible and convenient.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
fig. 1 is a schematic diagram of a main flow of a method of navigating back-off according to an embodiment of the invention;
FIG. 2 is a schematic diagram of a technical architecture of a navigation control;
FIG. 3 is a schematic diagram of a technical architecture of a stack;
FIG. 4 is a schematic diagram of the main modules of an apparatus for navigating a backspace control according to an embodiment of the present invention;
FIG. 5 is a schematic illustration of the technical architecture of a navigation back control of an alternate embodiment of the present invention;
FIG. 6 is a schematic diagram of a visualization presentation title stack in an alternative embodiment of the present invention;
FIG. 7 is an exemplary system architecture diagram in which embodiments of the present invention may be applied;
fig. 8 is a schematic block diagram of a computer system suitable for use in implementing a terminal device or server according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
It should be noted that the respective technical features mentioned in each embodiment of the present invention may be combined in any combination without departing from the spirit of the present invention.
In the embodiment of the invention, when the user browses the page by using the navigation function of the navigation control, the page browsed by the user based on the current navigation control is recorded. When a user wants to return to a certain page, the navigation return is triggered through a first trigger event. And at this time, the title of the browsed page is displayed to the user for the user to select. After a user selects a certain title, the user jumps to a page corresponding to the title.
Fig. 1 is a schematic diagram of a main flow of a method for navigating fallback according to an embodiment of the present invention, as shown in fig. 1, the method for navigating fallback includes:
s101, after a navigation control to be tracked is determined, adding the title of each page container which is jumped by a user based on the navigation control into a stack to form a title stack;
step S102, when a preset first trigger event is monitored, visually displaying the title stack, and taking a title selected by a user from the title stack as a title to be backed;
and step S103, acquiring a page container corresponding to the title to be returned, and returning from the current page to the page corresponding to the page container.
Optionally, the first triggering event is a non-button event. The non-button event refers to an operation event which is not based on a button, such as a gesture action performed within a certain distance range on the current page, or shaking the mobile phone, or sliding left and right on the current page, or the like, or an operation event based on an operation button of the navigation control, such as double-clicking or pressing a return button of the navigation control.
The navigation backspacing is triggered through the non-button event, an independent button does not need to be added, the display space of the navigation bar can be saved, and the utilization rate of the navigation function area is improved. In the embodiment of the invention, the title selected by the user from the title stack is used as the title to be backed, so that the user can specifically select which page to back to, and the navigation back is more flexible and convenient.
The navigation backspacing method is realized based on the navigation control of the system. FIG. 2 is a schematic diagram of a technical architecture of a navigation control, in which rectangular boxes represent property elements of the navigation control and circular boxes represent functions provided by the navigation control. As shown in fig. 2, the navigation control mainly consists of a container array and operation buttons (including a return button, various customized function buttons, and the like), and mainly provides a pop method and a push method. And the page container is a unit for displaying an interface and receiving view processing. The navigation control is implemented only for the page container and cannot store other elements that are customized. The pop and push methods provided by the navigation control are as follows:
(1) The push method provides a function of page jump to a new page, and adds a new page container into the container array;
(2) The pop method provides a jump function from the current page back to an old page and removes the containers behind the old page (excluding the old page to which the jump is made) from the container array.
In some embodiments, the navigation backspacing method may be implemented in a singleton mode, that is, each navigation backspacing method manages one navigation control and handles the backspacing operation of the navigation control. The core structure of the singleton schema contains only one special class called singleton. The singleton mode can ensure that one class has only one instance, namely, one class has only one object instance. The navigation backspacing method of the embodiment of the invention has wide application range, namely global access can be realized, so that navigation backspacing can be more conveniently carried out by adopting a single-case mode.
According to the embodiment of the invention, the title of each page container which is jumped by the user based on the navigation control is added into the stack to form a title stack. FIG. 3 is a schematic diagram of the technical architecture of a stack, in which rectangular boxes represent property elements of the stack control and round boxes represent functionality provided by the stack control. As shown in FIG. 3, the stack control is mainly composed of an array of elements and provides pop and push methods. The functions of the stack control are similar to the functions of part of the navigation control, and compared with the realization of the navigation control which is only aiming at a page container and cannot store other self-defined elements, the stack space can store the self-defined elements. The pop and push methods provided by the stack control are as follows:
(1) The push method provides for the sequential addition of elements of any type into an array of elements. For example: the element index of the element array added firstly is 0, the element index added later is 1, the indexes added later are analogized, and 1 is added each time;
(2) The pop method provides two functions:
1) Deleting the element with the largest element index in the element array;
2) The specified element and elements larger than the element index of the element are deleted.
After the navigation control to be tracked is determined, the method further comprises the following steps: and storing the title of each jumped page container and the corresponding page container thereof in a Key-Value form a mapping table of the title and the page container. Acquiring the page container corresponding to the to-be-rolled-back title may include: acquiring a container identifier corresponding to the title to be backed according to the title to be backed and the mapping table; and acquiring a page container corresponding to the title to be returned according to the container identifier.
The mapping table for the header and page container is a dictionary type data stored in Key-Value form. Key is the title, value is the container identification. When a page needs to jump to a certain page, a page container for jumping to the page needs to be provided.
In the embodiment of the invention, the step of adding the title of each page container jumped by the user based on the navigation control into the stack to form the title stack and/or the step of storing the title of each jumped page container and the corresponding page container thereof in the form of Key-Value to form the mapping table of the title and the page container can also be realized by calling a push method. In order to avoid calling the push method of the navigation control after calling the push method, a code obfuscation mechanism may be used to form a title stack and/or form a mapping table of a title and page container.
The code obfuscation mechanism (method-swizzle) reorganizes and processes existing code so that obfuscated code performs the same function as pre-processed code. The obfuscated code still conforms to the original file format and instruction set, and the execution results are the same as before the obfuscation. The push method of the embodiment of the invention is called by adopting a code obfuscation mechanism, namely, when the push method of the navigation control is called, the title of the page container is obtained according to the page container, and the push method of the embodiment of the invention is automatically called.
By adopting a code confusion mechanism, on one hand, a calling code for calling the push method of the embodiment of the invention does not need to be independently set, and developers only call the method of the navigation control as in conventional development, so that the calling is convenient and efficient; on the other hand, the synchronization and the correspondence between the title stack and the mapping table and the container array in the navigation control can be ensured, and the rollback failure caused by the asynchronization of the title stack and the mapping table can be prevented. If the call codes for calling the push method and the pop method of the embodiment of the invention are independently set, the call codes are easy to miss call, which causes the miscall situation, thereby causing data inconsistency and rollback failure.
In the embodiment of the present invention, the step of adding the title of each page container skipped by the user based on the navigation control into the stack to form the title stack and/or the step of storing the title of each skipped page container and the corresponding page container thereof in the form of Key-Value to form the mapping table of the title and the page container may also be implemented by calling a push method. In some optional embodiments, an asynchronous manner is adopted to form a header stack and/or form a mapping table of a header and a page container, that is, invoking the push method of the embodiment of the present invention and invoking the push method of the navigation control are performed asynchronously. By adopting an asynchronous mode, the influence of steps of forming a title stack and/or forming a mapping table on the backspacing can be avoided, so that the efficiency of jumping to a page to be backspaced is not influenced by calling the push method of the embodiment of the invention, and the page is smoother in the backspacing process.
The navigation backspacing method of the embodiment of the invention can also comprise the following steps: when a preset second trigger event is monitored, taking the title with the second largest title index in the title stack as the title to be backed; and the title index of each title in the title stack is set in a self-increment mode. The second trigger event is a return event of the navigation control, that is, an event that can jump from the current page to a page previous to the current page when the page is browsed based on the navigation control, for example, a return button of the navigation control is clicked. When a second trigger event is monitored, the current page is returned to the previous page, and the application range of the navigation backspacing method can be enlarged.
After returning from the current page to the page corresponding to the page container, the method may further include: deleting the title to be rolled back from the title stack; determining a title with a title index larger than that of the title to be backed off, and deleting the title from the title stack; and the title index of each title in the title stack is set in a self-increment mode. And after the rollback, deleting the title to be rolled back and the title with the title index larger than that of the title to be rolled back, and updating the title stack in real time according to the operation behavior of the user to ensure that the title to be rolled back is the stack top element in the title stack.
In the embodiment of the invention, the step of deleting the title to be rolled back and the title with the title index larger than that of the title to be rolled back after rolling back can also be realized by calling a pop method. In order to avoid calling the pop method of the embodiment of the present invention after calling the pop method of the navigation control, a code obfuscation mechanism may be adopted to perform the following steps: deleting the title to be rolled back from the title stack; and determining the title with the title index larger than that of the title to be backed, and deleting the title from the title stack. The pop method of the embodiment of the invention is called by adopting a code obfuscation mechanism, namely, when the pop method of the navigation control is called, the title of the page container is obtained according to the page container, and the pop method of the embodiment of the invention is automatically called. By adopting a code confusion mechanism, on one hand, a calling code for calling the push method of the embodiment of the invention does not need to be independently set, and developers only call the method of the navigation control as in conventional development, so that the calling is convenient and efficient; on the other hand, the synchronization and the correspondence between the title stack and the mapping table and the container array in the navigation control can be ensured, and the rollback failure caused by the asynchronization of the title stack and the mapping table can be prevented. If the call codes for calling the push method and the pop method of the embodiment of the invention are independently set, the call codes are easy to miss call, which causes the miscall situation, thereby causing data inconsistency and rollback failure.
In an alternative embodiment, the navigation control to be tracked is determined by using a weak reference mode. A weak reference refers to a way to reference an element that does not regenerate, take up system space. For example, the navigation control to be tracked is assigned to the execution main body of the method for navigating and backing according to the embodiment of the invention. The navigation backspacing method of the embodiment of the invention is bound with the navigation control to be tracked by adopting a weak reference mode, so that the system space is not occupied. In addition, a trigger event may also be added to the navigation rollback method of the embodiment of the present invention, for example, an event of double-clicking or re-pressing a return button of the navigation control is added as a first trigger event, and after the first trigger event occurs, a title in a title stack is visually displayed; for another example, an event of clicking a return button of the navigation control is added as a second trigger event, and after the second trigger event occurs, the pop method of the embodiment of the present invention is invoked.
After the page corresponding to the page container is returned from the current page, the method may further include: if the title index of the title to be backed is the minimum value of all the title indexes, clearing the title stack, the mapping table and the weak reference; and the title index of each title in the title stack is set in a self-increment mode. The embodiment of the invention can finish the tracking of the navigation control and clear the data generated in the tracking process after returning to the first page browsed by the user, thereby releasing the storage space in time.
In some embodiments, the title stack may be visually displayed by visually displaying the title stack to the uppermost layer of the current page using a modal box. A modal box is a dialog box on which a user mouse point or input cursor stays unless a valid closing means is taken. The modality box may present the titles in the title stack in a horizontal list or a vertical list. When a preset operation is performed on the modal box, for example, an index button in the modal box is clicked, or a peripheral region of the modal box is clicked, the modal box may be eliminated from the current page.
Fig. 4 is a schematic diagram of main modules of an apparatus for navigating a backspace control according to an embodiment of the present invention. As shown in fig. 4, the navigation back control 400 includes:
the pushing module 401 is configured to add a title of each page container skipped by the user based on the navigation control into a stack to form a title stack after determining the navigation control to be tracked;
a display module 402, configured to visually display the title stack when a preset first trigger event is monitored;
a determining module 403, configured to use a title selected by a user from the title stack as a title to be rolled back;
and the skip module 404 acquires a page container corresponding to the title to be backed, and backs to the page corresponding to the page container from the current page.
Optionally, the pushing module is further configured to, after determining the navigation control to be tracked, store the title of each skipped page container and the corresponding page container thereof in a Key-Value form to form a mapping table of the title and the page container;
the skip module acquires a container identifier corresponding to the title to be backed according to the title to be backed and the mapping table; and acquiring a page container corresponding to the title to be returned according to the container identifier.
Optionally, the push module forms a header stack and/or forms a mapping table of header and page containers using a code obfuscation mechanism.
Optionally, the pushing module forms a header stack and/or forms a mapping table of a header and a page container in an asynchronous manner.
Optionally, the determining module is further configured to:
when a preset second trigger event is monitored, taking the title with the second highest title index in the title stack as the title to be backed; the second trigger event is a return event of the navigation control; and the title index of each title in the title stack is set in a self-increment mode.
Optionally, the press-in module is further configured to:
after the current page is returned to the page corresponding to the page container, deleting the title to be returned from the title stack; determining a title with a title index larger than that of the title to be backed, and deleting the title from the title stack;
and the title index of each title in the title stack is set in a self-increment mode.
Optionally, the push module performs the following steps by using a code obfuscation mechanism:
deleting the title to be rolled back from the title stack; and determining the title with the title index larger than that of the title to be backed off, and deleting the title from the title stack.
Optionally, the navigation back-off control of the embodiment of the present invention further includes: and the binding module is used for determining the navigation control to be tracked by adopting a weak reference mode.
Optionally, the navigation back-off control of the embodiment of the present invention further includes: a clearing module, configured to clear the title stack, the mapping table, and the weak reference if the title index of the title to be backed off is the minimum value of all title indexes after the current page is backed to the page corresponding to the page container; and the title index of each title in the title stack is set in a self-increment mode.
Optionally, the display module visually displays the title stack to the uppermost layer of the current page by using a modal box.
Optionally, the modality box displays the titles in the title stack by using a horizontal list or a vertical list.
Optionally, the display module is further configured to: and when the preset operation is executed on the modal frame or the peripheral area of the modal frame is clicked, eliminating the modal frame from the current page.
Optionally, the navigation backspacing control is implemented in a singleton mode, that is, one navigation backspacing control manages one navigation control to be tracked, and handles the backspacing operation of the navigation control.
Optionally, the first triggering event is a non-button event.
In the practical application process, when the navigation backspacing control is used for the first time, an initialization operation needs to be performed to initialize the attribute elements of the navigation backspacing control.
Fig. 5 is a schematic diagram of a technical architecture of a navigation backspace control according to an alternative embodiment of the present invention, in which a rectangular box represents an attribute element of the navigation backspace control, and a circular box represents a function provided by the navigation backspace control. As shown in fig. 5, the navigation backspace control mainly has references for navigation, a title index view, a mapping table of titles and page containers, a title stack, and various functions shown in the figure.
Introduction of property elements of navigation backspacing control:
(1) Reference to navigation: when a navigation control needs to be tracked, assigning the navigation control as a navigation reference;
(2) Title stack: a stack control for storing headers (each page container is titled, and the headers describe the functions of the page containers);
(3) Title and page container mapping table: is dictionary type data stored in the form of key-Value. Key is a title, and Value is a container identifier;
(4) Title index view: the contents of the title stack are rendered to view elements on the interface.
Introduction of functions of the navigation backspacing control:
(1) The push method comprises the following steps: and adding the title of the newly-jumped page container into the title stack, and adding the title of the newly-jumped page container and the page container into a mapping table of the title and the page container in a key-Value form. The whole operation is executed asynchronously, so that the efficiency of jumping to a new interface is not influenced, and the fluency of the page is improved. The push function is called when the push method of the navigation control is executed. In order to prevent developers using the navigation backspacing control of the embodiment of the invention from calling the push method of the navigation control and then calling the push method of the navigation backspacing control, a code confusion mechanism can be adopted, namely when the push method of the navigation control is called, the title of the page container is obtained according to the page container, and the push method of the navigation backspacing control is automatically called;
(2) The pop method: and calling a pop method of the stack control to delete the last title in the title stack or delete the specified title and the title elements behind the title from the stack. The method is similar to a push method of a navigation backspacing control, and a code confusion mechanism can be adopted to confuse a pop method of the navigation control. Asynchronously executing a pop method of the navigation backspacing control after confusion;
(3) The show method comprises the following steps: displaying the title index view to the uppermost layer of the current page in a mode of a modal frame;
(4) The hide method: when the index on the title index view or the peripheral area of the title index view is clicked, the function of removing the title index view from the current page is achieved;
(5) The bind method comprises the following steps: the navigation control and the navigation backspacing control are bound together, specifically, the navigation control to be tracked is assigned to the navigation reference of the navigation backspacing control, and a single-click gesture event and a double-click gesture event are added to a return button of the navigation control. After a single-click gesture event occurs, calling a pop method of the navigation backspacing control, and after a double-click gesture event occurs, calling a show method of the navigation backspacing control;
(6) clear method: clearing the navigation reference, the title stack and the title and container mapping table;
(7) jump method: when clicking on the index on the title index view, the jump method is triggered. The jump method provides the function of returning to the page container corresponding to the currently clicked title. The jump method maps a currently clicked title in a mapping table of a de-title and a page container to obtain a corresponding page container, takes the corresponding page container as a parameter, transmits the parameter to a pop method of a navigation control through navigation reference, and backs to a page corresponding to the page container. If the title index corresponding to the currently clicked title is 0 (here, 0 represents the minimum value of all title indexes in the title stack), a clear method of the navigation backspace control is called.
Fig. 6 is a schematic diagram of a visualization presentation title stack in an alternative embodiment of the invention. The following describes the mechanical energy of the navigation backspacing control according to the embodiment of the present invention with reference to fig. 6, taking the e-commerce purchasing process as an example:
suppose that the pages corresponding to the purchase flow of a certain item are: home page → product list → item detail → order placing → payment, that is, go to home page, go to product list, find item to be purchased, and look at the item's particulars, select the item to place the order, initiate payment, purchase the item.
FIG. 6 is a state of the APP interface entering item details during a purchase. Wherein the content of the first and second substances,
1. the section containing the "home page" and "product list" is the title index view of the navigation back control. When entering the page of the commodity details, the title index view is not displayed;
2. the details of the whole commodity are pages corresponding to a page container;
3. the 'home page' and the 'product list' and the 'commodity details' are titles in a title stack of the navigation backspace control;
4. "Back" is the back button of the navigation control.
This will be explained below with reference to fig. 6:
1. if the tracking purchase process is determined in the first page, a bind interface of the navigation backspacing control is called to realize the purpose of tracking the navigation control;
2. clicking the order, triggering the push interface of the navigation control and automatically triggering the push interface (press-in interface) of the navigation backspace control. Transmitting the title or description of the current page to push interfaces of a navigation control and a navigation backspacing control for use when displaying a title index;
3. clicking a return button to trigger a pop interface of the navigation control, automatically triggering a pop interface of the navigation backspacing control, and backspacing to a previous page of an order, namely a page of commodity details;
4. double-clicking the return button calls a show method of the navigation backspacing control and displays a title index view of the navigation backspacing control;
5. clicking a certain title in the title index view, calling a jump method of the navigation backspacing control, backspacing to a corresponding page, and hiding the navigation backspacing control;
6. clicking on the area surrounding the title index view also hides the navigation back controls.
According to another aspect of the embodiments of the present invention, there is provided an electronic device for navigation fallback, including:
one or more processors;
a storage device to store one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors implement the method for navigating back provided by the first aspect of the embodiment of the present invention.
Fig. 7 shows an exemplary system architecture 700 of a method of navigation fallback or an apparatus of navigation fallback to which an embodiment of the present invention may be applied.
As shown in fig. 7, the system architecture 700 may include terminal devices 701, 702, 703, a network 704, and a server 705. The network 704 serves to provide a medium for communication links between the terminal devices 701, 702, 703 and the server 705. Network 704 may include various types of connections, such as wire, wireless communication links, or fiber optic cables, to name a few.
A user may interact with a server 705 via a network 704 using terminal devices 701,702, 703 to receive or send messages or the like. The terminal devices 701, 702, 703 may have installed thereon various communication client applications, such as a shopping-like application, a web browser application, a search-like application, an instant messaging tool, a mailbox client, social platform software, etc. (by way of example only).
The terminal devices 701, 702, 703 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 705 may be a server providing various services, such as a background management server (for example only) providing support for shopping websites browsed by users using the terminal devices 701, 702, 703. The backend management server may analyze and perform other processing on the received data such as the product information query request, and feed back a processing result (for example, target push information, product information — just an example) to the terminal device.
It should be noted that the method for navigation fallback provided by the embodiment of the present invention is generally executed by the server 705, and accordingly, the apparatus for navigation fallback is generally disposed in the server 705.
It should be understood that the number of terminal devices, networks, and servers in fig. 7 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for an implementation.
Referring now to FIG. 8, shown is a block diagram of a computer system 800 suitable for use with a terminal device implementing an embodiment of the present invention. The terminal device shown in fig. 8 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 8, the computer system 800 includes a Central Processing Unit (CPU) 801 that can perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM) 802 or a program loaded from a storage section Y08 into a Random Access Memory (RAM) 803. In the RAM 803, various programs and data necessary for the operation of the system 800 are also stored. The CPU 801, ROM 802, and RAM 803 are connected to each other via a bus 804. An input/output (I/O) interface 805 is also connected to bus 804.
The following components are connected to the I/O interface 805: an input portion 806 including a keyboard, a mouse, and the like; an output section 807 including a signal such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 808 including a hard disk and the like; and a communication section 809 including a network interface card such as a LAN card, a modem, or the like. The communication section 809 performs communication processing via a network such as the internet. A drive 810 is also connected to the I/O interface 805 as necessary. A removable medium 811 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 810 as necessary, so that a computer program read out therefrom is mounted on the storage section 808 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 809 and/or installed from the removable medium 811. The computer program executes the above-described functions defined in the system of the present invention when executed by the Central Processing Unit (CPU) 801.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present invention, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present invention may be implemented by software or hardware. The described modules may also be provided in a processor, which may be described as: a processor comprising: the pushing module is used for adding the title of each page container which is jumped by a user based on the navigation control into a stack to form a title stack after the navigation control to be tracked is determined; the display module is used for visually displaying the title stack when a preset first trigger event is monitored; the determining module is used for taking the title selected by the user from the title stack as the title to be backed; the first trigger event is a non-button event; and the skipping module is used for acquiring a page container corresponding to the title to be backed and backing to a page corresponding to the page container from the current page. The names of these modules do not form a limitation on the module itself under certain circumstances, for example, the determination module may also be described as a "module that acquires a page container corresponding to the title to be rolled back, and rolls back from the current page to a page corresponding to the page container".
As another aspect, the present invention also provides a computer-readable medium, which may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to comprise:
after a navigation control to be tracked is determined, adding the title of each page container which is jumped by a user based on the navigation control into a stack to form a title stack;
when a preset first trigger event is monitored, visually displaying the title stack, and taking a title selected by a user from the title stack as a title to be backed; the first trigger event is a non-button event;
and acquiring a page container corresponding to the title to be backed, and backing to a page corresponding to the page container from the current page.
According to the technical scheme of the embodiment of the invention, the method has the following beneficial effects:
1) The navigation backspacing is triggered through the non-button event, and an independent button is not required to be added, so that the navigation space is saved, and the utilization rate of the navigation bar is improved;
2) The specific page to which the user can return is freely selected by the user, and the navigation and returning are more flexible and convenient;
3) The page container is determined through the mapping table, a container array in the navigation control is not required to be traversed, the processing speed of returning a certain page can be increased, and the page is smoother in the returning process;
4) A code obfuscation mechanism is adopted, on one hand, a calling code does not need to be set independently, and the method is convenient and efficient; on the other hand, the synchronization of the title stack and the container array in the navigation control can be ensured, and the backspacing failure caused by the asynchronism of the title stack and the container array can be prevented;
5) By adopting an asynchronous mode, the influence of the steps of forming a title stack and/or forming a mapping table on the backspacing can be avoided, and the page is smoother in the backspacing process;
6) When a return event of the navigation control is monitored, the current page is returned to the previous page, so that the application range of the navigation backspacing method can be enlarged;
7) After backspacing, deleting the title to be backspaced and the title with the title index larger than that of the title to be backspaced, updating the title stack in real time according to the operation behavior of a user, and ensuring that the title to be backspaced is a stack top element in the title stack;
8) The weak reference mode is adopted, so that the system space can not be occupied;
9) After the navigation control is returned to the first page browsed by the user, the tracking of the navigation control is finished, data generated in the tracking process is cleared, and the storage space can be released in time.
The above-described embodiments should not be construed as limiting the scope of the invention. It should be understood by those skilled in the art that various modifications, combinations, sub-combinations and substitutions may occur depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (30)

1. A method of navigating backspacing, comprising:
after the navigation control to be tracked is determined, a code confusion mechanism is adopted, when a push method of the navigation control is called, the title of the page container is obtained according to the page container, and the push method of the stack control is automatically called to add the title of the page container into the stack, so that the title of each page container skipped by the user based on the navigation control is added into the stack to form a title stack; the push method of the navigation control provides a function of page jump to a new page, and adds a new page container into the container array; the push method provided by the stack control provides a function of adding any type of elements into the element array in sequence;
when a preset first trigger event is monitored, visually displaying the title stack, and taking a title selected by a user from the title stack as a title to be backed;
acquiring a page container corresponding to the title to be backed, and backing to a page corresponding to the page container from the current page;
acquiring the title of the page container according to the page container when a pop method of a navigation control is called by adopting a code confusion mechanism, and automatically calling the pop method of a stack control to delete the title to be backed from the title stack; the pop method of the navigation control provides a jump function of returning from a current page to an old page, and deletes containers behind the old page from the container array; the pop method provided by the stack control provides the function of deleting the specified elements.
2. The method of claim 1, after determining the navigation control to track, further comprising: storing the title of each skipped page container and the corresponding page container to form a mapping table of the title and the page container in a Key-Value form;
acquiring a page container corresponding to the to-be-backed title, including: acquiring a container identifier corresponding to the title to be backed according to the title to be backed and the mapping table; and acquiring a page container corresponding to the title to be returned according to the container identifier.
3. The method of claim 2, wherein a code obfuscation mechanism is employed to form a mapping table of headers and page containers.
4. The method of claim 2, wherein the header stack and/or the mapping tables of the header and page containers are formed in an asynchronous manner.
5. The method of claim 1, further comprising:
when a preset second trigger event is monitored, taking the title with the second largest title index in the title stack as the title to be backed; the second trigger event is a return event of the navigation control; and the title index of each title in the title stack is set in a self-increment mode.
6. The method of claim 1 or 5, wherein after rolling back from a current page to a page corresponding to the page container, further comprising:
determining a title with a title index larger than that of the title to be backed, and deleting the title from the title stack;
wherein the title index of each title in the title stack is set in a self-increment manner.
7. The method of claim 6, wherein a code obfuscation mechanism is employed to perform the steps of:
deleting the title to be rolled back from the title stack; and determining the title with the title index larger than that of the title to be backed, and deleting the title from the title stack.
8. The method of claim 1, wherein the navigation control to be tracked is determined using a weak reference approach.
9. The method of claim 8, wherein after rolling back from a current page to a page corresponding to the page container, further comprising:
if the title index of the title to be backed off is the minimum value of all the title indexes, clearing the title stack, the mapping table and the weak reference; wherein the title index of each title in the title stack is set in a self-increment manner.
10. The method of claim 1, wherein visually presenting the title stack comprises: and visually displaying the title stack to the uppermost layer of the current page by adopting a modal frame.
11. The method of claim 10, wherein the modality box presents the title in the title stack in a horizontal list or a vertical list.
12. The method of claim 11, wherein the modal frame is removed from a current page when a preset operation is performed on the modal frame or a peripheral region of the modal frame is clicked.
13. The method of claim 1, wherein the method of navigating back is implemented in a singleton mode.
14. The method of claim 1, wherein the first triggering event is a non-button event.
15. A navigation backspace control, comprising:
the push module is used for obtaining the title of the page container according to the page container when a push method of the navigation control is called by adopting a code confusion mechanism after the navigation control to be tracked is determined, and automatically calling the push method of the stack control to add the title of the page container into the stack, so that the title of each page container skipped by a user based on the navigation control is added into the stack to form a title stack; the push method of the navigation control provides a function of page jump to a new page, and adds a new page container into the container array; the push method provided by the stack control provides a function of adding any type of elements into the element array in sequence;
the display module is used for visually displaying the title stack when a preset first trigger event is monitored;
the determining module is used for taking the title selected by the user from the title stack as the title to be backed;
the skip module is used for acquiring a page container corresponding to the title to be backed and backing to a page corresponding to the page container from the current page;
the press-in module is further configured to: after the current page is returned to the page corresponding to the page container, a code confusion mechanism is adopted, when a pop method of a navigation control is called, the title of the page container is obtained according to the page container, and the pop method of a stack control is automatically called to delete the title to be returned from the title stack; the pop method of the navigation control provides a jump function of returning from a current page to an old page, and deletes containers behind the old page from the container array; the pop method provided by the stack control provides the function of deleting the specified elements.
16. The navigation rollback control of claim 15, wherein the push module is further configured to, after determining the navigation control to be tracked, save a title of each jumped page container and a corresponding page container thereof in a Key-Value form a mapping table of the title and the page container;
the skip module acquires a container identifier corresponding to the title to be backed according to the title to be backed and the mapping table; and acquiring a page container corresponding to the title to be returned according to the container identifier.
17. The navigation rollback control of claim 16, wherein the push module employs a code obfuscation mechanism to form a mapping table of title and page containers.
18. The navigation back control of claim 16, wherein the push module forms a header stack and/or forms a mapping table for header and page containers in an asynchronous manner.
19. The navigation back-off control of claim 15, wherein the determination module is further to:
when a preset second trigger event is monitored, taking the title with the second highest title index in the title stack as the title to be backed; the second trigger event is a return event of the navigation control; wherein the title index of each title in the title stack is set in a self-increment manner.
20. The navigation backspace control of claim 15 or 19, wherein the push module is further to:
after returning from the current page to the page corresponding to the page container, determining a title with a title index larger than that of the title to be returned, and deleting the title from the title stack;
wherein the title index of each title in the title stack is set in a self-increment manner.
21. The navigation backspace control of claim 20, wherein the push module employs a code obfuscation mechanism to perform the steps of:
deleting the title to be rolled back from the title stack; and determining the title with the title index larger than that of the title to be backed off, and deleting the title from the title stack.
22. The navigation backspace control of claim 15, further comprising: and the binding module is used for determining the navigation control to be tracked by adopting a weak reference mode.
23. The navigation backspace control of claim 22, further comprising: a clearing module, configured to clear the title stack, the mapping table, and the weak reference if the title index of the title to be backed off is the minimum value of all title indexes after the current page is backed to the page corresponding to the page container; and the title index of each title in the title stack is set in a self-increment mode.
24. The navigation back control of claim 15, wherein the presentation module employs a modal box to visually display the title stack to a top-most layer of a current page.
25. The navigation back control of claim 24, wherein the modal box exposes titles in the title stack in a landscape list or a portrait list.
26. The navigation backspacing control of claim 25, wherein the presentation module is further to: and when the preset operation is executed on the modal frame or the peripheral area of the modal frame is clicked, eliminating the modal frame from the current page.
27. The navigation back-off control of claim 15, wherein the navigation back-off control is implemented in a singleton mode.
28. The navigation back-off control of claim 15, wherein the first triggering event is a non-button event.
29. An electronic device for navigation fallback, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-14.
30. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-14.
CN201810150444.1A 2018-02-13 2018-02-13 Navigation backspacing method and control Active CN110147184B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810150444.1A CN110147184B (en) 2018-02-13 2018-02-13 Navigation backspacing method and control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810150444.1A CN110147184B (en) 2018-02-13 2018-02-13 Navigation backspacing method and control

Publications (2)

Publication Number Publication Date
CN110147184A CN110147184A (en) 2019-08-20
CN110147184B true CN110147184B (en) 2023-01-31

Family

ID=67588080

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810150444.1A Active CN110147184B (en) 2018-02-13 2018-02-13 Navigation backspacing method and control

Country Status (1)

Country Link
CN (1) CN110147184B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111274503B (en) * 2020-01-20 2024-02-20 北京有竹居网络技术有限公司 Data processing method, device, electronic equipment and computer readable medium
CN115309312A (en) * 2021-04-21 2022-11-08 花瓣云科技有限公司 Content display method and electronic equipment
CN113486274A (en) * 2021-07-13 2021-10-08 中原银行股份有限公司 Front-end page routing method, terminal equipment and computer medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017162072A1 (en) * 2016-03-25 2017-09-28 阿里巴巴集团控股有限公司 Method and device for jumping between pages

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8667421B2 (en) * 2010-08-03 2014-03-04 Aaron Grunberger Method and system for revisiting prior navigated pages and prior edits
CN103472983B (en) * 2013-08-08 2016-12-28 广州市动景计算机科技有限公司 The method and device of positioning webpage content
KR20150029328A (en) * 2013-09-10 2015-03-18 삼성전자주식회사 Method for controlling content in mobile electronic device
CN103914523A (en) * 2014-03-24 2014-07-09 小米科技有限责任公司 Page rollback controlling method and page rollback controlling device
CN106155675B (en) * 2015-04-23 2019-10-22 阿里巴巴集团控股有限公司 The page switching method and device of application program
CN106294372B (en) * 2015-05-15 2019-06-25 阿里巴巴集团控股有限公司 Application program page quick access method and the mobile terminal for applying it
CN105843491B (en) * 2016-03-18 2021-08-03 华为技术有限公司 Page rapid navigation switching method and device and terminal
CN107679061B (en) * 2017-07-26 2019-12-24 深圳壹账通智能科技有限公司 Page navigation method, device, terminal and storage medium of hybrid APP

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017162072A1 (en) * 2016-03-25 2017-09-28 阿里巴巴集团控股有限公司 Method and device for jumping between pages

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
应用程序中集成浏览器功能方法的研究;李学良等;《微计算机应用》;20050515(第03期);第369-371页 *

Also Published As

Publication number Publication date
CN110147184A (en) 2019-08-20

Similar Documents

Publication Publication Date Title
Lanier Virtual reality: The promise of the future
CN102520841B (en) Collection user interface
US11822560B2 (en) Rank query results for relevance utilizing external context
CN108965389B (en) Method for displaying information
WO2022002066A1 (en) Method and apparatus for browsing table in document, and electronic device and storage medium
US20160077673A1 (en) Intelligent Canvas
CN106598972A (en) Information display method and device as well as intelligent terminal
CN110147184B (en) Navigation backspacing method and control
CN105283843B (en) Embeddable media content search widget
US20180033078A1 (en) Interface for enhanced continuity of browsing experience
CN110335111A (en) Data processing method, system, terminal and server
US11874893B2 (en) Modularizing and embedding supplemental textual and visual content in different environments
CN111723309B (en) Method and device for web page searching
CN104572981B (en) A kind of Webpage method for caching and processing and mobile terminal device
CN103119581A (en) Context-based item bookmarking
EP3616094A1 (en) Managing metadata for external content within a computing environment
CN115167721A (en) Display method and device of functional interface
CN114090896A (en) Information display method and device and electronic equipment
US20170220206A1 (en) Content suggestions in a presentation program
US20210216192A1 (en) Dynamic user interface pagination operation
CN113722630A (en) Method and equipment for presenting resource data in web page based on client rendering
CN110647327A (en) Method and device for dynamic control of user interface based on card
CN112464116B (en) Page display method, page display device, computer equipment and storage medium
CN113703593A (en) Equipment interactive communication method, device and storage medium
CN114547395A (en) Searching 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