CN108920247B - Page switching processing method, device and terminal, storage medium and program product - Google Patents

Page switching processing method, device and terminal, storage medium and program product Download PDF

Info

Publication number
CN108920247B
CN108920247B CN201810809158.1A CN201810809158A CN108920247B CN 108920247 B CN108920247 B CN 108920247B CN 201810809158 A CN201810809158 A CN 201810809158A CN 108920247 B CN108920247 B CN 108920247B
Authority
CN
China
Prior art keywords
page
data
main page
main
displayed
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
CN201810809158.1A
Other languages
Chinese (zh)
Other versions
CN108920247A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201810809158.1A priority Critical patent/CN108920247B/en
Publication of CN108920247A publication Critical patent/CN108920247A/en
Application granted granted Critical
Publication of CN108920247B publication Critical patent/CN108920247B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range

Abstract

The application discloses a page switching processing method, a page switching processing device, a page switching terminal, a storage medium and a program product. The method comprises the following steps: if receiving a first switching operation of switching from a first main page to a bottom page, extracting multimedia data currently shown by the first main page from data recorded by a data acquisition object corresponding to the first main page; determining data to be displayed on a bottom page according to the multimedia data, and displaying the data to be displayed on the bottom page; if receiving a second switching operation of switching from the bottom page to the first main page, determining main page indication information according to the current display data of the bottom page; and displaying the data indicated by the home page indication information on the first main page. The method can realize the synchronization of data among the pages.

Description

Page switching processing method, device and terminal, storage medium and program product
Technical Field
The present invention relates to the field of computer multimedia application technologies, and in particular, to a method, an apparatus, a terminal, a storage medium, and a program product for processing page switching.
Background
Switching from one page to another is often involved in using many multimedia applications, such as video applications, picture applications, browser applications, etc. These multimedia applications generally include a main page and an underlying page, the main page can be regarded as a page in the form of a directory, which presents the multimedia directory to the user, and the underlying page mainly relates to the display of multimedia data on the main page, for example, various videos and information such as titles, duration and the like are presented to the user on the main page of the video application, and after clicking a certain video, the user switches to the underlying page, and plays the video on the underlying page.
In various multimedia applications, how to perform relevant data processing on the switching from a main page to a bottom page so as to be more beneficial for a user to control the display of multimedia data becomes a research hotspot.
Disclosure of Invention
The embodiment of the application provides a page switching processing method, a page switching processing device, a terminal, a storage medium and a program product, which can realize data synchronization between pages.
In one aspect, the present invention provides a method for processing page switching, where the method includes:
if receiving a first switching operation of switching from a first main page to a bottom page, extracting multimedia data currently shown by the first main page from data recorded by a data acquisition object corresponding to the first main page;
determining data to be displayed on the bottom page according to the multimedia data, and displaying the data to be displayed on the bottom page;
if receiving a second switching operation of switching from the bottom page to the first main page, determining main page indication information according to the current display data of the bottom page;
and displaying the data indicated by the home page indication information on the first home page.
On the other hand, an embodiment of the present application provides a processing apparatus for page switching, where the processing apparatus includes a plurality of functional modules, and is configured to correspondingly execute the processing method for page switching provided in the foregoing aspect.
In another aspect, an embodiment of the present application further provides an intelligent terminal, including a processor and a storage device, where the storage device is configured to store a computer application program instruction, and the processor is configured to call the computer application program instruction and execute the above processing method for page switching.
In yet another aspect, an embodiment of the present application further provides a computer-readable storage medium, where the computer storage medium stores a computer program, and the computer program includes program instructions, which, when executed by a processor, cause the processor to execute the processing method for page switching of the above aspect.
In still another aspect, an embodiment of the present application further provides a computer program product, which when running on a computer, causes the computer to execute the processing method for page switching in the foregoing aspect.
In the embodiment of the application, when the main page is switched to the bottom page, the data of the main page can be acquired through one data acquisition object and played synchronously to the bottom page, and when the bottom page is switched back to the main page, the bottom page can also transmit the main page indication information to indicate the data played at the bottom layer, so that information interaction between the first main page and the bottom page is realized, data synchronization between the two pages is also realized, and even if a user performs various scrolling operations such as sliding up and down on the main page and the bottom page, the data synchronization of the main page and the bottom page before and after switching can be ensured, and the display of multimedia data can be synchronously controlled.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without inventive labor.
Fig. 1a is a schematic view of a page switching scenario provided in an embodiment of the present application;
fig. 1b is a schematic view of another page switching scenario provided in the embodiment of the present application;
fig. 2 is a schematic flowchart of a page switching process provided in an embodiment of the present application;
FIG. 3a is a diagram illustrating an effect of a first transition animation according to an embodiment of the present application;
FIG. 3b is a diagram illustrating an effect of a second transition animation according to an embodiment of the present disclosure;
fig. 4a is a schematic diagram of a system architecture for page switching according to an embodiment of the present application;
fig. 4b is a schematic flowchart of a processing method for page switching according to an embodiment of the present application;
fig. 5 is a schematic flowchart of another processing method for page switching according to an embodiment of the present application;
fig. 6 is a schematic flowchart of another processing method for page switching according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of a processing apparatus for page switching according to an embodiment of the present disclosure;
fig. 8 is a schematic structural diagram of a terminal according to an embodiment of the present application.
Detailed Description
In various multimedia applications, switching between a main page and a bottom page is often involved, and page data may or may not be synchronized during the switching of the pages. For the case of not performing page data synchronization, in an embodiment, if a switching operation from a first main page to a bottom page is received, the multimedia data indicated by the first switching operation is played in the bottom page, and in the process of displaying the multimedia data on the bottom page, if the switching operation from the bottom page to the first main page is received, target multimedia data is displayed in the first main page, where the target multimedia data refers to data displayed on the first main page before the switching from the first main page to the bottom page is performed.
As shown in fig. 1a and fig. 1b, schematic views of a page switching scenario provided in an embodiment of the present application are shown. Taking a news application a as an example, the main page of the news application a may include modules of headlines, videos, local, entertainment, sports, new era, and the like, and each module may correspond to a main page. When the user clicks the video module, the first main page corresponding to the video module may be displayed, as shown in fig. 1 a. The first main page shown in fig. 1a may include two video data: movie 1, which is video data distributed by distributor a, and movie 2, which is video data distributed by distributor B.
After the user selects movie 2, the display interface of the news application a may be switched from the first main page shown in fig. 1a to the bottom page shown in fig. 1b, and the video data of movie 2 may be correspondingly played in the bottom page, and at the same time, the bottom page may also display the video data related to movie 2.
The user may perform a scrolling operation on the underlying page to pull refresh data or history data. After the user has viewed the refresh data or history data at position a of the underlying page, the user may select the return key in the underlying page to return to the main page. At this time, when switching to the home page again, the home page still displays the interface shown in fig. 1a, and in the switching from the bottom page to the home page, only the switching process of the page is performed, only the switching from the home page to the bottom page is performed, and then the switching from the bottom page back to the home page is performed, and data synchronization between the pages is not required.
The above exemplifies the case where the switching does not require the data synchronization between the pages, and the following describes in detail the case where the data synchronization is required during the page switching. In one embodiment, a switch synchronization mechanism may be provided, and when the switch synchronization mechanism is detected to be turned on, the following related method embodiments that need data synchronization during page switching are performed, whereas if the switch synchronization mechanism is detected not to be turned on, the above-mentioned processing manner that does not need data synchronization between pages is performed.
In the embodiment of the present invention, a global data stack may be maintained, and the data stack manages the relevant data in the application. The data stack may be an area for temporarily storing data, and a data acquisition object may be maintained in the data stack, where the data acquisition object is used to pull multimedia data in a page and record the multimedia data. Data in the data stack may be maintained and managed in the form of a linear table, the top end of which may be referred to as the top of the stack and the bottom end of which may be referred to as the bottom of the stack. Inserting new data into a data stack may be referred to as pushing, and the process of pushing may be to place the new data on top of the original stack top data; removing data from the stack may be referred to as popping, which may be accomplished by removing the current top-of-stack data to make its neighboring data the new top-of-stack data.
When switching from the main page to the bottom page, for example, switching from the first main page to the bottom page, the multimedia data currently presented to the user from the first main page may be pushed, based on a rule of last-in first-out of the data stack, the bottom page may take out the multimedia data of the main page from the top of the stack, and after switching to the bottom page, the multimedia data of the main page may be displayed in the bottom page. Meanwhile, the scrolling position of the bottom page can be saved in the process of page scrolling, when the main page is switched back again, the scrolling position can be transmitted to the main page, the main page can be positioned to the last displayed data of the bottom page according to the scrolling position and the initial position before switching, and the last displayed data is correspondingly displayed on the main page, so that the data synchronization is realized.
For more detailed description, please refer to fig. 2, which is a schematic flowchart illustrating a page switching process according to an embodiment of the present application. In the embodiment of the application, a global data stack is maintained. When detecting a first switching operation from the first main page to the bottom page, in S201, the data obtaining object may be called to pull the page data currently displayed to the user from the first main page, and after the data obtaining object is pulled, the stack pushing process may be performed on the data obtaining object. That is, the page data currently displayed to the user in the first main page is pushed into the data stack for storage. In the embodiment of the present application, the data in the page may include multimedia data, text data, and the like, wherein the multimedia data may include image data, video data, voice data, and the like, which is not limited in any way in the present application.
In S202, page jumping is started, and a first transition animation may be performed, and an initial position may be transferred to the underlying page. The initial position may be, for example, a page position corresponding to data displayed on the first main page before the page jump.
In the embodiment of the present application, the transition animation may refer to: and executing the dynamic effect displayed during page switching. Please refer to fig. 3a, which is a diagram illustrating an effect of a first transition animation according to an embodiment of the present application. When a first switching operation (for example, video data published by a publisher B is clicked by a user) is received on a first main page (such as fig. 3a (1)), the video data published by the publisher B can be shifted upwards in the first main page (such as fig. 3a (2)), during the shifting, the background page can be switched to a background page of an underlying page (such as fig. 3a (3)), and when the shifting is carried out to a preset page position, the underlying page as shown in fig. 3a (4) can be displayed, and at this time, the display of the first transition animation is completed.
The display time of the transition animation can be measured in milliseconds, namely, the display process of the transition animation is fast, so that the whole page switching process is smoother and natural.
In S203, after the first transition animation is finished, the multimedia data that the first main page is shown to the user may be obtained from the data stack, and the data to be displayed that needs to be displayed on the bottom page may be determined according to the multimedia data obtained from the data stack, and the data to be displayed is displayed on the bottom page.
In this embodiment of the present application, if the user performs a sliding operation on the bottom page to refresh the page (i.e., trigger a page refresh operation), the page data may be refreshed on the main page, and in S204, the data acquisition object of the first main page is called to pull out the refresh data from the first main page, and the pulled refresh data is displayed on the bottom page.
In this embodiment of the application, if the user performs a sliding operation on the bottom page to obtain the historical data (that is, a data obtaining operation on the historical data is triggered), in S205, the multimedia data that the first main page has been shown to the user may be obtained from the data obtaining object of the first main page, the historical data corresponding to the data obtaining operation is determined from the multimedia data, and the historical data is displayed on the bottom page.
In one embodiment, for example, if the bottom page displays video data of movie 2 as shown in fig. 1B, and the user performs a sliding operation once on the bottom page to trigger a data acquisition operation, the historical data corresponding to the data acquisition operation may be the video data of movie 1 located above the video data distributed by distributor B at the first home page. If the user performs a sliding operation twice on the bottom page to trigger a data acquisition operation, the history data corresponding to the data acquisition operation may be the video data located above the video data of movie 1 at the first home page.
In S206, when the user performs a sliding operation on the bottom page, the bottom page may correspondingly slide, and the bottom page may record a scroll position corresponding to the sliding operation. If the user triggers a second switching operation from the bottom page to the first main page in the bottom page, in S207, the second switching operation may be detected, and the data acquisition object corresponding to the first main page is popped up, so that the multimedia data corresponding to the first main page is no longer maintained in the data stack. Meanwhile, in S208, the underlying page may pass the recorded scroll position and initial position to the first main page.
The first main page can receive the scrolling position and the initial position, determine a page distance that the first main page needs to be scrolled according to the scrolling position and the initial position, scroll the first main page according to the page distance, and monitor the page scrolling event. In S209, when the page scrolling event is finished, the first main page is scrolled to the scrolling position, and the multimedia data corresponding to the scrolling position may be determined as the view data of the second transition animation. And may perform the second transition animation according to the determined view data of the second transition animation after the scrolling is finished in S210.
Please refer to fig. 3b, which is a diagram illustrating an effect of a second transition animation according to an embodiment of the present application. When the bottom page (e.g. fig. 3b (1)) currently displays the video data distributed by the distributor C, i.e. the movie 3, and the bottom page receives a second switching operation (e.g. the user clicks the return key at the upper left corner), the video data of the movie 3 may be shifted downward in the bottom page (e.g. fig. 3b (2)), during the shifting, the background page may be switched to the first main page (e.g. fig. 3b (3)), and when the bottom page is shifted to the preset page position, the first main page as shown in fig. 3b (4) may be displayed, at this time, the display of the second transition animation is completed, and the first main page currently displays the main page corresponding to the movie 3.
When the second transition animation is finished, in S211, the first main page may also correspondingly display the video data corresponding to the scroll position.
As can be seen, in the embodiment of the present application, when jumping from the first main page to the bottom page, the data is pushed, and the bottom page may obtain existing data or perform data obtaining operation on new data by taking out the data of the first main page from the top of the stack through the data obtaining object. Meanwhile, when the bottom page is switched back to the first main page, the initial position and the rolling position can be transmitted to the first main page so as to realize the animation between the pages and the synchronization of the data of the two pages in the switching process.
Referring to fig. 4a, a schematic diagram of a system architecture for page switching according to an embodiment of the present application is shown. The system architecture as shown in fig. 4a may include: intelligent terminal and application server.
The application server may be configured to maintain front-end data and background data in an application, where the front-end data includes page data (e.g., multimedia data, etc.) pushed to the smart terminal for display. After the application maintained by the application server is downloaded by the intelligent terminal, the application server can automatically push multimedia data to the corresponding application of the intelligent terminal. In one embodiment, the application server may also periodically update the multimedia data displayed in the application interface; or after receiving a page updating request of the intelligent terminal, refreshing the multimedia data displayed in the application interface.
The intelligent terminal can be a mobile phone, a tablet computer, a wearable device and other terminals capable of displaying data, and the application is not limited to this. After downloading the application maintained by the application server, the intelligent terminal can display the main page of the application on the display screen of the intelligent terminal when a user clicks the application on the touch screen of the intelligent terminal, and can pull corresponding data from the application server to display the corresponding data to the terminal according to the operation of the user. For example, when the user selects to display video data, the intelligent terminal may send an acquisition request of the video data to the application server, the application server returns the video data to the intelligent terminal in response to the acquisition request, and the intelligent terminal may display the acquired video data in the application interface. In one embodiment, the intelligent terminal may be further configured to perform a page switching processing method described below.
Referring to fig. 4b, a schematic flow chart of a processing method for page switching according to an embodiment of the present application is shown. The method as shown in fig. 4b may comprise the following steps.
S401, if the intelligent terminal receives a first switching operation of switching from a first main page to a bottom page, extracting multimedia data currently displayed on the first main page from data recorded by a data acquisition object corresponding to the first main page.
In one embodiment, the display screen of the intelligent terminal can display a home page, and the home page can be a home page of any application. The main page in the application may include main pages corresponding to different modules. For example, the modules may include a video module, a news module, a sports module, an entertainment module, and the like, and the home page may include a home page corresponding to the video module, a home page corresponding to the news module, a home page corresponding to the sports module, a home page corresponding to the entertainment module, and the like. The first main page may be a main page corresponding to any one of the modules.
If a user clicks any multimedia data of the first main page through a touch screen of the intelligent terminal in the process of browsing the first main page, the intelligent terminal can determine that a first switching operation from the first main page to a bottom page is received, and can extract the multimedia data currently shown by the first main page from data recorded by a data acquisition object corresponding to the first main page.
In an embodiment, the extracting, by the intelligent terminal, the multimedia data currently displayed on the first main page from the data recorded by the data acquisition object corresponding to the first main page may include: determining a data acquisition object corresponding to the first main page according to the data stack; and extracting the multimedia data displayed on the first main page from the data recorded by the determined data acquisition object.
The data acquisition object is used for pulling multimedia data from the main page including the first main page, recording the multimedia data, and performing stack pushing processing on the data acquisition object in the data stack after the data acquisition object pulls the data of the corresponding main page.
The multimedia data displayed on the first main page extracted from the determined data acquisition object may be data currently displayed on the first main page, that is, data that can be viewed by a user on the first main page before page switching is performed.
As a possible implementation, the intelligent terminal may maintain a global data stack for managing data in the page. If the data is stored in a common list mode, a unique page identification needs to be set for each page to distinguish the data. When there is a circular switch, for example, a first main page is switched to a bottom page, then to the first main page, and then to the bottom page, since the page identifier is used to distinguish the page, it may not be possible to further distinguish different data of the same page. The data stack has a last-in first-out principle, so that the data at the top of the current stack can be ensured to be the data of the page needing data synchronization at the bottom page, the data in the page needing data synchronization can be directly operated by acquiring the data acquisition object corresponding to the page needing data synchronization at the bottom page, and meanwhile, the data can be shared and synchronized by performing stack pushing and stack pulling, so that the data can be managed more conveniently.
In this embodiment of the present application, the last-in first-out principle of the data stack may refer to: the data acquisition object a is the last one pushed into the stack, and if the other data acquisition object b in the stack is to be taken out, the data acquisition object a needs to be taken out from the stack first, so that the data acquisition object b can be taken out.
When detecting the first switching operation, the intelligent terminal may pull and record the multimedia data currently displayed to the user by the first main page using the data acquisition object, and then push the data acquisition object storing the data of the first main page to the top of the data stack. When the page is switched to the bottom layer page, the intelligent terminal can determine a data acquisition object which is positioned at the top of the stack and corresponds to the first main page from the data stack, and then extract the multimedia data currently displayed by the first main page from the data recorded by the determined data acquisition object.
S402, the intelligent terminal determines data to be displayed on the bottom page according to the multimedia data and displays the data to be displayed on the bottom page.
As a feasible implementation manner, the intelligent terminal may indicate the data to be displayed according to the first switching operation, and search the multimedia data recorded in the data acquisition object corresponding to the first main page for the data to be displayed indicated by the first switching operation.
Taking fig. 1a as an example, if the user clicks movie 2 on the first main page shown in fig. 1a, the intelligent terminal may determine that the first switching operation is received, determine that the data to be displayed indicated by the first switching operation is video data of movie 2, and may find the video data of movie 2 in the multimedia data recorded by the data acquisition object corresponding to the first main page.
As a possible implementation manner, when detecting a first switching operation from a main page to a bottom page, the intelligent terminal may further determine that a page position of data indicated by the first switching operation is an initial position and transfer the initial position to the bottom page in a process of performing page switching.
And S403, if the intelligent terminal receives a second switching operation from the bottom page to the first main page, determining main page indication information according to the current display data of the bottom page.
In one embodiment, the home page indication information determined by the intelligent terminal may include: the initial position is the multimedia page position of the first main page determined after the first switching operation is received, and the rolling position is the multimedia page position determined after the second switching operation is received.
Taking fig. 1a and 1b as an example, if the user clicks the movie 2 on the first main page shown in fig. 1a, the multimedia page position corresponding to the first main page shown in fig. 1a may be determined as the initial position. Referring to fig. 1b, if the user clicks the return key on the bottom page shown in fig. 1b, the position of the multimedia page corresponding to the multimedia data displayed on the bottom page at this time, that is, the position of the multimedia page corresponding to the bottom page shown in fig. 1b, may be determined as the scroll position.
The intelligent terminal can record the scrolling position of the bottom page in the process of scrolling the bottom page and store the scrolling position. If the underlying page is continuously scrolled, the recorded scrolling position can be updated to ensure that the scrolling position is the latest page position.
If a second switching operation from the bottom page to the first main page is received through a touch screen of the intelligent terminal, the intelligent terminal can acquire a rolling position of the bottom page according to the current display data record, and control the bottom page to transfer the rolling position and an initial position to the first main page, wherein the rolling position and the initial position can be main page indication information.
In an embodiment, if a second switching operation from a bottom page to a first main page is received through a touch screen of an intelligent terminal, the intelligent terminal may perform pop processing on a data acquisition object corresponding to the first main page.
When a first switching operation is received through a touch screen of the intelligent terminal, the intelligent terminal can perform stack pushing processing on the data acquisition object corresponding to the first main page, and when a second switching operation is received through the touch screen of the intelligent terminal, the intelligent terminal can perform stack popping processing on the data acquisition object corresponding to the first main page.
The intelligent terminal performs pop processing on the data acquisition object corresponding to the first main page, which may be deleting the data corresponding to the first main page from the data stack, and after the pop processing, the data corresponding to the first main page may not be stored in the data stack any more; or deleting the data acquisition object corresponding to the first main page; or the data acquisition object corresponding to the first main page corresponds to a pointer, and the pointer is deleted, and the like.
S404, the intelligent terminal displays the data indicated by the homepage indication information on the first main page.
In one embodiment, the displaying, by the intelligent terminal, the data indicated by the home page indication information on the first home page may include: judging whether the initial position and the rolling position in the first main page are consistent or not; if not, determining the data to be displayed of the first main page according to the rolling position; and displaying the determined data to be displayed in the first main page.
After switching to the bottom page, the bottom page first displays video data published by the publisher B, and if a user triggers a page scrolling operation on the bottom page, for example, scrolling from displaying the video data published by the publisher B to displaying the video data published by the publisher C, at this time, the bottom page displays the video data published by the publisher C, the recorded scrolling position is also a page position corresponding to the video data published by the publisher C, and the initial position is the video data published by the publisher B. At this time, the intelligent terminal may control the first main page to determine that the initial position and the scrolling position in the first main page are not consistent, and may determine that the video data issued by the issuer C is to-be-displayed data that needs to be displayed on the first main page.
In one embodiment, displaying the determined data to be displayed in the first main page may include: determining the page distance of the first main page to be scrolled according to the initial position and the scrolling position; performing page scrolling on the main page according to the determined page distance so as to scroll to a page position corresponding to the data to be displayed; and displaying the first main page after the scrolling is finished so as to display the determined data to be displayed.
If the difference between the initial position and the scrolling position is 5 page distances of the multimedia data, the intelligent terminal can control the first main page to scroll according to the 5 page distances of the multimedia data, and can monitor the page scrolling event at the same time. When the page scrolling event is monitored to be finished, the intelligent terminal can display a first main page after scrolling is finished, and at the moment, the first main page is the main page including the determined data to be displayed.
In the embodiment of the present application, if the initial position and the scroll position are the same, when switching from the bottom page to the first main page, the data displayed by the first main page when receiving the first switching operation may still be displayed.
In one embodiment, if a third switching operation from the bottom page to the second main page is received through the touch screen of the intelligent terminal, the intelligent terminal may switch from the bottom page to the second main page to display the multimedia data in the second main page; if a fourth switching operation from the second main page to the bottom page is received through the touch screen of the intelligent terminal, the intelligent terminal can call the data acquisition object corresponding to the second main page to pull the multimedia data to the second main page, and push the data acquisition object corresponding to the second main page in the data stack.
Taking fig. 1b as an example, if the user clicks the video data under the "related video" module in the process of browsing the bottom page, the bottom page may display the video data clicked by the user, and at this time, if the user clicks the return key, the intelligent terminal may not pop up the data acquisition object corresponding to the first main page, but may directly switch to the second main page corresponding to the video data under the "related video" module. If the user clicks one of the multimedia data on the second main page, the intelligent terminal may determine that a fourth switching operation from the second main page to the bottom page is received, call a data acquisition object corresponding to the second main page to pull the multimedia data currently displayed to the user on the second main page, and perform a push processing on the data acquisition object storing the data of the second main page after the data acquisition object is pulled.
Through the embodiment of the application, if the intelligent terminal receives a first switching operation, the multimedia data currently displayed by the first main page can be extracted from the data recorded by the data acquisition object corresponding to the first main page, the data to be displayed on the bottom page is determined from the multimedia data, the data to be displayed is displayed on the bottom page, if a second switching operation is received, the main page indication information is determined according to the currently displayed data of the bottom page, the data indicated by the main page indication information is displayed on the first main page, and data synchronization between the two pages can be realized in the process of switching from the first interface to the other interface.
Fig. 5 is a schematic flow chart of another page switching processing method according to an embodiment of the present application. The method as shown in fig. 5 may include:
s501, if the intelligent terminal receives a first switching operation of switching from a first main page to a bottom page, extracting multimedia data currently displayed on the first main page from data recorded by a data acquisition object corresponding to the first main page.
In one embodiment, the intelligent terminal can also switch from the main page to the bottom page according to the first switching operation, and perform effect display of a first transition animation in the switching process. Specifically, see S502 and S503.
S502, the intelligent terminal determines the data indicated by the first switching operation as first view data of the first transition animation.
The first transition animation may refer to a dynamic effect graph displayed during a switching process from the first main page to the underlying page.
The first view data may be picture data, video data, text data, etc. displayed on the first main page, which is not limited in this application.
Taking fig. 1a as an example, the video data displayed on the first main page shown in fig. 1a may not be played, that is, each video data is currently displayed as static picture data. If the user clicks the video data published by the publisher B, the intelligent terminal may determine the picture data corresponding to the video data published by the publisher B currently displayed on the first main page as the data indicated by the first switching operation, and determine the picture data corresponding to the video data published by the publisher B as the first view data of the first transition animation.
S503, the intelligent terminal switches from the first main page to the bottom page, and performs effect display of the first transition animation according to the determined first view data in the switching process.
After the intelligent terminal determines the first view data, in the process of switching from the first main page to the bottom page, the effect display of the first transition animation is executed based on the determination of the first view data. For example, the effect display of the first transition animation may be as shown in fig. 3a, but it should be understood that the effect display is only an example and not an exhaustive list, and includes but is not limited to the above alternative display modes.
S504, the intelligent terminal determines to-be-displayed data displayed on the bottom page according to the multimedia data and displays the to-be-displayed data on the bottom page.
In one embodiment, the intelligent terminal determines data to be displayed on the bottom page according to the multimedia data, and after the data to be displayed is displayed on the bottom page, if a page refreshing operation is detected on the bottom page, the intelligent terminal responds to the page refreshing operation to refresh the data of the first main page; calling a data acquisition object corresponding to the first main page to pull refresh data corresponding to the page refresh operation from the first main page; and performing display control on the bottom page according to the obtained refreshing data.
The page refresh operation may refer to an operation of acquiring new multimedia data on an underlying page. The new multimedia data may not be stored in the data acquisition object corresponding to the first main page, and when the page refresh operation is received, the intelligent terminal may call the data acquisition object corresponding to the first main page to pull the new multimedia data from the first main page and correspondingly display the new multimedia data on the bottom page.
Taking fig. 1b as an example, if the bottom page displays the video data of the movie 2 shown in fig. 1b, and the user may perform a sliding operation on the bottom page once to trigger a page refresh operation, the refresh data corresponding to the page refresh operation may be the video data located below the movie 2 at the first home page.
In another embodiment, after the intelligent terminal determines data to be displayed on the bottom page according to the multimedia data and displays the data to be displayed on the bottom page, if a data acquisition operation for historical data is detected on the bottom page, the intelligent terminal responds to the data acquisition operation and acquires the historical data from a data acquisition object corresponding to the first main page; the historical data is displayed on the underlying page.
The data acquisition operation of the intelligent terminal on the historical data may refer to an operation of acquiring multimedia data displayed on the first main page on a bottom page. For example, a user pulling down a next page may be considered a data acquisition operation on historical data.
After the intelligent terminal pushes the data acquisition object corresponding to the first main page, the multimedia data displayed on the first main page can be stored in the data stack of the data acquisition object corresponding to the first main page, and when the data acquisition operation of the historical data is received, the intelligent terminal can directly acquire the corresponding historical data from the data acquisition object corresponding to the first main page and correspondingly display the historical data on the bottom page.
In the embodiment of the present application, after switching to the underlying page, the steps shown in fig. 6 may also be performed. Specifically, the steps shown in fig. 6 may include:
s601, if the intelligent terminal receives a second switching operation of switching from the bottom page to the first main page, determining the main page indication information according to the current display data of the bottom page.
In one embodiment, the intelligent terminal switches from the bottom page to the main page according to the second switching operation, and performs effect display of a second transition animation in the switching process. Specifically, see S602 and S603.
S602, the intelligent terminal determines the multimedia data displayed on the bottom layer page when the second switching operation is received as second view data of the second transition animation.
The second transition animation may refer to a dynamic effect graph displayed during the switching process from the bottom page to the first main page.
The second view data may be picture data, video data, text data, etc. displayed on the first main page, which is not limited in this application.
Referring to fig. 1B, if the user clicks the "back" key of the bottom page shown in fig. 1B, the intelligent terminal may determine, as the data indicated by the second switching operation, the picture data corresponding to the user click time in the video data issued by the publisher B, and determine the picture data corresponding to the user click time as the second view data of the second transition animation.
S603, the intelligent terminal is switched to the first main page from the bottom page, and effect display of the second transition animation is executed according to the second view data in the switching process.
The effect display of the second transition animation may be as shown in fig. 3b, but it should be understood that the effect display is only an example and not an exhaustive list, and includes but is not limited to the above alternative display modes.
S604, the intelligent terminal displays data indicated by the homepage indication information on the first main page.
Therefore, in the embodiment of the application, when the intelligent terminal is switched from the first main page to the bottom page, the data to be displayed on the bottom page can be extracted from the data acquisition object corresponding to the first main page, and meanwhile, the effect display of the first transition animation can be executed in the switching process, so that the whole switching process is smoother and more natural. When the bottom page is switched to the first main page, the effect display of the second transition animation can be executed according to the data displayed on the bottom page during switching, after the second transition animation is completed, the first main page is displayed, and the page position displayed on the first main page at this moment is the page position including the data displayed on the bottom page, so that the synchronization of the data and the animation of the two pages is realized.
The following describes embodiments of the apparatus to which the present application relates.
It should be noted that the apparatus of the present application may include a plurality of functional modules, which are used to execute the page processing method in the foregoing method embodiments.
Referring to fig. 7, fig. 7 is a schematic structural diagram of a page switch processing apparatus according to an embodiment of the present invention. The apparatus as shown in fig. 7 may include:
the extracting module 701 is configured to, if a first switching operation for switching from a first main page to a bottom page is received, extract multimedia data shown in the first main page from data recorded in a data acquisition object corresponding to the first main page.
A display module 702, configured to determine data to be displayed on the bottom page according to the multimedia data, and display the data to be displayed on the bottom page.
The determining module 703 is configured to determine, if a second switching operation from the bottom page to the first main page is received, main page indication information according to current display data of the bottom page.
The display module 702 is further configured to display the data indicated by the home page indication information on the first home page.
In an embodiment, the extracting module 701 is specifically configured to determine, according to the data stack, a data obtaining object corresponding to the first main page, and extract the multimedia data shown in the first main page from data recorded by the determined data obtaining object.
The data acquisition object is used for pulling multimedia data from the main page including the first main page, recording the pulled multimedia data, and performing stack pushing processing on the data acquisition object in the data stack after the data acquisition object pulls the data of the corresponding main page.
In one embodiment, the apparatus may further comprise: the processing module 704 is configured to perform pop processing on the data acquisition object corresponding to the first main page if a second switching operation from the bottom page to the first main page is received.
In one embodiment, the home page instruction information includes: the initial position is the multimedia page position of the first main page determined after the first switching operation is received, and the rolling position is the multimedia page position determined after the second switching operation is received.
In an embodiment, the display module 702 is specifically configured to determine whether an initial position and a scrolling position in the first main page included in the main page indication information are consistent; if not, determining the data to be displayed of the first main page according to the rolling position; and displaying the determined data to be displayed in the first main page.
In an embodiment, the display module 702 is configured to display the determined data to be displayed in the first main page, and specifically, is configured to determine a page distance that the first main page needs to be scrolled according to the initial position and the scroll position, perform page scrolling on the main page according to the determined page distance, so as to scroll to a page position corresponding to the data to be displayed, and display the first main page after the scrolling is completed, so as to display the determined data to be displayed.
In one embodiment, the apparatus may further comprise: the responding module 705 is configured to, if a page refresh operation is detected in the bottom-layer page, perform data refresh on the first main page in response to the page refresh operation.
The pulling module 706 is configured to invoke the data obtaining object corresponding to the first main page to pull the refresh data corresponding to the page refresh operation from the first main page.
The display module 702 is further configured to perform display control on the bottom page according to the obtained refresh data.
In one embodiment, the response module 705 is further configured to respond to the data obtaining operation if the data obtaining operation on the historical data is detected on the underlying page. The pulling module 706 is further configured to obtain historical data from a data obtaining object corresponding to the first main page. The display module 702 is further configured to display the historical data on the underlying page.
In one embodiment, the determining module 703 is further configured to determine the data indicated by the first switching operation as the first view data of the first transition animation. The display module 702 is further configured to switch from the first main page to the bottom page, and perform effect display of the first transition animation according to the determined first view data during the switching process.
In one embodiment, the determining module 703 is further configured to determine the multimedia data displayed on the underlying page when the second switching operation is received as second view data of a second transition animation. The display module 702 is further configured to switch from the bottom page to the first main page, and perform effect display of the second transition animation according to the second view data during the switching process.
In an embodiment, the display module 702 is further configured to switch from the bottom page to a second main page to display the multimedia data in the second main page if a third switching operation from the bottom page to the second main page is received. The processing module 704 is further configured to, if a fourth switching operation from the second main page to the bottom-layer page is received, invoke the data obtaining object corresponding to the second main page to pull the multimedia data of the second main page, and perform stack pushing processing on the data obtaining object corresponding to the second main page in the data stack.
Referring to fig. 8, fig. 8 is a schematic structural diagram of a terminal according to an embodiment of the present invention. The terminal shown in fig. 8 may be an intelligent terminal, including: a processor 801, an input interface 803, a display device 802, and a memory 804.
The memory 804 may represent a storage device, including a volatile memory (volatile memory), such as a random-access memory (RAM); the memory may also include a non-volatile memory (non-volatile memory), such as a flash memory (flash memory), a Hard Disk Drive (HDD) or a solid-state drive (SSD); the memory 804 may also comprise a combination of the above-described types of memory.
The input interface 803 may be used to input data to be processed to the processor 801, which data is to be processed. In one embodiment, the input interface 803 may include a plurality of independent interfaces, such as an ethernet interface, an LCD interface, etc., each responsible for the communication of data input by different peripheral devices to the processor 801.
The display device 802 may be used to output data to other peripheral devices connected to the terminal (e.g., a configuration server, etc., according to the present application), and may output a processing result of the processor 801 to the outside. The display device 802 may also include a plurality of separate interfaces, such as an ethernet interface, a camera interface, etc., responsible for the communication of data output by the processor 801 to various peripheral devices.
The processor 801 described above may be used to read and execute computer instructions. In one embodiment, the processor 801 may further include a hardware chip. The hardware chip may be an application-specific integrated circuit (ASIC), a Programmable Logic Device (PLD), or a combination thereof. The PLD may be a Complex Programmable Logic Device (CPLD), a field-programmable gate array (FPGA), a General Array Logic (GAL), or any combination thereof.
In one embodiment, the memory 804 is also used to store program instructions. The processor 801 may call the program instructions to perform the following steps:
if receiving a first switching operation for switching from a first main page to a bottom page, extracting multimedia data displayed by the first main page from data recorded by a data acquisition object corresponding to the first main page; determining data to be displayed on the bottom page according to the multimedia data, and displaying the data to be displayed on the bottom page; if receiving a second switching operation of switching from the bottom page to the first main page, determining main page indication information according to the current display data of the bottom page; and displaying the data indicated by the home page indication information on the first home page.
In one embodiment, the processor, when configured to extract the multimedia data presented in the first main page from the data recorded in the data acquisition object corresponding to the first main page, is configured to perform the following steps:
determining a data acquisition object corresponding to the first main page according to the data stack; extracting the multimedia data displayed on the first main page from the data recorded by the determined data acquisition object; the data acquisition object is used for pulling multimedia data from a main page including the first main page, recording the pulled multimedia data, and performing stack pushing processing on the data acquisition object in the data stack after the data acquisition object pulls data corresponding to the main page.
In an embodiment, the processor is further configured to perform pop processing on the data acquisition object corresponding to the first main page if a second switching operation for switching from the bottom-layer page to the first main page is received.
In one embodiment, the home page indication information includes: an initial position and a rolling position, wherein the initial position is a multimedia page position of a first main page determined after the first switching operation is received, and the rolling position is a multimedia page position determined after the second switching operation is received; the processor, when configured to display the data indicated by the home page indication information on the first home page, is configured to perform the following steps:
judging whether the initial position and the scrolling position in the first main page included in the main page indication information are consistent or not; if the two main pages are not consistent, determining to-be-displayed data of the first main page according to the rolling position; and displaying the determined data to be displayed in the first main page.
In one embodiment, the processor, when configured to display the determined data to be displayed in the first main page, is configured to perform the following steps:
determining the page distance of the first main page needing to be scrolled according to the initial position and the scrolling position; performing page scrolling on the main page according to the determined page distance so as to scroll to a page position corresponding to the data to be displayed; and displaying the first main page after the scrolling is finished so as to display the determined data to be displayed.
In one embodiment, the processor is further configured to perform the steps of:
if the page refreshing operation is detected on the bottom page, responding to the page refreshing operation to refresh data of a first main page; calling a data acquisition object corresponding to the first main page to pull refresh data corresponding to the page refresh operation from the first main page; and performing display control on the bottom page according to the obtained refreshing data.
In one embodiment, the processor is further configured to perform the steps of:
if the data acquisition operation on the historical data is detected on the bottom page, responding to the data acquisition operation, and acquiring the historical data from the data acquisition object corresponding to the first main page; and displaying the historical data on the bottom page.
In one embodiment, the processor is further configured to perform the steps of:
determining data indicated by the first switching operation as first view data of a first transition animation; and switching from the first main page to the bottom page, and executing the effect display of the first transition animation according to the determined first view data in the switching process.
In one embodiment, the processor is further configured to perform the steps of:
determining the multimedia data displayed on the bottom layer page when the second switching operation is received as second view data of a second transition animation; and switching from the bottom page to the first main page, and executing the effect display of the second transition animation according to the second view data in the switching process.
In one embodiment, the processor is further configured to perform the steps of:
if a third switching operation from the bottom page to a second main page is received, switching from the bottom page to the second main page to display the multimedia data in the second main page; if a fourth switching operation from the second main page to the bottom page is received, calling a data acquisition object corresponding to the second main page to pull the multimedia data to the second main page, and performing stack pushing processing on the data acquisition object corresponding to the second main page in the data stack.
In this application, the processor 801 may be configured to invoke, from the memory, an implementation program of the page switching processing method provided in one or more embodiments of the present application on the terminal side, and execute instructions included in the program. The input interface 803 may be used to input a user operation to the processor 801, and in this application, the input interface 803 may be specifically used to receive any one or more of a first switching operation, a second switching operation, a third switching operation, and a fourth switching operation. The display device 802 may be configured to output the execution result of the processor 801, and in this application, the display device may be specifically configured to display the data to be displayed on the bottom page and/or display the data indicated by the home page indication information on the first main page.
It should be further noted that, for each step executed by the processor, reference may be made to the description of relevant contents in the foregoing embodiments, and details are not described here again.
It should also be noted that the functions corresponding to the above-mentioned devices of the terminal may be implemented by hardware design, software design, or a combination of hardware and software, which is not limited herein.
An embodiment of the present invention further provides a computer storage medium, where the computer storage medium stores a computer program for acquiring configuration data, and the computer program enables a computer to execute part or all of the steps of any one of the page switching processing methods described in the above method embodiments.
Embodiments of the present invention further provide a computer program product, where the computer program product includes a computer-readable storage medium storing a computer program, and when the computer program product runs on a computer, the computer executes some or all of the steps of any one of the processing methods for page switching described in the above method embodiments. In one embodiment, the computer program product may be a software installation package.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The above disclosure is intended to be illustrative of only some embodiments of the invention, and is not intended to limit the scope of the invention.

Claims (12)

1. A page switching processing method is applied to an intelligent terminal, the intelligent terminal is at least used for displaying a first main page of a multimedia application and a bottom page used for playing multimedia data on the first main page, the intelligent terminal also maintains a data stack, and the data stack manages data based on a principle of last-in first-out, and the method comprises the following steps:
if a first switching operation of switching from a first main page to a bottom page is received, extracting multimedia data displayed by the first main page from data recorded by a data acquisition object corresponding to the first main page, and pressing the extracted multimedia data displayed by the first main page into a data stack;
after the page is switched to the bottom layer page, multimedia data are taken out from the data stack, data to be displayed on the bottom layer page are determined according to the multimedia data, and the data to be displayed are displayed on the bottom layer page;
if a second switching operation from the bottom page to the first main page is received, determining main page indication information according to the current display data of the bottom page, wherein the main page indication information comprises: the initial position is a multimedia page position of a first main page determined after the first switching operation is received, and the rolling position is a multimedia page position determined after the second switching operation is received, wherein the rolling position determined in the process of page rolling of the bottom page is recorded in the bottom page;
judging whether the initial position and the scrolling position in the first main page included in the main page indication information are consistent or not;
if the two main pages are not consistent, determining to-be-displayed data of the first main page according to the rolling position;
and displaying the determined data to be displayed of the first main page in the first main page.
2. The method of claim 1, wherein the extracting the multimedia data presented by the first main page from the data recorded by the data acquisition object corresponding to the first main page comprises:
determining a data acquisition object corresponding to the first main page according to the data stack;
extracting the multimedia data displayed on the first main page from the data recorded by the determined data acquisition object;
the data acquisition object is used for pulling multimedia data from a main page including the first main page, recording the pulled multimedia data, and performing stack pushing processing on the data acquisition object in the data stack after the data acquisition object pulls data corresponding to the main page.
3. The method of claim 2, wherein the method further comprises:
and if a second switching operation of switching from the bottom page to the first main page is received, performing stack popping on the data acquisition object corresponding to the first main page.
4. The method of claim 1, wherein the displaying the determined data to be displayed in the first main page comprises:
determining the page distance of the first main page needing to be scrolled according to the initial position and the scrolling position;
performing page scrolling on the main page according to the determined page distance so as to scroll to a page position corresponding to the data to be displayed;
and displaying the first main page after the scrolling is finished so as to display the determined data to be displayed.
5. The method of claim 1, wherein after determining data to be displayed for the underlying page display from the multimedia data and displaying the data to be displayed on the underlying page, the method further comprises:
if the page refreshing operation is detected on the bottom page, responding to the page refreshing operation to refresh data of a first main page;
calling a data acquisition object corresponding to the first main page to pull refresh data corresponding to the page refresh operation from the first main page;
and performing display control on the bottom page according to the obtained refreshing data.
6. The method of claim 1, wherein after determining data to be displayed for the underlying page display from the multimedia data and displaying the data to be displayed on the underlying page, the method further comprises:
if the data acquisition operation on the historical data is detected on the bottom page, responding to the data acquisition operation, and acquiring the historical data from the data acquisition object corresponding to the first main page;
and displaying the historical data on the bottom page.
7. The method of claim 1, wherein prior to displaying the data to be displayed on the underlying page, further comprising:
determining data indicated by the first switching operation as first view data of a first transition animation;
and switching from the first main page to the bottom page, and executing the effect display of the first transition animation according to the determined first view data in the switching process.
8. The method of claim 1, wherein prior to displaying the determined data to be displayed in the first main page, further comprising:
determining the multimedia data displayed on the bottom layer page when the second switching operation is received as second view data of a second transition animation;
and switching from the bottom page to the first main page, and executing the effect display of the second transition animation according to the second view data in the switching process.
9. The method of claim 2, wherein the method further comprises:
if a third switching operation from the bottom page to a second main page is received, switching from the bottom page to the second main page to display the multimedia data in the second main page;
if a fourth switching operation from the second main page to the bottom page is received, calling a data acquisition object corresponding to the second main page to pull the multimedia data to the second main page, and performing stack pushing processing on the data acquisition object corresponding to the second main page in the data stack.
10. A page switch processing apparatus, characterized in that the apparatus comprises means for performing the method according to any of claims 1-9.
11. An intelligent terminal, comprising a processor and a storage device, the processor and the storage device being interconnected, wherein the storage device is configured to store application program code, and wherein the processor is configured to invoke the program code to perform the method of any of claims 1-9.
12. A computer-readable storage medium, characterized in that the computer storage medium stores a computer program comprising program instructions that, when executed by a processor, cause the processor to perform the method according to any of claims 1-9.
CN201810809158.1A 2018-07-20 2018-07-20 Page switching processing method, device and terminal, storage medium and program product Active CN108920247B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810809158.1A CN108920247B (en) 2018-07-20 2018-07-20 Page switching processing method, device and terminal, storage medium and program product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810809158.1A CN108920247B (en) 2018-07-20 2018-07-20 Page switching processing method, device and terminal, storage medium and program product

Publications (2)

Publication Number Publication Date
CN108920247A CN108920247A (en) 2018-11-30
CN108920247B true CN108920247B (en) 2022-04-29

Family

ID=64415470

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810809158.1A Active CN108920247B (en) 2018-07-20 2018-07-20 Page switching processing method, device and terminal, storage medium and program product

Country Status (1)

Country Link
CN (1) CN108920247B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110321200A (en) * 2018-03-31 2019-10-11 阿里巴巴集团控股有限公司 Floating window processing method and processing device
CN110618848A (en) * 2018-12-25 2019-12-27 北京时光荏苒科技有限公司 Page display method, device, equipment and storage medium
CN109919720A (en) * 2019-02-25 2019-06-21 上海识装信息科技有限公司 A kind of product introduction method and system based on e-commerce platform
CN110267088B (en) * 2019-07-18 2021-09-07 北京字节跳动网络技术有限公司 Video playing control method and device, electronic equipment and storage medium
CN110582017B (en) * 2019-09-10 2022-04-19 腾讯科技(深圳)有限公司 Video playing method, device, terminal and storage medium
CN112035765A (en) * 2020-07-30 2020-12-04 长沙市到家悠享网络科技有限公司 Page rendering method, device and equipment
CN115309312A (en) * 2021-04-21 2022-11-08 花瓣云科技有限公司 Content display method and electronic equipment
CN113392997B (en) * 2021-06-30 2022-11-29 广东电网有限责任公司 Master station system maintenance method, device, maintenance site, master station system and medium

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103324403A (en) * 2012-03-22 2013-09-25 腾讯科技(深圳)有限公司 Page switching method and device as well as mobile terminal
CN105159524A (en) * 2015-08-03 2015-12-16 小米科技有限责任公司 Interface display method and apparatus
CN105488057A (en) * 2014-09-17 2016-04-13 腾讯科技(深圳)有限公司 Page element processing method and device
CN106033372A (en) * 2015-03-19 2016-10-19 阿里巴巴集团控股有限公司 Page switching method and apparatus
CN106227423A (en) * 2016-07-15 2016-12-14 百度在线网络技术(北京)有限公司 Method and apparatus for displayed page
CN106471458A (en) * 2014-08-13 2017-03-01 谷歌公司 Intelligent swiping bar in e-book navigation interface
CN106598572A (en) * 2016-11-17 2017-04-26 武汉斗鱼网络科技有限公司 Application exiting method and apparatus
CN107229665A (en) * 2016-03-25 2017-10-03 阿里巴巴集团控股有限公司 A kind of method for page jump and device
CN107463367A (en) * 2017-06-22 2017-12-12 北京小度信息科技有限公司 Transition cartoon implementing method and device
CN107609199A (en) * 2017-10-24 2018-01-19 网易无尾熊(杭州)科技有限公司 A kind of method, equipment and storage medium for handling and recovering the page
CN107885767A (en) * 2017-09-26 2018-04-06 五八有限公司 A kind of page operation method and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9671923B2 (en) * 2014-06-27 2017-06-06 Sap Se Multi-view model for mobile applications based on double stacks
US10120657B2 (en) * 2015-01-08 2018-11-06 Hand Held Products, Inc. Facilitating workflow application development

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103324403A (en) * 2012-03-22 2013-09-25 腾讯科技(深圳)有限公司 Page switching method and device as well as mobile terminal
CN106471458A (en) * 2014-08-13 2017-03-01 谷歌公司 Intelligent swiping bar in e-book navigation interface
CN105488057A (en) * 2014-09-17 2016-04-13 腾讯科技(深圳)有限公司 Page element processing method and device
CN106033372A (en) * 2015-03-19 2016-10-19 阿里巴巴集团控股有限公司 Page switching method and apparatus
CN105159524A (en) * 2015-08-03 2015-12-16 小米科技有限责任公司 Interface display method and apparatus
CN107229665A (en) * 2016-03-25 2017-10-03 阿里巴巴集团控股有限公司 A kind of method for page jump and device
CN106227423A (en) * 2016-07-15 2016-12-14 百度在线网络技术(北京)有限公司 Method and apparatus for displayed page
CN106598572A (en) * 2016-11-17 2017-04-26 武汉斗鱼网络科技有限公司 Application exiting method and apparatus
CN107463367A (en) * 2017-06-22 2017-12-12 北京小度信息科技有限公司 Transition cartoon implementing method and device
CN107885767A (en) * 2017-09-26 2018-04-06 五八有限公司 A kind of page operation method and device
CN107609199A (en) * 2017-10-24 2018-01-19 网易无尾熊(杭州)科技有限公司 A kind of method, equipment and storage medium for handling and recovering the page

Also Published As

Publication number Publication date
CN108920247A (en) 2018-11-30

Similar Documents

Publication Publication Date Title
CN108920247B (en) Page switching processing method, device and terminal, storage medium and program product
WO2022083427A1 (en) Landscape interaction method and apparatus, electronic device, and storage medium
CN110110262B (en) Browser memory management method, device and equipment
US9189500B2 (en) Graphical flash view of documents for data navigation on a touch-screen device
JP6051338B2 (en) Page rollback control method, page rollback control device, terminal, program, and recording medium
US8966373B2 (en) Method and system for presenting network resources
US8261205B2 (en) User interface for presenting a list of thumbnail items associated with media items
TWI570580B (en) Method, computer system and computer program product for navigating among a plurality of content items in a browser
CN111970577B (en) Subtitle editing method and device and electronic equipment
CN107223241B (en) Contextual scaling
WO2019007227A1 (en) Method and apparatus for continuing to display view after switching pages
KR20110071708A (en) Method and apparatus for searching contents in touch screen device
KR102400019B1 (en) Content viewing device and Method for displaying content viewing options thereon
CN108141627B (en) Computer system and method for streaming video with dynamic user features
EP3128411B1 (en) Interface display method, terminal, computer program and recording medium
WO2016188229A1 (en) Terminal device and method for dynamically adjusting control position
CN110597612B (en) Intelligent equipment task management method and device
CN113891164A (en) Video list display method and device, electronic equipment and storage medium
US20150067581A1 (en) System and method for a graphical user interface for hierarchical navigation
US20230205401A1 (en) Interface interaction method, apparatus, computer device and storage medium
CN109445668B (en) Screen-locked magazine display method and device, storage medium and mobile terminal
US20200028961A1 (en) Switching presentations of representations of objects at a user interface
CN110321042B (en) Interface information display method and device and electronic equipment
WO2019141159A1 (en) Method and terminal for obtaining multimedia file, storage medium, and electronic device
CN110798701A (en) Video update pushing method and terminal

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