CN109885227B - Content display method, display terminal, and computer storage medium - Google Patents

Content display method, display terminal, and computer storage medium Download PDF

Info

Publication number
CN109885227B
CN109885227B CN201711278827.9A CN201711278827A CN109885227B CN 109885227 B CN109885227 B CN 109885227B CN 201711278827 A CN201711278827 A CN 201711278827A CN 109885227 B CN109885227 B CN 109885227B
Authority
CN
China
Prior art keywords
display
content
window
loaded
display window
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
CN201711278827.9A
Other languages
Chinese (zh)
Other versions
CN109885227A (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 CN201711278827.9A priority Critical patent/CN109885227B/en
Publication of CN109885227A publication Critical patent/CN109885227A/en
Application granted granted Critical
Publication of CN109885227B publication Critical patent/CN109885227B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Digital Computer Display Output (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the invention discloses a content display method, a display terminal and a storage medium, wherein the content display method comprises the following steps: creating three display windows; acquiring N display contents to be displayed, wherein N is a positive integer not less than 2; loading display contents into the three display windows one by one according to a first cyclic order; displaying the display windows loaded with display content in a second cyclic order, wherein the first cyclic order and the second cyclic order are independent.

Description

Content display method, display terminal, and computer storage medium
Technical Field
The present invention relates to the field of display technologies, and in particular, to a content display method, a display terminal, and a computer storage medium.
Background
The screen of the mobile display terminal is generally small, so that the display position set in one screen is limited, and the displayable content is also limited. In order to display more display contents, different contents are displayed in a display bit cycle.
The conventional method for performing circular display on one display bit is as follows:
it is necessary to process the content to be presented at the beginning and end of the window queue, adding a last display window at the head of the queue and a first display window at the end of the queue. And a display window needs to be created in advance, otherwise, the display can be delayed due to the time delay for creating the display window.
As shown in fig. 1, assuming there are four contents to be displayed, each of which is A, B, C, D, to be displayed, 6 display windows need to be created to realize infinite loop display, and the displayed contents are: d ', A, B, C, D, A'. Wherein D ' is the same as D, a ' is the same as a, and a ' is used to switch the presentation during the display when the last content (i.e., D) is to be slid in to the first content (i.e., a). When the switching display is finished, switching to A is carried out immediately, and the switching process cannot be distinguished by human eyes because A' is the same as the content of A and the refreshing rate of the screen of the mobile device is very high. So although the process is D → a' → a as shown in fig. 1, the human eye perceives D → a, and the switch from the last to the first is completed, and similarly, the switch from the first to the last can be realized, and the infinite loop effect is completed.
However, in the switching display, if the number of the content to be displayed is n, n +2 windows need to be created; when the content required to be displayed is 2, 4 windows are required to be created; if 3 contents are displayed, 5 windows need to be created. Obviously, switching of display contents on one display site necessarily involves switching of a plurality of display contents; and once more than 2 display contents are displayed, at least 4 display windows need to be created.
Although the display mode solves the problems of small display area and less display content of the display screen, a plurality of display windows need to be created at the same time, and the creation of the display windows needs memory resources and computing resources; this causes a problem of resource consumption.
Disclosure of Invention
In view of the above, embodiments of the present invention are directed to a content display method, a display terminal, and a computer storage medium, which solve the problem of large resource consumption in content display.
In order to achieve the purpose, the technical scheme of the invention is realized as follows:
a first aspect of an embodiment of the present invention provides a content display method applied in a display terminal, including:
creating display windows, wherein the number of the display windows is two or three;
acquiring N display contents to be displayed, wherein N is a positive integer not less than 2;
loading display contents into the display windows one by one according to a first cyclic order;
sequentially displaying the display windows with the loaded display content in a second recurring order,
wherein the first and second recurring orders are independent of one another.
A second aspect of an embodiment of the present invention provides a display terminal, including:
the device comprises a first creating unit, a second creating unit and a display unit, wherein the first creating unit is used for creating display windows, and the number of the display windows is two or three;
the device comprises an acquisition unit, a display unit and a display unit, wherein the acquisition unit is used for acquiring at least two display contents to be displayed;
the loading unit is used for loading the display contents into the display window one by one according to a first cyclic order;
and the display unit is used for sequentially displaying the display windows loaded with the display contents according to a second cyclic order, wherein the first cyclic order and the second cyclic order are independent.
A third aspect of an embodiment of the present invention provides a display terminal, including a display, a memory, a processor, and a computer program stored in the memory and executed by the processor:
the processor is respectively connected with the display and the memory, and is used for controlling the display of the display by executing a computer program and executing the content display method provided by one or more technical schemes.
A fourth aspect of the embodiments of the present invention provides a computer storage medium, where a computer program is stored, and the computer program, when executed, is capable of implementing a content display method provided in one or more of the foregoing technical solutions.
In the content display method, the display terminal, and the computer storage medium according to the embodiments of the present invention, in order to save a display area, display is switched at one display position, and in order to reduce only a switching delay, 2 or 3 display windows are constructed in advance. In this way, one display window is displayed at a time, the display content is loaded in the other display window, and if the display window with the loaded display content needs to be switched, the display window with the loaded display content is switched. The display content is loaded into the display windows one by one in a first recurring order, and the display windows are displayed in a recurring order. The two cycles are independent of each other, so that the cyclic loading of any number of display contents can be completed through 2 or 3 windows relative to the cyclic binding of the window cycle and the display contents. For example, in order to achieve infinite loop display of S contents in the prior art, S-2 display windows are required to ensure seamless switching of display loops. In the embodiment of the invention, because the cycle of the display windows and the cycle of the display contents are mutually independent, no matter how many display contents are circularly displayed by adopting 2 display windows, and the display contents in different circulating directions can be infinitely circularly displayed by 3 display windows, so that the memory resources for constructing more than 3 display windows and the computing resources required by constructing the windows are obviously reduced, and the resource consumption during the content display is saved.
Drawings
FIG. 1 is a diagram of a display window;
fig. 2 is a schematic flow chart of a first content display method according to an embodiment of the present invention;
FIG. 3A is a schematic diagram of a display according to an embodiment of the present invention;
FIG. 3B is a schematic diagram of another display according to an embodiment of the present invention;
FIG. 4A is a schematic view of a cycle of 2 display windows according to an embodiment of the present invention;
FIG. 4B is a schematic view of another 3 display windows according to another embodiment of the present invention;
FIG. 5A is a schematic display diagram of a borderless display window after display content is loaded according to an embodiment of the present invention;
FIG. 5B is a diagram illustrating a display of a framed display window corresponding to FIG. 4;
FIG. 5C is a schematic view illustrating a distribution of display windows on a display interface according to an embodiment of the present invention;
FIG. 5D is a schematic view illustrating a distribution of display windows on a display interface according to an embodiment of the present invention;
fig. 6 is a schematic diagram illustrating switching of a content circular queue according to an embodiment of the present invention;
FIG. 7 is a schematic view of a sliding window provided in an embodiment of the present invention;
fig. 8 is a schematic structural diagram of a display terminal according to an embodiment of the present invention;
fig. 9 is a schematic structural diagram of another display terminal according to an embodiment of the present invention;
fig. 10 is a schematic diagram of a hierarchical structure of a display terminal according to an embodiment of the present invention;
fig. 11 is a schematic diagram illustrating switching between a display window and display contents according to an embodiment of the present invention.
Detailed Description
The technical solution of the present invention is further described in detail with reference to the drawings and the specific embodiments of the specification.
As shown in fig. 2, the present embodiment provides a display content display method, which is applied in a display terminal, and includes:
step S110: creating display windows, wherein the number of the display windows is two or three;
step S120: acquiring N display contents to be displayed, wherein N is a positive integer not less than 2;
step S130: loading display contents into the three display windows one by one according to a first cyclic order;
step S140: sequentially displaying the display windows with the loaded display content in a second recurring order,
wherein the first and second recurring orders are independent of one another.
The display terminal provided by the embodiment can be various types of terminal equipment comprising a display screen. The display screen can be a liquid crystal display screen, an electronic ink display screen, a projection display screen or an Organic Light Emitting Diode (OLED) display screen,
in step S110 of this embodiment, creating 3 display windows may include: and allocating memory space for the display window in the memory, configuring the original pixel value of the pixel corresponding to the display window in the memory space, and updating the pixel value of the corresponding pixel according to the display content when the display content needs to be loaded.
In this embodiment, a total of 3 display windows will be created; and loading corresponding display content in the display window for displaying. In order to ensure seamless switching during the switching display process, i.e. to reduce the time for the electronic device to display a blank on the display screen as much as possible, in this embodiment, the currently displayed display window is pre-established and the corresponding display content is pre-loaded. In this embodiment, the loading of the display content includes: and writing the display content into the display window. Writing display content into the display window may include: and converting the display content into the pixel value of the pixel for writing the display content in the display window of each pixel, thereby completing the loading of the display content. Therefore, when the display is displayed on the display position subsequently, the pixel value of the content area where the display window is located is directly read out, and the display screen is refreshed to finish the updating of the display window.
In this embodiment, N display contents are obtained, and the value of N may be a positive integer such as 2,3,4 or 5.
In step S120, the display content is loaded to the display windows currently participating in the display cycle in the content cycle order of the display content (i.e., the first cycle order) one by one. The second round-robin order may also be referred to as a window display round-robin order. For example, the display content is loaded to the display windows participating in the cyclic display of the windows according to the cyclic sequence of the 1 st display content, the 2 nd display content, the nth display content and the like. For another example, the display content is loaded to the display windows participating in the window cycle display from the Nth display content, the N-1 th display content, to the 1 st display content, and then returned to the N display content.
After acquiring the N display contents in step S120, the method further includes:
constructing a content circular queue comprising N display contents; the N display contents in the content queue are sequentially ordered.
The content circular queue is divided into two types:
the method I comprises the following steps: the Nth display content of the content circulating queue points to the 1 st display content and is a queue circulating from the head of the queue to the tail of the queue; the queue pointer for the previous display points to the next display. Fig. 3A shows a forward content circular queue provided in the present embodiment.
The second method comprises the following steps: the first display content of the content circulating queue points to the Nth display content and circulates from the tail of the queue to the head of the queue; the queue pointer of the next display content points to the previous display content; FIG. 3B is a diagram illustrating a reverse circular content queue provided in the present embodiment;
when the cyclic loading of the display contents is performed in step S130, the display contents may be loaded according to the queue pointer between the display contents; therefore, the step S130 may include:
if the S1 th display content is loaded on the current display window and S1 is smaller than N, determining to load the S1+1 th display content on the display window with the display content to be loaded; if the S1 th display content is loaded on the current display window and S1 is equal to N, determining to load the 1 st display content to the display window with the loaded display content; alternatively, the step S130 may include: if the S2 th display content is loaded on the current display window and S2 is larger than 1, determining to load the S2-1 th display content on the display window of which the display content is to be loaded; and if the S2 th display content is loaded on the current display window and S1 is equal to 1, determining to load the Nth display content on the display window with the loaded display content.
When there are 3 display windows created in step S110, the step S130 may include:
and when the display contents are loaded to the three display windows for the first time, the display contents which are adjacent to each other in the cyclic order are loaded into the three display windows respectively according to the first cyclic order.
For example, the display content i-1, the display content i and the display content i +1 are loaded in the 1 st display window, the 2 nd display window and the 3 rd display window respectively, if the display content is loaded at the initial time, the middle 1 st display window is initially displayed when the corresponding display interface is switched, and if the display window is slid towards the 2 nd display window according to the instruction of a user, the first cycle sequence of the display content is from the head of the queue to the tail of the queue. And if the 3 rd display window is slid based on the user's instruction, the first cyclic order of the display contents is to slide from the end of the queue to the head.
For example, optionally, the method further comprises: displaying the acquired display content; creating a content circular queue comprising the display content;
judging whether the loaded display content is the last display content in the content circular queue or not; if the loaded display content is the last display content in the content circular queue, loading the first display content in the content circular queue into a corresponding display window; and if the loaded display content is not the last display content in the content circular queue, loading the next display content of the current display content in the content circular queue into the display window.
In this embodiment, the display content may be any content to be displayed, for example, an advertisement to be displayed, a soft text to be displayed, or a switching page of an electronic book to be displayed.
In this embodiment, the display content to be displayed is added to a content circular queue. In this embodiment, the content circular queue may be a circular queue. The content circular queue can be connected end to end in a pointer mode and the like.
In this embodiment, the display terminal may determine whether the currently loaded display content is the last display content in the content circular queue, if so, use the first display content in the content circular queue as the display content to be loaded into the display window next, and if not, select the next display content loaded in the content circular queue as the display content to be loaded next.
For example, the currently loaded display content is the nth display content in a content circular queue including N display contents. And if N is not equal to N, the display content to be loaded into the display window next is the 1 st display content, and if N is not equal to N, the display content to be loaded into the display window next is the N +1 th display content.
FIG. 6 is a diagram of a circular content queue. In the content circular queue shown in fig. 6, N display contents are included, and the display contents are sequentially loaded into the display window from the display content 1, and when the display contents are loaded into the display content N, the display contents are loaded again from the display content 1. Thus, through the introduction of the content circular queue, the display content can be circularly loaded by using three windows at first, so that the display content can be circularly displayed on the display position.
The number of the created display windows is 2 or 3 in step S110, and the created 3 display windows are adjacent in the display interface.
FIG. 4A shows two display windows, the 1 st display window and the 2 nd display window. The arrows in FIG. 4A represent a second recurring sequence of the 1 st display window and the 2 nd display window.
A window display cycle for displaying the display windows in the second cycle order in step S140 may include:
displaying a 1 st display window and hiding a 2 nd display window;
displaying the 2 nd display window and hiding the 1 st display window.
Specifically, the step S140 may include: if the currently displayed 2 nd display window with the loaded display content meets the preset switching condition, displaying the 1 st display window with the loaded display content, hiding the 2 nd display window and updating the display content loaded in the 2 nd display window;
and if the currently displayed 1 st display window with the loaded display content meets the preset switching condition, displaying a 2 nd display window with the loaded display content, hiding the 1 st display window and updating the loaded display content in the 1 st display window.
In the present embodiment, although only 2 display windows are created, when one display window to which display contents have been loaded is displayed, the other display window is hidden and the cyclic loading of the display contents is performed according to the content cyclic order. The display windows are circularly displayed according to the own circular sequence, and the display contents are circularly loaded according to the content circular sequence.
If the display content includes 4 display contents, a circular display of the content is completed, and the circular display of the display window needs to be completed 2 times.
Obviously, fewer display windows are used, the content capacity required for loading the loading content in different display windows in the content space is reduced, the data update rate of the content space used by a small number of display windows is improved, and the effective utilization rate of the memory space is improved.
FIG. 4B shows 3 display windows, which are the 1 st display window, the 2 nd display window and the 3 rd display window, respectively, and the 1 st display window is located between the 2 nd display window and the 3 rd display window. The solid arrows and the dashed arrows in fig. 4 respectively represent two rotation patterns which respectively follow the second rotation sequence.
One window display cycle for displaying the display windows in the second cycle order in step S140 may include the following two types:
the first method comprises the following steps: displaying a 1 st display window and hiding a 2 nd display window; displaying the 2 nd display window and hiding the 1 st display window.
And the second method comprises the following steps: displaying the 1 st display window, hiding the 3 rd display window, displaying the 3 rd display window and hiding the 1 st display window.
In essence, through 3 display windows, two display window cycles can be provided, and two different cycle modes of the display content can be satisfied.
Correspondingly, the step S140 may include:
if the currently displayed 2 nd display window with the loaded display content meets the preset switching condition, displaying the 1 st display window with the loaded display content, hiding the 2 nd display window and updating the display content loaded in the 2 nd display window; if the currently displayed 1 st display window with the loaded display content meets the preset switching condition, displaying a 2 nd display window with the loaded display content, hiding the 1 st display window and updating the display content loaded in the 1 st display window;
or the like, or a combination thereof,
if the currently displayed 1 st display window with the loaded display content meets a preset switching condition, displaying the 3 rd display window with the loaded display content, hiding the 1 st display window and updating the display content loaded in the 1 st display window; and if the currently displayed 3 rd display window with the loaded display content meets the preset switching condition, displaying the 1 st display window with the loaded display content, hiding the 3 rd display window and updating the loaded display content in the 3 rd display window.
For example, after the display device is switched to a page, the user may trigger the display window to slide to the right or may trigger the display window to slide to the left.
The looping between the 1 st display window and the 2 nd display window, and the looping of the 1 st display window and the 3 rd display window may correspond to the same looping pattern of the displayed content, e.g., corresponding to a simultaneous sliding from head to tail of the content queue, or, simultaneously, corresponding to a simultaneous sliding from tail to head of the content queue.
In other embodiments, if the loop between the 1 st display window and the 2 nd display window is used for content looping where the display content slides from beginning to end of line, the loop of the 1 st display window and the 3 rd display window may be used for content looping where the display content slides from end of line to end of line. Or, if the loop between the 1 st display window and the 2 nd display window is used for the content loop in which the display content slides from the end of the line to the head, the loop between the 1 st display window and the 3 rd display window may be used for the content loop in which the display content slides from the head to the end of the line and as shown in fig. 3B, 3 display windows are displayed, but only one display window is currently displayed, and the other two display windows are hidden. In fig. 3A and 3B is shown the currently displayed display window in a dashed box. The arrow indicates the direction of switching the display window. The hidden display windows may be used to load display content, since the display windows are displayed cyclically in a second cyclic order, in the cyclic direction of the second cyclic order, the next display window to be displayed is loaded with display content before the currently hidden display window.
The meeting of the preset switching condition may include: the display duration of a single display window reaches a predetermined duration, and the method may further include: and receiving a cycle switching instruction of a user, wherein the cycle switching instruction is used for instructing the display window to perform display switching according to a second cycle sequence.
In some embodiments, when there are 3 display windows, the step S130 may include:
for example, referring to fig. 4B, currently, the display windows are cyclically displayed according to the second cyclic order, namely, the 1 st display window and the 2 nd display window, if the 1 st display window is currently displayed, only the content is loaded to the 2 nd display window according to the first cyclic order, the 3 rd display window maintains the initially loaded display content unchanged, if the 1 st display window is switched to the 3 rd display window for displaying based on the user's cyclic interrupt switching instruction, the 3 rd display window is directly displayed, and the display content loaded in the 3 rd display window is the initially loaded display content of the 3 rd display window. The cycle interruption switching instruction is used for indicating the current display window to interrupt the cycle according to the second cycle sequence and switching the current display window according to the switching direction indicated by the interruption switching instruction. With this content loading approach, the data load is minimal.
In other embodiments, when the number of the display windows is 3, two display windows are loaded at one time, as shown in fig. 4B, if the 1 st display window is currently displayed, the 2 nd display window and the 3 rd display window are both hidden, and when the display contents can be loaded, the same display contents can be loaded to the 2 nd display window and the 3 rd display window at the same time according to the first cycle number, if the 2 nd display window or the 3 rd display window is currently displayed, the display contents can be loaded to the 1 st display window only, and the other display window can maintain the originally loaded display contents unchanged. As such, for example, if an interrupt cycle switch instruction is received, the method may include: no matter which direction the switching instruction is instructed to switch, the next display content can be displayed, and discontinuous display of the circulating content is avoided.
In some other embodiments, the currently loaded display contents are different, for example, taking the 1 st display window as the currently displayed display window, the display contents need to be recorded in the 2 nd display window and the 3 rd display window at the same time, if the display content loaded in the 1 st display window is a, the 2 nd display window and the 3 rd display window, one loads the display content a-1, and the other loads the display content a +1. If the currently displayed 3 rd display window and the loaded display content B are the 2 nd display window and the 1 st display window, the display content is required to be loaded. If the 1 st display window has the display content B-1 loaded according to the first cycle number, the 2 nd display window has the display content B loaded. The two display windows are loaded simultaneously, the display contents of the two display windows are loaded differently, circulation of the display contents in two directions can be realized, and the two directions can be from the head to the tail of the content circulation queue of the display contents and from the tail of the content circulation queue to the head of the content circulation queue.
In this embodiment, the loop switch instruction and the interrupt loop switch instruction are both one of the switch instructions, and the two instruction input modes may be different for achieving the distinction. For example, the current display device is a display device including a touch screen, the loop switching instruction may be a single-finger sliding operation, and the interrupt loop switching instruction may be a double-finger sliding operation. In summary, the above two instructions can be distinguished by different operation parameters of the operation, for example, based on the number of touch points, the touch pressure, and the operation type, which may include: click operation, slide operation, and the like.
In this embodiment, only the numbers of the display windows arranged in a certain order are included in the 1 st display window, the 2 nd display window, and the 3 rd display window. The display window can be displayed and scrolled according to a certain scrolling sequence. For example, the display windows are sorted from small to large by number, and the display of the display windows may be scrolled clockwise for display switching. For another example, the display windows are sorted from large to small according to the numbers, and the display of the display windows may be scrolled in a counterclockwise manner for display switching.
In this embodiment, the display window may be a borderless display window, so that the window border of the display window is not visible when the display window is displayed. FIG. 5A is a diagram illustrating the display effect of a display window with display content loaded but without a displayed border.
As shown in FIG. 5B, in some embodiments, the display window may be a framed display window such that a window frame of the display window is visible when displayed. It is apparent that FIG. 5B shows the same content relative to FIG. 5A, but that FIG. 5B includes a display bezel, which is not visible in FIG. 5A. It is obvious that the display window can be divided into at least a framed display window and a frameless display window.
Therefore, no matter how many display contents need to be displayed currently, three windows are adopted for displaying, so that the display terminal can construct at most 3 display windows in the memory space, obviously, the occupied content space is small, and the resources of the memory space are saved. Meanwhile, because the constructed display windows are few, the computing resources consumed when the display windows are constructed are obviously reduced, and the computing resources are saved. Therefore, the content display method provided by the embodiment can save the consumption of the memory resource and the consumption of the computing resource of the display terminal.
Fig. 5C is a schematic view of an application interface of a display window application according to an embodiment of the present invention: in fig. 6, the display window with the dotted line is represented as a hidden display window which can be currently in a state of waiting for loading of the content, and the display window with the filling content is represented as a currently displayed display window which is located in the display area and can be seen by the user.
In an alternative manner, the step S131 may include:
if the S1 th display content is loaded on the current display window and S1 is smaller than N, determining to load the S1+1 th display content on the display window with the display content to be loaded; and if the S1 th display content is loaded on the current display window and S1 is equal to N, determining to load the 1 st display content to the display window with the loaded display content.
In this alternative, the N display contents are circulated from the head of the queue to the tail of the queue, and jump back to the head of the queue if the current display contents have already slipped to the tail of the queue.
In another alternative, the step S131 may include: if the S2 th display content is loaded on the current display window and S2 is larger than 1, determining to load the S2-1 th display content on the display window of which the display content is to be loaded; and if the S2 th display content is loaded on the current display window and S1 is equal to 1, determining to load the Nth display content on the display window with the loaded display content.
In this alternative, the N display contents are circulated from the end of the queue to the head of the queue, and jump back to the end of the queue if the current display contents have already slipped to the head of the queue.
Optionally, the method further comprises:
timing the display time length of each display window to obtain a timing result;
judging whether the display time length of the currently displayed display window reaches a preset time length or not according to the timing result;
and if the display time length reaches the preset time length, determining that the preset switching condition is met.
In this embodiment, whether the switching of the display window needs to be performed or not can be determined by the display timing. When a display window is shifted to the display position to start displaying, the display timing is started. And if the timing result is displayed and the preset display time is reached, executing automatic switching to switch to the display of the next display window, and switching the display content by switching the display windows.
The embodiment provides an automatic switching method of display contents. In still other embodiments, may further comprise: and detecting user operation acting on the currently displayed display window, executing switching of the display window based on switching operation when switching operation is detected, replacing the currently displayed display window with the display content loaded, and realizing external trigger switching of the display content.
In short, there are many ways to switch the display window in one display bit, and the switching is not limited to any one of the above.
In this embodiment, the method further includes:
and determining the preset time length according to the information quantity of the display content in the currently displayed display window.
When the display window is automatically switched, in order to ensure that the user has sufficient time to see the display content loaded in the display window, in this embodiment, the predetermined time period is determined according to the information amount of the display content in the display window.
In some embodiments, determining the predetermined period of time according to the amount of information may include:
counting the number of characters in the display content;
and calculating the preset time length according to the functional relation between the number of the characters and the display time length. Typically, the number of words is positively correlated to the predetermined length of time.
In other embodiments, determining the predetermined length of time based on the amount of information may include:
judging the content type of the display content;
determining the watching time length of each type of display content according to the conversion relation between the content type and the display time length;
and then accumulating the watching time length of each type of display content, and calculating the preset time length.
For example, it may specifically include:
calculating a first time length based on the relation between the picture and the display time length;
calculating a second time length based on the relation between the number of characters and the display time length;
and adding the first time length to the second time length to obtain the preset time length.
In general, the viewing time of a picture per unit area is shorter than the viewing time of a character per unit area.
In short, the information amount in this embodiment can be represented by parameters such as data amount of display contents, number of characters, and number of various display contents.
In some embodiments, the method comprises:
receiving at least one display content designated for display at a first display parameter from a server;
the method further comprises the following steps:
judging whether the first display area of the display content is larger than the second display area of the display window or not according to the first display parameter;
when the first display area is larger than the second display area, adjusting the first display parameter to be a second display parameter;
loading the display content into the display window based on a second display parameter;
and displaying the display content by using a second display parameter, wherein the third display area of the display content is not more than the second display area.
Sometimes, the display content received from the server exceeds the window area of the display window when being displayed according to the original display parameters of the display content, and if the display content is directly loaded into the display window, the display may be incomplete. In this embodiment, before loading, if the first display area of the display content displayed by the original display parameter (i.e., the first display parameter) is not larger than the second display area of the loaded display content that can be provided by the display window. If the second display area is larger than the first display area, adjustment is obviously needed. In this embodiment, the first display parameter is adjusted to the second display parameter, and the display content is loaded into the display window by using the adjusted display parameter, so that the display window can display the corresponding display content.
For example, the adjusting the first display parameter to the second display parameter may include:
calculating the ratio of the second display area to the second display area;
and adjusting the first display parameter by using the ratio to obtain the second display parameter.
In this embodiment, the display content is reduced in an equal ratio.
For example, the size of characters in the display content is reduced, and the area of an image in the display content is reduced.
In still other embodiments, the method further comprises:
if the first display area is larger than the second display area, dividing the display content into at least two display sub-contents based on the second display area;
the two display sub-contents are equivalent to two display contents being placed adjacent to the content circular queue in the circular order. In this way, under the condition that the display parameters of the display content are not adjusted and the display effect is not changed, different parts of the display content are loaded by using different display windows, and the display content is displayed in two or more than two display windows which are continuously displayed in the time domain dimension.
In this embodiment, the entire display area of the display window is equal to the display area of the display bit displaying the display window.
As shown in fig. 7, the display window provided in this embodiment is a sliding window. The sliding window may include: a window of a slider that can be used to adjust a display area in the display window. In fig. 7, a slide bar and a slide frame on which the slide bar can be moved are shown. Typically, the display area within the current sliding window is associated with the position of the slider within the sliding frame.
The method further comprises the following steps: and adjusting the display area for displaying the sliding window according to the sliding display strategy so as to display different display parts of the display content.
For example, when the sliding operation of the sliding window is detected, the display area of the sliding window is adjusted to display different display parts of the display content. For example, a finger of a user or a touch pen acts on the slider bar, and then drags the position of the slider bar in the sliding frame, so as to change the display area in the sliding window, thereby realizing sliding switching of different display contents.
In this way, the user may adjust the sliding operation, such as clicking a slider bar, while viewing the display content, so that the display window slides, thereby displaying different portions of the display window, and thereby displaying different portions of the display content.
In still other embodiments, the method further comprises: the display terminal automatically adjusts the display area of the display window based on the display duration of the current display part of the display window, so that the automatic sliding display of different display parts of the display content is realized.
There are many ways to adjust the display area of the sliding window based on the sliding display policy, and the method is not limited to any of the above.
Further, the method further comprises:
judging whether the display content loaded in the sliding window is displayed completely;
and when the display contents loaded in the sliding window are all displayed, determining that the preset switching condition is met.
In this embodiment, it is determined whether the display content loaded in the sliding window is completely displayed, and if the display content is completely displayed, it indicates that the display window can be switched to the next display window, and the display window is automatically switched to the next display window if the preset switching condition is satisfied.
Optionally, the step S140 may include:
the currently displayed display window is slid to the hidden position at a predetermined speed in a second recurring order, and the display window with the loaded display content is slid to the display position at the predetermined speed.
The display position may be an area visible to a user on the display interface in this embodiment. The hidden position is an area on the display interface which cannot be seen by a user. For example, taking fig. 5C as an example, the position where the middle display window is located is the display position, and the positions indicated by the dashed boxes on the two sides are the hidden positions. The display position is unchanged, and different display windows can be displayed on the display position by sliding the display windows. In this embodiment, the display window is slid at a predetermined speed, and if the sliding speed is slow, the user can see a portion of each of the two display windows displayed at the display position. For example, as shown in FIG. 5D. In fig. 5D, the positions indicated by the thick lines are the display positions, and it is obvious that a part of each of the display windows a and B is located at the display positions, so that the user can see the switching between two adjacent display windows.
As shown in fig. 8, this embodiment provides a display terminal, including:
a first creating unit 110, configured to obtain N display contents to be displayed, where N is a positive integer not less than 2;
an obtaining unit 120, configured to obtain at least two display contents to be displayed;
a loading unit 130, configured to load display contents into the display windows one by one according to a first cyclic order;
the display unit 140 is configured to sequentially display the display windows loaded with the display contents according to a second cyclic order, where the first cyclic order and the second cyclic order are independent of each other.
The embodiment provides a display terminal, which can be various devices including a display, such as a mobile phone, a tablet computer, and a wearable device. The display can be a liquid crystal display, an electronic ink display, a projection display, an Organic Light Emitting Diode (OLED) display or the like, and can be used for displaying various multimedia information such as characters and/or pictures, videos and the like.
The first creating unit 110 in this embodiment may correspond to a processor, which may be a central processing unit, a microprocessor, a digital signal processor, an application processor, a programmable array, an application specific integrated circuit, or the like. The processor may implement the creation of the three display windows by computer-executable instructions, such as a computer program.
In some embodiments, the obtaining unit 120 may correspond to a processor, and reads at least two display contents to be displayed from a local database of the display terminal. In other embodiments, the obtaining unit 120 may correspond to a communication interface, which may be various types of network interfaces, and may receive the display content to be displayed from a server on the network side.
In other embodiments, the loading unit 130 may correspond to a processor, and may write the display content into the corresponding display window, so as to write the pixel quality on the display interface within the content, and so on.
In this embodiment, the content to be displayed may be push content pushed by various servers, such as advertisements; the display terminal may also actively request the display content to be displayed from the server. E.g., a web page picture for display in a web page, etc.
In the embodiment, the switching display of different display contents can be realized only by creating 2 or 3 display windows, the created display windows are few, and the consumed memory resources and the calculation resources are few, so that the method has the characteristic of less resource consumption compared with the prior art.
In some embodiments, the loading unit 130 is configured to determine to load an S1+1 th display content to the display window to which the display content is to be loaded if the S1 th display content has already been loaded on the current display window and S1 is less than N; and if the S1 th display content is loaded on the current display window and S1 is equal to N, determining to load the 1 st display content to the display window with the loaded display content.
In other embodiments, the loading unit 130 is configured to determine to load the S2-1 th display content to the display window to which the display content is to be loaded if the S2 th display content is already loaded in the current display window and S2 is greater than 1; and if the S2 th display content is loaded on the current display window and S1 is equal to 1, determining to load the Nth display content on the display window with the loaded display content.
The display unit 140 is specifically configured to, when the number of the display windows is two, if the currently displayed display window is a 2 nd display window with loaded display content and meets a preset switching condition, display the 1 st display window with loaded display content, hide the 2 nd display window, and update the display content loaded in the 2 nd display window; if the currently displayed 1 st display window with the loaded display content meets the preset switching condition, displaying a 2 nd display window with the loaded display content, hiding the 1 st display window and updating the loaded display content in the 1 st display window.
The display unit 140 is configured to, if there are three display windows; when the circulation direction is a first direction, if the currently displayed 2 nd display window with the loaded display content meets a preset switching condition, displaying the 1 st display window with the loaded display content, hiding the 2 nd display window and updating the display content loaded in the 2 nd display window; if the currently displayed 1 st display window with the loaded display content meets the preset switching condition, displaying a 2 nd display window with the loaded display content, hiding the 1 st display window and updating the display content loaded in the 1 st display window; or, when the circulation direction is a second direction, if the currently displayed 1 st display window with the loaded display content meets a preset switching condition, displaying a 3 rd display window with the loaded display content, hiding the 1 st display window and updating the display content loaded in the 1 st display window; and if the currently displayed 3 rd display window with the loaded display content meets the preset switching condition, displaying the 1 st display window with the loaded display content, hiding the 3 rd display window and updating the loaded display content in the 3 rd display window.
In some embodiments, the display terminal further comprises:
a second creating unit configured to create a content circular queue including the display content;
the first judging unit is used for judging whether the loaded display content is the last display content in the content circular queue or not;
the loading unit 130 is configured to load the first display content in the content circular queue into the corresponding display window if the loaded display content is the last display content in the content circular queue; and if the loaded display content is not the last display content in the content circular queue, loading the next display content of the current display content in the content circular queue into the display window.
The second creating unit, the first judging unit and the loading unit may all correspond to a processor or a processing circuit, and the creation of the content circular queue, the judgment of the currently loaded content and the loading of the display content may be realized through the execution of a computer program.
In this embodiment, the display terminal further includes: the timing unit is used for timing the display duration of each display window to obtain a timing result; the second judging unit is used for judging whether the display time length of the currently displayed display window reaches the preset time length or not according to the timing result; a first determining unit, configured to determine that the preset switching condition is satisfied if the display duration has reached a predetermined duration.
In this embodiment, the timing unit may correspond to a timer, and is configured to time the display duration of each display window.
The second determination unit and the first determination unit, which may also correspond to a processor or a processing circuit, may be configured to perform the determination operation and whether the preset switching condition is satisfied.
Further, the display terminal further includes: and the second determining unit is used for determining the preset time length according to the information quantity of the display content in the currently displayed display window. The second determination unit here may also correspond to a processor or a processing circuit, and the predetermined period of time for the automatic switching may be determined according to the information amount of the display content.
Further, the display terminal includes: a receiving unit configured to receive, from a server, at least one display content designated to be displayed with a first display parameter; the third judging unit is used for judging whether the first display area of the display content is larger than the second display area of the display window or not according to the first display parameter; the first adjusting unit is used for adjusting the first display parameter to a second display parameter when the first display area is larger than the second display area; the loading unit is used for loading the display content into the display window based on a second display parameter; and displaying the display content by using a second display parameter, wherein the third display area of the display content is not more than the second display area.
In this embodiment, the receiving unit may correspond to a transceiver such as a network interface for performing information interaction with a server, and may receive display content to be displayed from the server.
The third determining unit and the first adjusting unit may both correspond to a processor or a processing circuit, and may implement adjustment of the display parameter through execution of a computer program, etc., so that the display content after the display parameter is adjusted may be completely displayed in the display window.
Further, the display window is a sliding window; the display terminal further includes: and the second adjusting unit is used for adjusting the display area for displaying the sliding window according to the sliding display strategy so as to display different display parts of the display content.
In this embodiment, if the display window is a sliding window with a slidable display area, the display window may be loaded into the display window according to the original display parameters of the display content, and the display content may be displayed completely by sliding different display positions of the display window.
In some embodiments, the display terminal further comprises: a fourth judging unit, configured to judge whether the display content loaded in the sliding window has been displayed; and the third determining unit is used for determining that the preset switching condition is met when the display contents loaded in the sliding window are all displayed.
The fourth judging unit is configured to judge whether the display content loaded in the sliding window has been displayed completely, and if the display has been displayed completely, the display that has completed the loading of the display content may be switched if the preset switching condition is satisfied.
In some embodiments, the display unit 140 may be configured to determine that the preset switching condition is satisfied when all the display contents loaded in the sliding window are displayed.
As shown in fig. 9, the present embodiment provides a display terminal, which includes a display 210, a memory 220, a processor 230, and a computer program stored in the memory 220 and executed by the processor 230:
the processor 220 is connected to the display 210 and the memory 220, respectively, and is configured to control the display of the display 210 by executing a computer program, and implement a content display method provided by one or more of the foregoing technical solutions, for example, the method shown in fig. 2.
In this embodiment, the display 210 may include various display devices, and specifically may be: a liquid crystal display, an electronic ink display, a projection display, or an Organic Light Emitting Diode (OLED) display, or the like.
The memory 220 may correspond to various computer storage media and the like, such as random access storage media, read only storage media, flash memory, and the like. The memory 220 comprises at least part of a non-transitory storage medium that may be used to store the computer program.
In this embodiment, the processor 230 may implement the content display method provided in any one of the above technical solutions by executing the computer program, and specifically may execute the content display method shown in fig. 2.
The processor 230 may be connected to the memory 220 and the display 210 through a bus interface in a display terminal such as an integrated circuit bus, so as to achieve seamless display switching of a plurality of display contents at a display position with as little consumption of memory resources and computing resources as possible.
Referring to fig. 10, an alternative software and hardware structure diagram of the display terminal is shown, where the display terminal includes a hardware layer, an intermediate layer, an operating system layer, and a software layer. However, it should be understood by those skilled in the art that the structure of the display terminal shown in fig. 10 is only an example and does not constitute a limitation to the structure of the display terminal. For example, the display terminal may be provided with more components than those shown in fig. 10 according to implementation requirements, or omit some components according to implementation requirements.
The hardware layers of the display terminal include a processor 230, an input/output interface 240, a memory 220, and a network interface 250, and components such as the display 210 may communicate via a system bus connection.
The processor 230 may be implemented using a Central Processing Unit (CPU), a Microprocessor (MCU), an Application Specific Integrated Circuit (ASIC), or a Field-Programmable Gate Array (FPGA).
The input/output interface 240 may be implemented using input/output devices such as a display screen, a touch screen, speakers, etc.
The memory 220 may be implemented by a nonvolatile storage medium such as a flash memory, a hard disk, and an optical disc, or may also be implemented by a volatile storage medium such as a Double Data Rate (DDR) dynamic cache, in which an executable instruction for executing the information processing method is stored.
Illustratively, the network interface 250 provides the processor 230 with Access capability of external data such as the memory 210 set in a remote place, and illustratively, the network interface 250 may perform Near Field Communication (NFC) based on Near Field Communication (NFC) technology, bluetooth (Bluetooth) technology, zigBee (ZigBee) technology, and in addition, may also implement Communication based on Communication systems such as Code Division Multiple Access (CDMA) and Wideband Code Division Multiple Access (WCDMA) and evolution thereof.
The driver layer includes middleware 300 for the operating system 400 to recognize and communicate with the components of the hardware layer, which may be, for example, a collection of drivers for the components of the hardware layer.
The operating system 400 is used for providing a graphical interface facing a user, and exemplarily includes a plug-in icon, a desktop background and an application icon, and the operating system 400 supports the user to control the device via the graphical interface, and the embodiment of the present invention does not limit the software environment of the device, such as the type and the version of the operating system, and may be, for example, an android operating system, an iOS operating system, a Linux operating system, a UNIX operating system, or the like.
The software layer may include applications 500, where the applications 500 may be various types of applications such as web applications, social applications, shopping applications, and the like.
An embodiment of the present invention further provides a computer storage medium, where a computer program is stored, and after the computer program is executed, the content display method shown in fig. 2 may be specifically executed.
The computer storage medium may include: a mobile storage device, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes. The computer storage medium may be a non-transitory storage medium.
Several specific examples are provided below in connection with any of the above embodiments:
example 1:
the present example solves the problem of display efficiency while ensuring that the display effect of the display content is unchanged. No matter how many contents need to be shown in this example, only need establish 3 display windows can, then through the multiplexing to the display window, constantly refresh the display content that shows in the display window, reduce the use of resource from this, and utilize three display window to show the content and load in advance, realize seamless demonstration and switch, promote the functioning speed who uses on mobile device simultaneously, improve user's use experience.
Example 2:
because the refresh rate of the display of the mobile device is very high and cannot be sensed by human eyes, the phenomenon of persistence of vision can be utilized, and therefore the effect of infinite cyclic sequence of display content display is achieved. The display window is characterized by comprising three display windows, wherein the middle display window is used for displaying current content, the other two display windows respectively display the previous display content and the next display content, when the sliding of the middle display window is finished, the middle display window is quickly switched to and refreshed into the content to be displayed, namely, the display window is also the original display window, but the content is refreshed, so that the display windows can be repeatedly utilized, and the function of infinite cycle order can also be realized.
As shown in FIG. 11, assuming that there is a circular queue of content to be presented, there are three display windows: the display window [0], the display window [1] and the display window [2] respectively display contents of display content [ i-1], display content [ i ] and display content [ i +1]. In FIG. 11, the display window [1] corresponds to the 1 st display window, if the display window [0] corresponds to the 2 nd display window, the display window [2] corresponds to the 3 rd display window, and if the display window [2] corresponds to the 2 nd display window, the display window [1] corresponds to the 3 rd display window.
When sliding to the display window [2], if the display window [2] is not slid to the tail of the content circular queue, i +1 is smaller than the total number of the display content, i is automatically added with 1 and is immediately positioned to the display window [2], simultaneously, the content of the display window [1] is hidden and refreshed, the display content [ i ] is converted into the display content [ i +1], a user is mistakenly made to slide from the display content [ i ] to the display content [ i +1], when the display window [2] is slid to the tail of the content circular queue, i +1 is larger than or equal to the total number of the display content, i is set to 0, and the circular sequence from the tail of the queue to the head of the queue is realized.
When sliding to the display window [0], if the display window [0] is not slid to the head of the content circular queue, i-1 is greater than or equal to 0, i is reduced by 1, and is positioned to the display window [0] immediately, meanwhile, the content of the display window [1] is hidden and refreshed, the display content [ i ] is converted into the display content [ i-1], a user is made to mistakenly think that the display content [ i ] slides to the display content [ i-1], when the display window [0] is slid to the head of the content circular queue, i-1 is less than zero, and the circular sequence from the head of the content circular queue to the tail of the content is realized by setting i as the total number of the display content and reducing 1.
Aiming at the scheme of realizing the advertisement display column with the infinite circular order on the current mobile platform, the scheme is optimized, so that only three display windows need to be applied, and the advertisement display column with the infinite circular order can be realized by multiplexing the display windows and refreshing data.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. The above-described device embodiments are merely illustrative, for example, the division of the unit is only one logical function division, and there may be other division ways in actual implementation, such as: multiple units or components may be combined, or may be integrated into another system, or some features may be omitted, or not implemented. In addition, the coupling, direct coupling or communication connection between the components shown or discussed may be through some interfaces, and the indirect coupling or communication connection between the devices or units may be electrical, mechanical or other forms.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed on a plurality of network units; some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, all the functional units in the embodiments of the present invention may be integrated into one processing module, or each unit may be separately used as one unit, or two or more units may be integrated into one unit; the integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
Those of ordinary skill in the art will understand that: all or part of the steps for implementing the method embodiments may be implemented by hardware related to program instructions, and the program may be stored in a computer readable storage medium, and when executed, the program performs the steps including the method embodiments.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (11)

1. A content display method is applied to a display terminal and comprises the following steps:
creating three display windows, wherein the three display windows comprise a 1 st display window, a 2 nd display window and a 3 rd display window, and the 1 st display window is positioned between the 2 nd display window and the 2 nd display window;
acquiring N display contents to be displayed, wherein N is a positive integer not less than 2;
loading display contents into the three display windows one by one according to a first cyclic order;
if the currently displayed 2 nd display window with the loaded display content meets the preset switching condition, displaying the 1 st display window with the loaded display content, hiding the 2 nd display window and updating the display content loaded in the 2 nd display window; if the currently displayed 1 st display window with the loaded display content meets the preset switching condition, displaying a 2 nd display window with the loaded display content, hiding the 1 st display window and updating the display content loaded in the 1 st display window;
or,
if the currently displayed 1 st display window with the loaded display content meets a preset switching condition, displaying the 3 rd display window with the loaded display content, hiding the 1 st display window and updating the display content loaded in the 1 st display window; if the 3 rd display window with the loaded display content is displayed currently and meets the preset switching condition, the 1 st display window with the loaded display content is displayed, the 3 rd display window is hidden, and the display content loaded in the 3 rd display window is updated.
2. The method of claim 1,
the loading the display contents into the three display windows one by one according to the first cyclic order comprises the following steps:
if the S1 th display content is loaded on the current display window and S1 is smaller than N, determining to load the S1+1 th display content on the display window of which the display content is to be loaded; if the S1 th display content is loaded on the current display window and S1 is equal to N, determining to load the 1 st display content on the display window with the loaded display content;
or,
if the S2 th display content is loaded on the current display window and S2 is larger than 1, determining to load the S2-1 th display content on the display window with the display content to be loaded; and if the S2 th display content is loaded on the current display window and S1 is equal to 1, determining to load the Nth display content on the display window with the loaded display content.
3. The method of claim 1,
the loading the display contents into the three display windows one by one according to the first cyclic order comprises the following steps:
and when the display content is loaded to the three display windows for the first time, loading the display content which is adjacent to the three display windows in the cyclic order into the three display windows respectively according to the first cyclic order.
4. The method according to claim 1 or 2,
the method further comprises the following steps:
timing the display time length of each display window to obtain a timing result;
judging whether the display time length of the currently displayed display window reaches a preset time length or not according to the timing result;
and if the display time length reaches the preset time length, determining that the preset switching condition for switching the display window is met.
5. The method of claim 4,
the method further comprises the following steps:
and determining the preset time length according to the information quantity of the display content in the currently displayed display window.
6. The method according to claim 1 or 2,
the method further comprises the following steps:
receiving at least one display content designated for display at a first display parameter from a server;
judging whether the first display area of the display content is larger than the second display area of the display window or not according to the first display parameter;
when the first display area is larger than the second display area, adjusting the first display parameter to be a second display parameter;
the loading of display content into the three display windows one by one in a first cyclic order comprises:
loading the display content into the display window based on a second display parameter;
and displaying the display content by using a second display parameter, wherein the third display area of the display content is not more than the second display area.
7. The method according to claim 1 or 2,
the display window is a sliding window;
the method further comprises the following steps:
and adjusting the display area of the sliding window according to the sliding display strategy so as to display different display parts of the display content.
8. A display terminal, comprising:
the device comprises a first creating unit, a second creating unit and a third creating unit, wherein the first creating unit is used for creating three display windows, the three display windows comprise a 1 st display window, a 2 nd display window and a 3 rd display window, and the 1 st display window is positioned between the 2 nd display window and the 2 nd display window;
the display device comprises an acquisition unit, a display unit and a display unit, wherein the acquisition unit is used for acquiring N display contents to be displayed, and N is a positive integer not less than 2;
the loading unit is used for loading the display contents into the three display windows one by one according to a first cyclic order;
the display unit is used for displaying the 1 st display window with the loaded display content, hiding the 2 nd display window and updating the display content loaded in the 2 nd display window if the currently displayed 2 nd display window with the loaded display content meets a preset switching condition; if the currently displayed 1 st display window with the loaded display content meets the preset switching condition, displaying a 2 nd display window with the loaded display content, hiding the 1 st display window and updating the display content loaded in the 1 st display window; or, if the currently displayed 1 st display window with the loaded display content meets the preset switching condition, displaying the 3 rd display window with the loaded display content, hiding the 1 st display window and updating the display content loaded in the 1 st display window; and if the currently displayed 3 rd display window with the loaded display content meets the preset switching condition, displaying the 1 st display window with the loaded display content, hiding the 3 rd display window and updating the loaded display content in the 3 rd display window.
9. The terminal of claim 8,
the loading unit is further configured to determine to load an S1+1 th display content to the display window of the display content to be loaded if the S1 th display content is loaded on the current display window and S1 is smaller than N; if the S1 th display content is loaded on the current display window and S1 is equal to N, determining to load the 1 st display content to the display window with the loaded display content;
or,
the loading unit is further configured to determine to load an S2-1 th display content to the display window with the display content to be loaded if the S2 th display content is loaded in the current display window and S2 is greater than 1; and if the S2 th display content is loaded on the current display window and S1 is equal to 1, determining to load the Nth display content on the display window with the loaded display content.
10. A display terminal comprising a display, a memory, a processor, and a computer program stored on the memory and executed by the processor:
the processor is connected with the display and the memory respectively, and is used for controlling the display of the display by executing a computer program and executing the content display method provided by any one of claims 1 to 7.
11. A computer storage medium storing a computer program capable of implementing the content display method provided in any one of claims 1 to 7 when executed.
CN201711278827.9A 2017-12-06 2017-12-06 Content display method, display terminal, and computer storage medium Active CN109885227B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711278827.9A CN109885227B (en) 2017-12-06 2017-12-06 Content display method, display terminal, and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711278827.9A CN109885227B (en) 2017-12-06 2017-12-06 Content display method, display terminal, and computer storage medium

Publications (2)

Publication Number Publication Date
CN109885227A CN109885227A (en) 2019-06-14
CN109885227B true CN109885227B (en) 2023-01-24

Family

ID=66924119

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711278827.9A Active CN109885227B (en) 2017-12-06 2017-12-06 Content display method, display terminal, and computer storage medium

Country Status (1)

Country Link
CN (1) CN109885227B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111782095B (en) * 2020-06-15 2022-02-25 网易(杭州)网络有限公司 Switching display method and device for display objects in visual area
CN112732394A (en) * 2021-01-22 2021-04-30 深圳市欧瑞博科技股份有限公司 Intelligent control method and device for interface display, electronic equipment and storage medium

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105335364B (en) * 2014-05-29 2017-03-08 优视科技有限公司 A kind of method and device realizing view slip display acceleration
CN106156153B (en) * 2015-04-14 2022-05-27 腾讯科技(深圳)有限公司 Method and device for loading picture
CN106294474B (en) * 2015-06-03 2019-07-16 阿里巴巴集团控股有限公司 Show processing method, the apparatus and system of data
US10740349B2 (en) * 2015-06-22 2020-08-11 Microsoft Technology Licensing, Llc Document storage for reuse of content within documents
CN106095411A (en) * 2016-05-31 2016-11-09 乐视控股(北京)有限公司 Display packing and terminal
CN107038033A (en) * 2017-04-14 2017-08-11 成都奇鲁科技有限公司 Desktop background display methods and device

Also Published As

Publication number Publication date
CN109885227A (en) 2019-06-14

Similar Documents

Publication Publication Date Title
US8775965B1 (en) Immersive mode for a web browser
US10254955B2 (en) Progressively indicating new content in an application-selectable user interface
US10120538B2 (en) Providing subpages in a touch panel user interface
CN106662905B (en) Displaying content related to always-on display
US9547525B1 (en) Drag toolbar to enter tab switching interface
US8933952B2 (en) Pre-rendering new content for an application-selectable user interface
CN108476306B (en) Image display method and terminal equipment
CN105117191A (en) Method and apparatus for controlling display of mobile terminal
AU2014308633B2 (en) Swipe toolbar to switch tabs
CN109840114A (en) Page processing method and mobile terminal
US20150040059A1 (en) System, device, and method for scrolling content with motion blur on an electronic display
CN110019464B (en) Page processing method and device
KR20240008367A (en) Page display method and device for application, and electronic device
CN109885227B (en) Content display method, display terminal, and computer storage medium
US20210026508A1 (en) Method, device and computer program for overlaying a graphical image
US8756535B2 (en) Simultaneous screen saver operations
CN115658209A (en) Notification message display method and device and electronic equipment
US20140173466A1 (en) Transitions within views of conversation environments
CN109840315B (en) Detail information viewing method and device
WO2019063495A2 (en) Method, device and computer program for overlaying a graphical image
CN109101143B (en) Focus top setting method, storage medium, equipment and system suitable for page scrolling
NL2023600B1 (en) Method, device and computer program for overlaying a graphical image
US20230321538A1 (en) Interactive puzzle
CN112672196B (en) System and method for channel selection and image display
NL2021700B1 (en) Method, device and computer program for overlaying a graphical image

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