CN110007829B - Content display method, device, terminal and storage medium - Google Patents

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

Info

Publication number
CN110007829B
CN110007829B CN201910265283.5A CN201910265283A CN110007829B CN 110007829 B CN110007829 B CN 110007829B CN 201910265283 A CN201910265283 A CN 201910265283A CN 110007829 B CN110007829 B CN 110007829B
Authority
CN
China
Prior art keywords
content
list page
display
unit
target
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
CN201910265283.5A
Other languages
Chinese (zh)
Other versions
CN110007829A (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 CN201910265283.5A priority Critical patent/CN110007829B/en
Publication of CN110007829A publication Critical patent/CN110007829A/en
Application granted granted Critical
Publication of CN110007829B publication Critical patent/CN110007829B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The application provides a content display method, a content display device, a terminal and a storage medium. The method comprises the following steps: displaying an initial content list page, wherein the initial content list page comprises n content units arranged in a list form; receiving a detail display instruction corresponding to a target content unit of the n content units; displaying a content detail page corresponding to the target content unit; and after receiving the list display instruction, displaying an updated content list page, wherein the updated content list page comprises the processed target content unit and updated content, and the updated content refers to content which is not contained in the initial content list page. According to the technical scheme provided by the embodiment of the application, the updated content list page comprises the content which is not contained in the initial content list page, so that the information content of the updated content list page can be increased.

Description

Content display method, device, terminal and storage medium
Technical Field
The embodiment of the application relates to the technical field of computers and internet, in particular to a content display method, a content display device, a terminal and a storage medium.
Background
Currently, when a user browses news through a terminal, the terminal usually displays a news list first, and when the user selects a news in the news list, the terminal jumps to display a detail page of the news.
When the user finishes browsing a detail page of a certain news, a return button in the detail page may be clicked to return the terminal to the news list. In the related art, the terminal returns the same news list as the one displayed before the skip detail page.
In the related art, the amount of information included in the news list returned and displayed by the terminal is small.
Disclosure of Invention
The embodiment of the application provides a content display method, a content display device, a terminal and a storage medium, which can be used for solving the problem that the amount of information included in a news list returned and displayed by the terminal in the related art is small.
In one aspect, an embodiment of the present application provides a content display method, where the method includes:
displaying an initial content list page, wherein the initial content list page comprises n content units arranged in a list form, and n is an integer greater than 1;
receiving a detail display instruction corresponding to a target content unit of the n content units;
displaying a content detail page corresponding to the target content unit;
after receiving a list display instruction, displaying an updated content list page, where the updated content list page includes a processed target content unit and updated content, where a layout size of the processed target content unit is smaller than an original layout size of the target content unit, and the updated content refers to content not included in the original content list page.
In another aspect, an embodiment of the present application provides a content display apparatus, where the apparatus includes:
the device comprises a list display module, a content display module and a content display module, wherein the list display module is used for displaying an initial content list page, the initial content list page comprises n content units which are arranged in a list form, and n is an integer which is more than 1;
an instruction receiving module, configured to receive a detail display instruction corresponding to a target content unit of the n content units;
the detail display module is used for displaying a content detail page corresponding to the target content unit;
the list display module is further configured to display an updated content list page after receiving a list display instruction, where the updated content list page includes a processed target content unit and updated content, a layout size of the processed target content unit is smaller than an original layout size of the target content unit, and the updated content refers to content that is not included in the initial content list page.
In yet another aspect, an embodiment of the present application provides a terminal, which includes a processor and a memory, where the memory stores at least one instruction, at least one program, a code set, or a set of instructions, and the at least one instruction, the at least one program, the code set, or the set of instructions is loaded and executed by the processor to implement the content display method according to the above aspect.
In yet another aspect, an embodiment of the present application provides a computer-readable storage medium, in which at least one instruction, at least one program, a set of codes, or a set of instructions is stored, and the at least one instruction, the at least one program, the set of codes, or the set of instructions is loaded and executed by a processor to implement the content display method according to the above aspect.
In yet another aspect, a computer program product is provided for performing the content display method of the above aspect when the computer program product is executed.
The technical scheme provided by the embodiment of the application can bring the following beneficial effects:
according to the technical scheme provided by the embodiment of the application, the updated content list page comprises the content which is not contained in the initial content list page, and therefore the information content of the updated content list page can be increased.
Drawings
FIG. 1 is a schematic illustration of an implementation environment shown in one embodiment of the present application;
FIG. 2 is a flow diagram illustrating a method of content display according to one embodiment of the present application;
FIG. 3 is a schematic view of an interface according to the embodiment shown in FIG. 2;
FIG. 4 is an interface diagram illustrating a zoom-out process, according to one embodiment of the present application;
FIG. 5 is an interface diagram illustrating a zoom-out process according to another embodiment of the present application;
FIG. 6 is an interface diagram illustrating a zoom-out process according to another embodiment of the present application;
FIG. 7 is an interface diagram illustrating a zoom-out process according to another embodiment of the present application;
FIG. 8 is a schematic diagram illustrating a process for collapsing a content unit according to another embodiment of the present application;
FIG. 9 is an interface diagram illustrating a zoom-out process according to another embodiment of the present application;
FIG. 10 is a block diagram of a content display device shown in one embodiment of the present application;
fig. 11 is a block diagram of a content display apparatus according to another embodiment of the present application;
fig. 12 is a block diagram of a terminal shown in one embodiment of the present application.
Detailed Description
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
Referring to fig. 1, a schematic diagram of an implementation environment provided by an embodiment of the present application is shown. The implementation environment includes a terminal 10 and a server 20.
The terminal 10 has a content display function that can display a content listing page and a content detail page for viewing by the user. Alternatively, a target application program for implementing the above-described content display function is installed in the terminal 10, and a user can browse contents such as news information, short videos, and the like by means of the target application program. The target application may be an information application or a short video application, which is not limited in the embodiment of the present application.
The server 20 has a content providing function for providing display content to the terminal 10. The server 20 may be one server, a server cluster formed by multiple servers, or a cloud computing service center. Alternatively, the server 20 may be a background server corresponding to a target application installed in the terminal 10.
The terminal 10 and the server 20 have a communication connection therebetween, which may be established through a wired network or a wireless network.
According to the technical scheme provided by the embodiment of the application, the plurality of content units are displayed on the initial content list page, when a user finishes checking a content detail page corresponding to a certain content unit and returns to the content list page, the layout size of the content units on the content list page is reduced, so that a certain layout can be left on the content list page to accommodate the content which is not contained in the initial content list page, and compared with the related technology that the content list page returned after the user finishes checking the content detail page is the same as the initial content list page, the technical scheme provided by the embodiment of the application can increase the information content of the updated content list page as the updated content list page includes the content which is not contained in the initial content list page.
The technical scheme provided by the embodiment of the application can be applied to information browsing scenes and short video watching scenes. The following explains these two scenarios separately.
(1) Information browsing scenario
Displaying a plurality of news information titles on a content list page of an information application program of the terminal; after a user selects a certain news information title, the terminal skips to display a content detail page corresponding to the news information, and after the user browses the text content of the news information, the user can click a return button in the content detail page to return to a content list page; at this time, the display proportion of the news information titles browsed by the user in the content page list is reduced, the news information titles below the news information titles browsed by the user move upwards, and the bottom of the content page list displays new news information titles.
(2) Short video viewing scenes
Displaying a plurality of short video cover pictures on a content list page of a short video application program of the terminal; after a user selects a certain short video cover picture, the terminal skips to play the short video corresponding to the short video cover picture, and the user can click a return button in the playing page to return to the content list page after finishing watching the short video; at this time, the display proportion of the short video cover picture corresponding to the short video viewed by the user in the content page list is reduced, the short video cover picture below the short video cover picture corresponding to the short video viewed by the user moves upwards, and the new short video cover picture is displayed at the bottom end of the content list page.
Referring to fig. 2, a flowchart of a content display method according to an embodiment of the present application is shown. The method can be applied to the terminal in the implementation environment shown in fig. 1, and comprises the following steps (step 201 to step 204).
Step 201, an initial content list page is displayed.
The initial content listing page is provided by the target application. The application is an application having a content browsing function, and a user can browse contents such as news information and short videos through the application. For example, the target application may be an information application, a short video application, and the like. The initial content list page includes n content units arranged in a list, where n is an integer greater than 2.
Arranged in list form means that the content units are arranged in a table form of rows x columns. In one possible implementation, the terminals are arranged in a table format with a number of rows n and a number of columns 2; in another possible implementation, the terminals are arranged in a table form with n/2 rows and 2 columns; the embodiments of the present application do not limit the specific implementation manner arranged in the form of a list.
The content unit has a jump function of the content detail page, that is, when the terminal receives the trigger signal corresponding to the content unit, the content detail page can be jumped and displayed. When the initial content list page is used for a user to browse news information, the content unit may include a title of the news information, and when the text content of the news information includes a picture, the content unit may further include the picture; when the initial content list page is used for the user to browse the short video, the content unit may include a picture representing the short video, and the picture representing the short video may be a first frame picture in the short video. Optionally, the content unit may further include a title of the short video, popularity information, and the like, which is not limited in this embodiment of the application.
The value of N may be actually determined according to the display size of the terminal display interface, the display size of the content unit, and the arrangement manner of the content unit, which is not limited in this embodiment of the present application.
Optionally, the terminal displays a desktop interface, the desktop interface includes a target application icon, and after the terminal receives a trigger signal corresponding to the target application icon, the terminal acquires n content units from a background server corresponding to the target application, and displays the n content units on an initial content list page.
At step 202, a detail display instruction corresponding to a target content unit of the n content units is received.
The target content unit is selected by the user and may be any one of the n content units described above. The detail display instruction is used for triggering the display of a content detail page of the target content unit. The detail display instruction may be a signal that is triggered by the user and acts within the display area of the target content element, and the signal may be any one of a single click signal, a double click signal, a slide signal, and a long press signal. In the embodiment of the present application, the signal is only used as a click signal for example.
When a user desires to browse the complete content of a content unit, the display area where the content unit is located may be clicked, and the terminal receives a selection signal corresponding to the target content unit.
And step 203, displaying a content detail page corresponding to the target content unit.
The content detail page is used to present the complete content included in the target content element. When the target content unit is the information content unit, the complete content includes the title, author, release time, text content, comment, etc. of the target content unit. When the target content unit is a short video-like content unit. The complete content includes the title, creator, distribution time, popularity information, video content, etc. of the target content unit.
It is mentioned in step 201 that the content unit has a jump function for a content detail page. And the terminal skips to display a content detail page corresponding to the target content unit according to the received selection signal corresponding to the target content unit.
And step 204, after the list display instruction is received, displaying the updated content list page.
The list display instruction is used for triggering the terminal to display the content list page. Optionally, the content detail page includes a return button, and the list display instruction is received when the terminal receives an operation signal corresponding to the return button. The position of the return button on the content detail page is not limited in the embodiment of the present application, and optionally, the return button is located in the upper left corner of the content detail page. The operation signal corresponding to the return button may be any one of a single click signal, a double click signal, a slide signal, and a drag signal. In the embodiment of the present application, only the operation signal corresponding to the return button is described as an example of the click signal.
The updated content list page contains the processed target content unit and the updated content.
The layout size of the processed target content unit is less than the original layout size of the target content unit. The layout size may include at least one of a display area, a display length, and a display width of the target content unit. The original layout size and the layout size of the processed target content unit may be actually determined according to the display size of the terminal display interface, the numerical value of n, the specific implementation manner in the list form, and the like, which is not limited in the embodiment of the present application.
The updated content refers to content that is not contained in the initial content list page. Optionally, the updated content includes content units not included in the initial content list page; and/or the part of the content list page that is not displayed and is already contained in the initial content list page.
In a possible implementation manner, the updated content is obtained locally by the terminal, when the terminal displays an initial content list page, the number of content units obtained from the background server corresponding to the target application is greater than n, the terminal stores undisplayed content units (i.e., updated content) locally, and displays the undisplayed content units in the updated content list page.
In another possible implementation manner, the update content is obtained by the terminal from a background server corresponding to the target application program. Optionally, after receiving the page rollback instruction, the terminal sends a content acquisition request to the background server, and the background server acquires the request and returns the updated content according to the content. The content obtaining request is used for requesting to obtain the updated content, and the content obtaining request carries the terminal identification. Optionally, the content obtaining request further carries an identifier of the target content unit, and the background server returns updated content matched with the target content unit according to the identifier of the target content unit.
In the embodiment of the application, the layout size of the target content unit is reduced, and then the terminal leaves a certain layout to display the updated content.
With reference to fig. 3, the terminal displays an initial content list page 31, where the initial content list page 31 includes n content units, and when the user selects the target content unit 311, the terminal jumps to display a content detail page 32 corresponding to the target content unit 311, where the content detail page 32 includes a return button 321, and the user clicks the return button 321 after browsing the content detail page 32, and then the terminal displays an updated content list page 33, where the updated content list page 33 includes the processed target content unit 331 and the updated content 332.
In summary, according to the technical solution provided by the embodiment of the present application, a plurality of content units are displayed on an initial content list page, and when a user finishes viewing a content detail page corresponding to a certain content unit and returns to the content list page, the layout size of the content units on the content list page is reduced, so that a certain layout can be left on the content list page to accommodate content not included in the initial content list page.
It is mentioned in the above embodiment that the terminal displays the updated content on the updated content list page by reducing the layout size of the target content unit. The following explains an implementation of reducing the layout size of a target content unit.
In an alternative embodiment provided based on the embodiment shown in fig. 2, step 204 may alternatively be implemented as the following sub-steps (step 204 a-step 204 c):
at step 204a, after receiving the list display instruction, an initial content list page is displayed.
And step 204b, reducing the layout size of the target content unit to obtain an updated content list page.
In the embodiment of the application, the terminal performs reduction processing on the layout size of the target content unit to obtain an updated content list page.
Optionally, the n content units are arranged in a first direction in the initial content list page. Step 104b may be implemented as: and reducing the layout length of the target content unit in the first direction to obtain an updated content list page.
The first direction may be a direction pointing from a top end to a bottom end of the terminal display interface. Optionally, the terminal performs reduction processing on the layout length of the target content unit in the first direction according to a preset proportion to obtain an updated content list page. The preset ratio is a constant greater than 0 and less than 1, which can be set according to the requirement, and this is not limited in the embodiment of the present application. Illustratively, the preset ratio is 0.5.
After the terminal reduces the layout size of the target content unit, the content (such as characters, pictures, etc.) included in the target content unit also needs to be adjusted accordingly.
In a possible implementation manner, the terminal performs the reduction processing on the specific content included in the target content unit according to a preset proportion. With reference to fig. 4, the terminal displays an initial content list page 41, and after the user selects a target content unit 411 from a plurality of content units displayed on the content list page 41, the terminal jumps to display a content detail page 42 corresponding to the target content unit 411, where the content detail page 42 includes a return button 421, and after the user finishes browsing the content detail page 42, the user clicks the return button 421, and at this time, the terminal performs a reduction process on the layout size corresponding to the target content unit 411 and the content included in the target content unit 411 according to a preset scale.
In another possible implementation, the terminal partially hides or partially removes the content in the target content unit.
When the target content unit only comprises the text part, the terminal hides or removes the part of the text in the target content unit. Referring to fig. 5 in combination, the terminal displays an initial content list page 51, and after the user selects a target content unit 511 from a plurality of content units displayed on the content list page 51, the terminal skips to display a content detail page 52 corresponding to the target content unit 511, where the content detail page 52 includes a return button 521, and after the user finishes browsing the content detail page 52, the user clicks the return button 521, and then the terminal performs a reduction process on a layout size corresponding to the target content unit 511 according to a preset ratio, and deletes a second line of text included in the target content unit 511.
When the content in the target unit content includes two parts, namely, a text part and a picture part, if the text part and the picture part are also arranged according to the first direction, the terminal can remove the text part or the picture part. With reference to fig. 6, the terminal displays an initial content list page 61, and after the user selects a target content unit 611 from a plurality of content units displayed on the content list page 61, the terminal jumps to display a content detail page 62 corresponding to the target content unit 611, where the content detail page 62 includes a return button 621, and after the user finishes browsing the content detail page 62, the user clicks the return button 621, and at this time, the terminal performs reduction processing on the layout size corresponding to the target content unit 611 according to a preset scale, and deletes a picture portion included in the target content unit 611.
If the text part and the picture part are arranged in a direction perpendicular to the first direction, the terminal may delete the picture part and rearrange the text part to reduce the layout length of the target content unit in the first direction. Referring to fig. 7 in combination, the terminal displays an initial content list page 71, after the user selects a target content unit 711 from a plurality of content units displayed on the content list page 71, the terminal jumps to display a content detail page 72 corresponding to the target content unit 711, the content detail page 72 includes a return button 721, the user clicks the return button 721 after browsing the content detail page 72, at this time, the terminal performs reduction processing on the layout size corresponding to the target content unit 711 according to a preset scale, deletes a picture portion included in the target content unit 711, and rearranges a text portion included in the target content unit 711.
In other possible implementation manners, the terminal performs folding processing on the target content unit to obtain an updated target content unit. After the folding processing, the projection of the target content unit on the terminal display interface is reduced, that is, the updated target content unit displayed by the terminal has a smaller layout size than the target content unit before the update. It should be noted that the content included in the target content interface is also adapted along with the process of the folding process.
Referring to fig. 8 in combination, a schematic interface diagram of a folding process performed on a content unit according to an embodiment of the present application is shown. Referring to part (a) of fig. 8, the content unit 811 includes a text portion and a picture portion, and the terminal performs a folding process thereon to obtain a content unit 812 after the folding process (see part (b) of fig. 8).
With reference to fig. 9, the terminal displays an initial content list page 91, and when the user selects a target content unit 911 from a plurality of content units displayed on the content list page 91, the terminal jumps to a content detail page 92 corresponding to the target content unit 911, where the content detail page 92 includes a return button 921, and after the user finishes browsing the content detail page 92, the user clicks the return button 921, and at this time, the terminal performs a folding process on the target content unit 911, and performs an adaptive adjustment on the content included in the target content unit 911.
And step 204c, displaying the updated content list page.
And the terminal reduces the layout size of the target content unit, correspondingly adjusts the content contained in the target unit and displays the updated content list page.
In an optional embodiment provided based on the embodiment shown in fig. 2, the terminal displays the above process of performing the reduction processing on the layout size of the target content unit in an animation form during the process of performing the reduction processing on the layout size of the target content unit.
The animation form may be actually determined in combination with an implementation manner of performing reduction processing on the layout size of the target content unit and a manner of correspondingly adjusting the content included in the target content unit.
When the terminal performs reduction processing on the specific content included in the target content unit according to the preset proportion, the terminal presents the following form: and when the processing is finished, the content unit below the target content unit moves upwards, and the updated content is displayed from the bottom of the content list page.
When the terminal hides or removes the content in the target content unit partially, if the target content unit only includes the text part and the terminal hides or removes the text part of the target content unit partially, the animation form presented by the terminal is as follows: and starting from the tail part of the target content unit, enabling the characters to disappear one by one according to the display sequence, moving up the content unit below the target content unit after all the characters disappear, and displaying the updated content from the bottom of the content list page.
When the terminal partially hides or partially removes the content in the target content unit, if the target content unit only comprises a text part and a picture part, the text part and the picture part are also arranged according to the first direction, and when the terminal deletes the text part or the picture part, the animation form presented by the terminal is as follows: and gradually reducing the text part or the picture part in the terminal until the text part or the picture part disappears, moving up the content unit below the target content unit when the text part or the picture part disappears, and displaying the updated content from the bottom of the content list page.
When the terminal partially hides or partially removes the content in the target content unit, if the target content unit only comprises a text part and a picture part, and the text part and the picture part are arranged in a direction perpendicular to the first direction, and when the terminal deletes the picture part, the animation form presented by the terminal is as follows: and the picture part in the terminal is gradually reduced until disappearing, then the layout length of the character part along the direction vertical to the first direction is lengthened, the layout length along the direction vertical to the first direction is shortened, the characters in the character part are rearranged in the process, after the arrangement is finished, the content unit below the target content unit is moved upwards, and the updated content is displayed from the bottom of the content list page.
The following are embodiments of the apparatus of the present application that may be used to perform embodiments of the method of the present application. For details which are not disclosed in the embodiments of the apparatus of the present application, reference is made to the embodiments of the method of the present application.
Referring to fig. 10, a block diagram of a content display device according to an embodiment of the present application is shown. The device has the function of realizing the method, and the function can be realized by hardware or by hardware executing corresponding software. The apparatus may include:
a list display module 1001, configured to display an initial content list page, where the initial content list page includes n content units arranged in a list, where n is an integer greater than 1.
An instruction receiving module 1002, configured to receive a detail display instruction corresponding to a target content unit of the n content units.
A detail displaying module 1003, configured to display a content detail page corresponding to the target content unit.
The list displaying module 1001 is configured to display an updated content list page after receiving a list displaying instruction, where the updated content list page includes a processed target content unit and an updated content, a layout size of the processed target content unit is smaller than an original layout size of the target content unit, and the updated content is content that is not included in the initial content list page.
In summary, according to the technical solution provided by the embodiment of the present application, a plurality of content units are displayed on an initial content list page, and when a user finishes viewing a content detail page corresponding to a certain content unit and returns to the content list page, the layout size of the content units on the content list page is reduced, so that a certain layout can be left on the content list page to accommodate content not included in the initial content list page.
In an alternative embodiment provided based on the embodiment shown in fig. 10, with reference to fig. 11, the list display module 1001 includes:
a first display unit 1011 for displaying the initial content list page after receiving the list display instruction.
A reduction processing unit 1012, configured to perform reduction processing on the layout size of the target content unit to obtain the updated content list page.
A second display unit 1013 configured to display the updated content list page.
Optionally, the n content units are arranged in a first direction in the initial content list page; the reduction processing module 1012 is configured to perform reduction processing on the layout length of the target content unit in the first direction to obtain the updated content list page.
Optionally, referring to fig. 11, the list display module 1001 further includes:
and an animation display unit 1014 for displaying the layout size of the target content unit in an animation form during the process of reducing the layout size.
Optionally, referring to fig. 11, the list display module 1001 further includes:
a content deleting unit 1015, configured to partially hide or partially remove the content included in the target content unit in the process of performing reduction processing on the layout size of the target content unit.
In an alternative embodiment provided based on the embodiment shown in fig. 10, the update content includes: the content units not included in the initial content list page, and/or the portions of the content units included in the initial content list page that are not displayed.
Fig. 12 shows a block diagram of a terminal 1200 according to an exemplary embodiment of the present application. The terminal 1200 may be: a smart phone, a tablet computer, an MP3 player (Moving Picture Experts Group Audio Layer III, motion video Experts compression standard Audio Layer 3), an MP4 player (Moving Picture Experts Group Audio Layer IV, motion video Experts compression standard Audio Layer 4), a notebook computer, or a desktop computer. Terminal 1200 may also be referred to by other names such as user equipment, portable terminal, laptop terminal, desktop terminal, and so forth.
In general, terminal 1200 includes: a processor 1201 and a memory 1202.
The processor 1201 may include one or more processing cores, such as a 4-core processor, an 8-core processor, or the like. The processor 1201 may be implemented in at least one hardware form of a DSP (Digital Signal Processing), an FPGA (Field-Programmable Gate Array), and a PLA (Programmable Logic Array). The processor 1201 may also include a main processor and a coprocessor, where the main processor is a processor for Processing data in an awake state, and is also called a Central Processing Unit (CPU); a coprocessor is a low power processor for processing data in a standby state. In some embodiments, the processor 1201 may be integrated with a GPU (Graphics Processing Unit) that is responsible for rendering and drawing content that the display screen needs to display. In some embodiments, the processor 1201 may further include an AI (Artificial Intelligence) processor for processing a computing operation related to machine learning.
Memory 1202 can include one or more computer-readable storage media, which can be non-transitory. Memory 1202 may also include high-speed random access memory, as well as non-volatile memory, such as one or more magnetic disk storage devices, flash memory storage devices. In some embodiments, a non-transitory computer readable storage medium in memory 1202 is used to store at least one instruction for execution by processor 1201 to implement a content display method provided by method embodiments herein.
In some embodiments, the terminal 1200 may further optionally include: a peripheral interface 1203 and at least one peripheral. The processor 1201, memory 1202, and peripheral interface 1203 may be connected by buses or signal lines. Various peripheral devices may be connected to peripheral interface 1203 via buses, signal lines, or circuit boards. Specifically, the peripheral device includes: at least one of radio frequency circuitry 1204, display 1205, camera assembly 1206, audio circuitry 1207, positioning assembly 1208, and power supply 1209.
In some embodiments, terminal 1200 also includes one or more sensors. The one or more sensors include, but are not limited to: acceleration sensors, gyroscope sensors, pressure sensors, fingerprint sensors, optical sensors, and proximity sensors.
Those skilled in the art will appreciate that the configuration shown in FIG. 10 is not intended to be limiting and that terminal 1000 can include more or fewer components than shown, or some components can be combined, or a different arrangement of components can be employed.
In an exemplary embodiment, a computer readable storage medium is also provided, in which at least one instruction, at least one program, a set of codes, or a set of instructions is stored, which is loaded and executed by a processor of an electronic device to implement the above content display method.
Alternatively, the computer-readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
In an exemplary embodiment, there is also provided a computer program product for performing the above-described content display method when the computer program product is executed.
It should be understood that reference herein to "a plurality" means two or more. "and/or" describes the association relationship of the associated objects, meaning that there may be three relationships, e.g., a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship. As used herein, the terms "first," "second," and the like, do not denote any order, quantity, or importance, but rather are used to distinguish one element from another.
The above-mentioned serial numbers of the embodiments of the present application are merely for description and do not represent the merits of the embodiments.
The above description is only exemplary of the present application and is not intended to limit the present application, and any modification, equivalent replacement, or improvement made within the spirit and principle of the present application should be included in the protection scope of the present application.

Claims (6)

1. A method for displaying content, the method comprising:
displaying an initial content list page, wherein the initial content list page comprises n content units arranged in a list form, and n is an integer greater than 1;
receiving a detail display instruction corresponding to a target content unit of the n content units;
displaying a content detail page corresponding to the target content unit;
after receiving a list display instruction, displaying the initial content list page;
displaying the process of reducing the layout size of the target content unit in an animation mode to obtain an updated content list page; wherein the layout size comprises at least one of a display area, a display length, and a display width of the target content unit;
displaying the updated content list page, wherein the updated content list page comprises the target content unit after the reduction processing and updated content, and the updated content comprises at least one of the following contents: the content units not included in the initial content list page, and the parts not displayed in the content units already included in the initial content list page.
2. The method of claim 1, wherein the n content units are arranged in a first direction in the initial content list page;
the displaying in animation mode of the process of reducing the layout size of the target content unit to obtain an updated content list page includes:
and displaying the process of reducing the layout length of the target content unit in the first direction in an animation mode to obtain the updated content list page.
3. The method of claim 1, further comprising:
and in the process of reducing the layout size of the target content unit, partially hiding or partially removing the content contained in the target content unit.
4. A content display apparatus, characterized in that the apparatus comprises:
the device comprises a list display module, a content display module and a content display module, wherein the list display module is used for displaying an initial content list page, the initial content list page comprises n content units which are arranged in a list form, and n is an integer which is more than 1;
an instruction receiving module, configured to receive a detail display instruction corresponding to a target content unit of the n content units;
the detail display module is used for displaying a content detail page corresponding to the target content unit;
a first display unit configured to display the initial content list page after receiving a list display instruction;
the reduction processing unit is used for displaying the process of reducing the layout size of the target content unit in an animation form to obtain an updated content list page; wherein the layout size comprises at least one of a display area, a display length, and a display width of the target content unit;
a second display unit, configured to display the updated content list page, where the updated content list page includes a target content unit after the reduction processing and an updated content, and the updated content includes at least one of: the content units not included in the initial content list page, and the parts not displayed in the content units already included in the initial content list page.
5. A terminal, characterized in that it comprises a processor and a memory in which at least one instruction, at least one program, set of codes or set of instructions is stored, which is loaded and executed by the processor to implement a content display method according to any one of claims 1 to 3.
6. A computer-readable storage medium having stored therein at least one instruction, at least one program, a set of codes, or a set of instructions, which is loaded and executed by a processor to implement the content display method according to any one of claims 1 to 3.
CN201910265283.5A 2019-04-03 2019-04-03 Content display method, device, terminal and storage medium Active CN110007829B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910265283.5A CN110007829B (en) 2019-04-03 2019-04-03 Content display method, device, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910265283.5A CN110007829B (en) 2019-04-03 2019-04-03 Content display method, device, terminal and storage medium

Publications (2)

Publication Number Publication Date
CN110007829A CN110007829A (en) 2019-07-12
CN110007829B true CN110007829B (en) 2022-06-03

Family

ID=67169650

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910265283.5A Active CN110007829B (en) 2019-04-03 2019-04-03 Content display method, device, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN110007829B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110378732B (en) * 2019-07-18 2023-01-06 腾讯科技(深圳)有限公司 Information display method, information association method, device, equipment and storage medium
CN111290680B (en) * 2020-01-21 2021-10-22 腾讯科技(深圳)有限公司 List display method, device, terminal and storage medium
EP4113331A4 (en) * 2020-03-27 2023-08-09 Petal Cloud Technology Co., Ltd. Method, apparatus and system for processing details page, electronic device and storage medium
CN111625162B (en) * 2020-05-28 2022-03-04 上海尚往网络科技有限公司 Information list generation method and device
CN112307285A (en) * 2020-11-05 2021-02-02 珠海格力电器股份有限公司 Event recording method and device, electrical equipment and storage medium
CN112907324A (en) * 2021-02-26 2021-06-04 拉扎斯网络科技(上海)有限公司 Method for displaying entity object information list

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102576292A (en) * 2009-10-30 2012-07-11 摩托罗拉移动公司 Method and device for enhancing scrolling operations in a display device
CN103081365A (en) * 2010-08-30 2013-05-01 三星电子株式会社 Mobile terminal and multi-touch based method for controlling list data output for the same
CN105874445A (en) * 2013-10-15 2016-08-17 微软技术许可有限责任公司 Managing conversations
CN107526499A (en) * 2017-08-31 2017-12-29 北京麒麟合盛网络技术有限公司 Message treatment method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6724466B2 (en) * 2016-03-25 2020-07-15 富士ゼロックス株式会社 Information processing device and program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102576292A (en) * 2009-10-30 2012-07-11 摩托罗拉移动公司 Method and device for enhancing scrolling operations in a display device
CN103081365A (en) * 2010-08-30 2013-05-01 三星电子株式会社 Mobile terminal and multi-touch based method for controlling list data output for the same
CN105874445A (en) * 2013-10-15 2016-08-17 微软技术许可有限责任公司 Managing conversations
CN107526499A (en) * 2017-08-31 2017-12-29 北京麒麟合盛网络技术有限公司 Message treatment method and device

Also Published As

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

Similar Documents

Publication Publication Date Title
CN110007829B (en) Content display method, device, terminal and storage medium
CN107341018B (en) Method and device for continuously displaying view after page switching
US20210182948A1 (en) Product browsing method and apparatus, device and storage medium
US20150278164A1 (en) Method and apparatus for constructing documents
CN105812941A (en) Video playing method and device and electronic equipment
US20140380375A1 (en) Page turning method, page turning apparatus and terminal as well as computer readable medium
JP2015529891A (en) Image identification and organization according to layout without user intervention
US20150248722A1 (en) Web based interactive multimedia system
CN104571877A (en) Display processing method and device for pages
CN110070593B (en) Method, device, equipment and medium for displaying picture preview information
CN112016023B (en) Service processing method, device, terminal and storage medium
US20140164993A1 (en) Method and electronic device for enlarging and displaying contents
CN107025100A (en) Play method, interface rendering intent and device, the equipment of multi-medium data
CN110971953B (en) Video playing method, device, terminal and storage medium
EP2990961A1 (en) Method, apparatus, and electronic device for establishing virtual directory
WO2015078260A1 (en) Method and device for playing video content
CN112527434A (en) Page display method, terminal, server, system and electronic equipment
US9754391B2 (en) Webpage display method and apparatus
CN113050861B (en) Display interface control method, electronic device and storage medium
CN109992580A (en) Processing method and processing device, storage medium, the computer equipment of table data
US20230071445A1 (en) Video picture display method and apparatus, device, medium, and program product
EP3048524A1 (en) Document display support device, terminal, document display method, and computer-readable storage medium for computer program
CN107862728B (en) Picture label adding method and device and computer readable storage medium
CN107479960B (en) Method and device for displaying unit view
CN115904168A (en) Multi-device-based image material processing method and related device

Legal Events

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