CN107168974B - Display control method and device for displaying related content of item and message in social application - Google Patents

Display control method and device for displaying related content of item and message in social application Download PDF

Info

Publication number
CN107168974B
CN107168974B CN201610129816.3A CN201610129816A CN107168974B CN 107168974 B CN107168974 B CN 107168974B CN 201610129816 A CN201610129816 A CN 201610129816A CN 107168974 B CN107168974 B CN 107168974B
Authority
CN
China
Prior art keywords
content
display
interface
continuous
message
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
CN201610129816.3A
Other languages
Chinese (zh)
Other versions
CN107168974A (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 CN201610129816.3A priority Critical patent/CN107168974B/en
Publication of CN107168974A publication Critical patent/CN107168974A/en
Application granted granted Critical
Publication of CN107168974B publication Critical patent/CN107168974B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2216/00Indexing scheme relating to additional aspects of information retrieval not explicitly covered by G06F16/00 and subgroups
    • G06F2216/07Guided tours

Abstract

The invention provides a display control method for displaying related contents of items, which comprises the following steps: in the triggering display of a content interface, acquiring a plurality of display items associated with the content interface, wherein the content interface is used for displaying the content of the display items; extracting a plurality of matched continuous contents according to the display items; and displaying the extracted continuous contents for each display item, and marking the matched display item to obtain the content interface. In addition, a method and a device for controlling the display of the messages in the social application matched with the method are also provided. The display control method and the display control device for the display item related content and the message in the social application enable the content viewing path to be short, and achieve the purpose of effectively and quickly pre-reading the content.

Description

Display control method and device for displaying related content of item and message in social application
Technical Field
The invention relates to the technical field of computer application, in particular to a display control method and device for displaying related content of items and messages in social application.
Background
With the development of various applications, for example, social applications and network information sharing applications, there are more scenes in which content related to a plurality of display items needs to be displayed. In such a scenario, only one piece of content and the number of unread pieces of content are often displayed for a plurality of display items that need to be displayed for the content, respectively, for the user to read in advance.
For example, in the social application, the display items are contacts, the content is messages, the message list displays a message corresponding to each contact, and marks the number of unread content items corresponding to the contact, so that the user can read the latest message sent by each contact in advance, and click to enter a corresponding chat window to read other unread messages, and the path for viewing the message is long.
This content display implementation exposes less content for any display item and is unable to determine context content. In other words, the provided content pre-reading function lacks effectiveness, a user must click and open a window corresponding to the display item to view more content, the content viewing path is long, and the purpose of effectively and quickly pre-reading the content cannot be achieved.
Disclosure of Invention
Based on this, there is a need for a display control method for displaying item-related content, which can make the content viewing path short and achieve the purpose of effective and fast pre-reading of the content.
In addition, it is necessary to provide a method for controlling display of messages in social applications, which can make the content viewing path short and achieve the purpose of effective and fast pre-reading of the content.
In addition, it is also necessary to provide a display control device for displaying content related to an item and a display control device for displaying messages in a social application, which both enable a content viewing path to be short and achieve the purpose of effectively and quickly pre-reading the content.
A display control method of displaying item-related content, comprising:
in the triggering display of a content interface, acquiring a plurality of display items associated with the content interface, wherein the content interface is used for displaying the content of the display items;
extracting a plurality of matched continuous contents according to the display items;
and displaying the extracted continuous contents for each display item, and marking the matched display item to obtain the content interface.
A display control method of messages in social application comprises the following steps:
in the triggering display of a conversation interface performed by the social application, a plurality of recent contacts are obtained by taking the recent contacts as display items;
extracting a plurality of continuous messages for each nearest contact respectively;
and displaying a plurality of continuous messages for each nearest contact person correspondingly to obtain a conversation interface of the social application, wherein a plurality of nearest contact persons are distributed in the conversation interface, and each nearest contact person is attached with the conversation interface of the extracted continuous messages.
A display control apparatus that displays item-related content, comprising:
the content interface is used for displaying the content of the display items;
the extraction module is used for respectively extracting a plurality of matched continuous contents according to the display items;
and the display module is used for displaying the extracted continuous contents for each display item and marking the matched display item so as to obtain the content interface.
A display control device of messages in social application comprises:
the recent contact acquisition module is used for acquiring a plurality of recent contacts by taking the recent contacts as display items in the triggering display of the session interface of the social application;
the message extraction module is used for extracting a plurality of continuous messages for each nearest contact person respectively;
and the interface display module is used for displaying a plurality of continuous messages for each nearest contact person correspondingly to obtain a conversation interface of the social application, wherein a plurality of nearest contact persons are distributed in the conversation interface, and each nearest contact person is attached with the conversation interface of the extracted continuous messages.
In order to solve the technical problems, the following technical scheme is adopted:
in the triggering display of the content interface, a plurality of associated display items are obtained, a plurality of continuous contents which are matched are extracted according to each display item, the extracted continuous contents are displayed for each display item, the matched display items are marked, and the content interface which is triggered to display is finally obtained.
Therefore, the technical scheme can be applied to various applications, particularly social applications, so as to provide a new interaction method for realizing rapid and effective pre-reading of contents, specifically, a plurality of continuous messages corresponding to each recent contact can be displayed in a conversation interface by taking the recent contact as a display item, and further, a conversation interface in which a plurality of recent contacts are distributed and each recent contact is attached with a plurality of extracted continuous messages is obtained in the social applications.
Drawings
Fig. 1 is a schematic structural diagram of a terminal device according to an embodiment of the present invention;
FIG. 2 is a flow diagram of a display control method for displaying item-related content in one embodiment;
FIG. 3 is a flow diagram of a method for content interface update in one embodiment;
FIG. 4 is a flow chart of a method for extracting the latest several pieces of continuous content in the content matched with the display item according to the preset limit value of the number of the pieces of content for each display item in one embodiment;
FIG. 5 is a flow chart of a method of FIG. 2 for displaying several extracted sequential content items for each display item and identifying the matching display item to obtain a content interface;
FIG. 6 is a flow diagram of a method in one embodiment for obtaining a display of a plurality of continuous contents matched under each display item in a content interface by correspondingly loading the plurality of continuous contents matched under each display item according to type in FIG. 5;
FIG. 7 is a flowchart of a display control method of displaying item-related content in another embodiment;
FIG. 8 is a flow chart of a method in another embodiment for obtaining a display of the matched continuous contents under each display item in the content interface by loading the matched continuous contents under each display item according to type in FIG. 5;
FIG. 9 is a flowchart of a display control method of displaying item-related content in another embodiment;
FIG. 10 is a flow diagram that illustrates a method for controlling display of messages in a social-like application, in one embodiment;
FIG. 11 is a flowchart of a method for displaying a number of consecutive messages for each of the recent contacts in FIG. 10 to obtain a conversation interface for a social application;
FIG. 12 is a flowchart of a method, in one embodiment, for loading a number of consecutive messages under each closest contact in the conversation interface of FIG. 11, based on type, to obtain a number of consecutive messages under each closest contact;
FIG. 13 is a flowchart of a method, in another embodiment, for displaying a plurality of consecutive messages in the conversation interface of FIG. 11, for each of the plurality of consecutive messages in each of the plurality of closest contacts by loading the plurality of consecutive messages in each of the plurality of closest contacts according to type;
FIG. 14 is a flow diagram that illustrates the implementation of display control of messages in the instant messaging tool in one embodiment;
FIG. 15 is a message bubble list view of FIG. 14 as a session interface;
FIG. 16 is a state view of a list of message bubbles in a geo-location based chat scenario in an instant messaging tool;
FIG. 17 is a diagram showing a configuration of a display control apparatus for displaying item-related content in one embodiment;
FIG. 18 is a block diagram of an update module in one embodiment;
FIG. 19 is a schematic diagram of the structure of the extraction module of FIG. 17;
FIG. 20 is a schematic view of the structure of the display module of FIG. 17;
FIG. 21 is a schematic diagram of the content loading unit of FIG. 20 in one embodiment;
FIG. 22 is a schematic configuration diagram of a display control apparatus for displaying item-related content according to another embodiment;
FIG. 23 is a schematic diagram of the structure of the content loading unit in FIG. 20 in another embodiment;
FIG. 24 is a diagram showing a configuration of a display control apparatus for displaying item-related content according to another embodiment;
FIG. 25 is a diagram showing the structure of a display control apparatus for a message in a social application according to an embodiment;
FIG. 26 is a block diagram of the message extraction module of FIG. 25;
FIG. 27 is a schematic structural diagram of the interface display module of FIG. 25;
FIG. 28 is a schematic diagram of the message load unit of FIG. 27 in one embodiment;
fig. 29 is a schematic configuration diagram of a display control apparatus of a message in a social class application in another embodiment;
FIG. 30 is a schematic diagram of the message load unit of FIG. 27 in one embodiment;
fig. 31 is a schematic structural diagram of a display control device for a message in a social application according to another embodiment.
Detailed Description
Exemplary embodiments that embody features and advantages of the invention are described in detail below in the specification. It is to be understood that the invention is capable of other embodiments and that various changes in form and details may be made therein without departing from the scope of the invention and the description and drawings are to be regarded as illustrative in nature and not as restrictive.
As described above, each application in the terminal device mostly displays one content of each display item through the list, and if a plurality of pieces of content related to one display item need to be acquired, the display item needs to be checked in, and effective pre-reading cannot be realized through the list, so that a path for checking the content is long, and a user needs to perform multiple operations.
For the mobile terminal device in the terminal device, due to the limitation of the screen size, effective pre-reading cannot be realized, so that the content viewing cost is further increased by times, and the possibility of misoperation is further increased.
Therefore, the inevitable multi-step operation greatly impairs the display of the display-item-related content implemented in the terminal device.
Based on this, in order to ensure the effectiveness of content pre-reading and further ensure the shortness of the content viewing path, a display control method of the related content of the display item is especially provided, the display control method of the related content of the display item is realized by a computer program, and correspondingly, the constructed display control device of the related content of the display item is stored in the terminal equipment with a screen to run in the terminal equipment, and further the display control of the related content of the display item is realized
Fig. 1 shows a structure of a terminal device according to an embodiment of the present invention. The terminal device 100 is only an example to which the present invention is applicable and should not be construed as providing any limitation to the scope of use of the present invention. The terminal device 100 is also not to be construed as requiring reliance on or a combination of one or more components of the illustrated exemplary terminal device 100.
As shown in fig. 1, the terminal device 100 includes a processor 110, a memory 120, and a system bus 130. Various components including the memory 120 and the processor 110 will be connected to a system bus 130. The processor 110 is a piece of hardware for executing computer program instructions through basic arithmetic and logical operations in a computer system. The memory 120 is a physical device for temporarily or permanently storing computer programs or data.
Wherein, the memory 120 stores corresponding program instructions, a plurality of display items and contents related to each display item; processor 110 will execute program instructions in memory 120, snoop for incoming instructions, and respond to snooped instructions.
The terminal device 100 further includes various input interfaces 170, an input device 140 to enable input of various operations. The input device 140 may be at least one of a touch screen, a button, a keyboard, and a mouse.
Terminal device 100 also includes a storage device 180, and storage device 180 may be selected from a variety of computer-readable storage media, which refers to any available media that can be accessed, including both removable and non-removable storage media. For example, computer-readable storage media include, but are not limited to, flash memory (micro SD cards), CD-ROM, Digital Versatile Disks (DVDs) or other optical disks, magnetic cassettes, magnetic tape storage or other storage devices, or any other storage medium which can be used to store the desired information and which can be accessed.
As described in detail above, the terminal device 100 to which the present invention is applied will perform a designation operation of display control of display item-related content, that is, by the processor 110 executing a form of program instructions in the memory 120, to realize display control of related content in a plurality of display items in the terminal device 100.
Furthermore, the present invention can be implemented by hardware circuitry or by a combination of hardware circuitry and software instructions, and thus, implementation of the present invention is not limited to any specific hardware circuitry, software, or combination of both.
In one embodiment, specifically, the method for controlling display of content related to a display item is shown in fig. 2, and includes:
step 210, in the triggering display of the content interface, acquiring a plurality of display items associated with the content interface, where the content interface is used to display the content of the plurality of display items.
When an application enters a scene needing to display the related content of each display item, the display of a content interface is triggered. For example, under the interface where the application is currently located, the display of the content interface is triggered by clicking of the relevant tag by the user, so that the switching to the content interface is initiated by the currently located interface.
The content interface is associated with a plurality of display items, and the content display is realized according to the associated plurality of display items. The display items are used for indicating the content displayed in the content interface, the associated display items are distributed in the content interface along with the triggering display of the content interface, and then the related content is obtained according to the indication of the display items.
For example, in the session interface triggering display of the social application, the preset associated display item is the closest contact, and therefore, a plurality of closest contacts are obtained, so that the display of the session content, i.e., the message, related to the closest contact in the session interface is facilitated.
For another example, in the content interface triggering display in the network information sharing application, preset associated display items are users, and then the users are used as display items to respectively display related user dynamic content in the content interface.
And step 230, extracting a plurality of matched continuous contents according to the display items respectively.
After obtaining the plurality of display items associated with the content interface, for any display item, several pieces of continuous content matched with the display item are extracted according to the display item. The extraction of several continuous contents is performed for the corresponding display items, and the number of the extracted contents between the display items may be the same or different, but the extracted contents are the latest contents matched with the corresponding display items.
On one hand, for the display item in the initial stage, only one piece of content may be related to the display item, in which case only one piece of content is extracted;
on the other hand, for other display items, the related contents are more, so a content number limit value is preset, and a plurality of continuous contents matched with each display item are extracted according to the content number limit value, at this time, the contents extracted by each display item are a plurality of continuous contents which do not exceed the content number limit value, for example, a plurality of messages continuously received recently by a contact in a social application.
Step 250, displaying the extracted several continuous contents for each display item, and marking the matched display item to obtain a content interface.
And displaying each display item and the corresponding continuous contents to obtain a content interface, and at the moment, a user can obtain the latest updated continuous contents related to each display item by looking up the content interface, so that the effective and quick pre-reading of the related contents of each display item is realized.
It should be noted that, the plurality of display items and the plurality of continuous contents matching the display items in the content interface are displayed according to a certain style, for example, it may be a list style, and a display item and the plurality of matched continuous contents will form an entry, and further obtain a plurality of entries to form a list in the content interface.
At this time, if more contents need to be viewed, the entry is selected to enter the corresponding window, and all contents corresponding to the display item can be viewed.
However, for the dynamic user who focuses on each display item from time to time, the technical scheme of the application does not need to enter a corresponding window for viewing, and only needs to read in advance through a content interface to obtain the current dynamic state and the latest dynamic state, so that the effective and quick read-in function is realized.
Therefore, the display of the content related to the display item in the mobile terminal equipment is realized without increasing the content viewing cost and generating misoperation due to the limitation of the screen size, and the realization in the mobile terminal equipment is further facilitated.
In another embodiment, the method as described above further comprises:
updating a plurality of continuous contents in the content interface according to the obtained new contents, and displaying the new contents in the content interface
In the display of the content interface, if the content update occurs to any display item, the content interface is updated synchronously.
Specifically, new content is obtained, where the new content is matched with one display item or multiple display items, the new content may be one content or multiple contents matched with one display item, or multiple contents, and is respectively matched with multiple display items, or is matched with a newly added display item, and is not limited herein.
In any case, however, the content display of the matched display item in the content interface is updated according to the obtained new content.
Further, in the updating of the content interface, as shown in fig. 3, the method includes the following steps:
step 301, the content interface acquires new content from a plurality of continuous content displays of each display item.
The new content is one or more pieces of content corresponding to the updated content related to the display item. For example, in a social-like application, it is one or more messages sent by any one or more contacts; in the network information sharing application, the new content is dynamic content of one or more users pushed by the server.
And 303, dynamically updating the display of a plurality of continuous contents of each display item in the content interface according to the preset limit value of the number of the contents and the display item matched with the new content, and paving the new content in the content interface.
As mentioned above, the preset limit value of the number of pieces of content is used to control the number of pieces of content corresponding to the content display of the display item in the content interface. For example, the preset limit value of the number of pieces of content may be 3 pieces, so that the related content displayed by each display item in the content interface does not exceed 3 pieces.
In the content updating of the content interface, the method is also realized according to the preset content number limit value and the matched display item, so that the obtained new content is laid on the content interface, and the content display effectiveness in the content interface is ensured.
There are roughly three cases due to the new content obtained:
in the first case, the new content is matched with a display item in the content interface, and the number of the new content is one or more, even exceeds the preset limit value of the number of the content pieces;
case two, the new content matches several display items in the content interface;
and in the third case, the display item matched with the new content does not exist in the content interface and is a newly added display item.
At this time, the content update in the content interface will be explained in cases.
In the first case, new contents are directly laid according to a matched display item, and if the number of the corresponding contents exceeds the limit value of the number of the contents, the earliest contents are hidden so that the currently displayed contents are consistent with the limit value of the number of the contents;
in case two, new contents are laid out according to several display items that match, respectively, and restricted by the number limit of pieces of contents in case one is referred to.
In case three, a matched display item is newly added in the content interface, and one or a plurality of new contents which are consistent with the number limit value of the contents are displayed in the content interface by the display item.
By dynamic updating in the content interface as described above, real-time in content pre-reading is guaranteed to adaptively respond to changes in content in the display item.
In one embodiment, step 230 includes:
and aiming at each display item, extracting a plurality of latest continuous contents from the contents matched with the display item according to a preset limit value of the number of the contents, wherein the number of the continuous contents is consistent with the preset limit value of the number of the contents.
In the triggering display of the content interface, when the associated display items and the content matched with the display items are obtained, the associated display items and the content matched with the display items are displayed, so that the content interface is obtained. The number of contents displayed by the display item in the content interface is consistent with the preset limit value of the number of contents.
Further, in this embodiment, for each display item, the step of extracting several latest continuous contents from the contents matched with the display item according to the preset limit value of the number of the contents is shown in fig. 4, and includes:
step 401, acquiring a preset content number limit value and content matched with each display item.
And step 403, respectively extracting the latest continuous contents from the contents matched with each display item according to a preset limit value of the number of the contents, wherein the contents comprise text contents and/or rich media contents.
And extracting the content which is consistent with the limit value of the number of the pieces of content for each display item, wherein the content matched with the extracted display item is one piece of content or a plurality of continuous pieces of content which do not exceed the limit value of the number of the pieces of content according to needs.
Any piece of content includes text content and/or rich media content, and the rich media content may be voice content, image content, and the like, which is not limited herein.
In one embodiment, as shown in FIG. 5, step 250 comprises:
in step 251, the type of each content is identified among the several pieces of continuous content respectively matched with each display item.
And identifying the type of each piece of content in the extracted continuous pieces of content of each display item to obtain the type of each piece of content. Wherein the types include text, speech, and images.
For text content, the type is text; in the rich media content, the type of the voice content is voice, and the type of the image content is image.
And step 253, loading a content interface, wherein all display items are distributed in the content interface.
In order to realize the display of the content interface, the loading of the content interface is carried out, so that the associated multiple display items are distributed in the content interface.
And 255, correspondingly loading the matched continuous contents under each display item according to the type to obtain the display of the matched continuous contents under each display item in the content interface, wherein the display of the contents comprises the display of text contents and/or rich media contents.
In a content interface distributed with a plurality of display items, a plurality of matched continuous contents are correspondingly loaded for each display item so as to realize the display of the matched continuous contents under each display item in the content interface, and the display of the contents comprises the display of text contents and/or rich media contents.
Further, in this embodiment, the content displayed in the content interface includes rich media content, and the rich media content includes image content, then step 255 is shown in fig. 6, and includes:
step 2551, a thumbnail of the image content is obtained.
And 2553, correspondingly loading thumbnails of the image contents in the loading of the continuous contents according to the types under each display item of the content interface to obtain thumbnail display of the image contents in the continuous content display matched under each display item.
The steps described above provide a loading process of image content in a content interface. For image content, the thumbnail of the image content is loaded in the content interface so as to realize content display through thumbnail display, thereby ensuring the effectiveness of pre-reading in the content interface.
Compared with the existing display of the related content of the display item, the image content is mostly marked by a bracket plus character mode, and a viewer who has to enter more contents can know the image content.
Through the loading process of the image content in the content interface, the specific content displayed by the image content can be viewed only in the content interface, so that the content pre-reading effectiveness of various types of content can be ensured, and the path for viewing the image content is shortened.
In this embodiment, after step 2553, the method as described above is shown in fig. 7, and further includes:
and step 510, a viewing instruction triggered by the thumbnail in the content interface is intercepted.
And the viewing instruction triggered by the thumbnail in the content interface is used for executing the amplification operation of the thumbnail. The view instruction may be user triggered by a click on a thumbnail. For example, in a content interface for a user to pre-read content, if the user needs to view image content carefully, the user clicks a corresponding thumbnail to trigger a viewing instruction.
And step 530, responding to the viewing instruction, and correspondingly generating an image floating layer of the amplified image on the content interface according to the thumbnail.
The method and the device have the advantages that the thumbnail images are magnified and displayed through the image floating layer of the magnified images on the content interface, so that a user can carefully check the corresponding image content, and a corresponding window is not required to be additionally opened according to the existing scheme, so that the checking path of the image content is further shortened, the content provided by content pre-reading is richer and more accurate, and the readability in the content interface is improved.
In one embodiment, the content displayed in the content interface includes rich media content, and the rich media content includes voice content, then step 255, as shown in fig. 8, includes:
step 2555, a voice icon corresponding to the voice content is obtained, and the voice icon maps a playing instruction of the voice content.
Step 2557, correspondingly loading the voice icon corresponding to the voice content in the loading of the plurality of continuous contents performed according to the type under each display item of the content interface, and obtaining the voice icon display corresponding to the voice content in the display of the plurality of continuous contents matched under each display item.
The steps described above provide a loading process of the voice content in the content interface. And for the voice content, loading a corresponding voice icon in the content interface, and marking the content as voice through the voice icon.
Compared with the existing display of the related content of the display item, the voice content is also marked in the form of brackets and characters, and a viewer who has to enter more contents can know the voice content.
The voice icon maps a voice playing instruction, so that the voice content can be played by triggering the voice icon, and then the voice content is directly obtained through the content interface, and further the effective and quick pre-reading of the voice content is realized.
Specifically, in this embodiment, after the step 2557, as shown in fig. 9, the method further includes the following steps:
and step 610, monitoring triggering of the voice icon in the content interface, and mapping according to the triggered voice icon to obtain a playing instruction of the voice content.
In step 630, the voice content is played in response to the playing instruction of the voice content.
The voice content is directly played through the voice icon, a corresponding window does not need to be additionally opened according to the existing scheme, and then the voice content is triggered to be played, so that the viewing path of the voice content is further shortened, and the content provided by content pre-reading is more accurate.
In the display of the content related to the display item, the displayed content covers all types, so that the content of all types can be quickly read in the content interface, and the method can be applied to scenes in which the content related to a plurality of display items needs to be displayed in each application.
Specifically, the applications include social applications, network information sharing applications, virtual social network applications, and the like. For example, the network information sharing application may be a video sharing application, where in the application, each video is used as a display item, and related information of the video, such as evaluation, detailed information, and the like, is displayed through a content interface, so that a user can quickly pre-read the information to assist in selecting the video.
For another example, in a virtual social network application, each user will perform dynamic content presentation as a display item.
The display of the content related to the display item as described above can be performed according to the needs of actual operation, which is not described herein.
In an embodiment, there is further provided a method for controlling display of a message in a social application, as shown in fig. 10, the method including:
step 710, in the session interface triggering display performed by the social application, a plurality of recent contacts are obtained by using the recent contacts as display items.
A social-like application is an application for enabling message delivery in a session between users, which may be an instant messaging tool, for example. The conversation interface of the social application is a message list of the recent contacts, and is used for displaying messages of the recent contacts.
Therefore, in the triggering display of the conversation interface, a plurality of display items, namely a plurality of nearest contacts, associated with the conversation interface are acquired firstly. It should be noted that the obtained nearest contact may be in the form of a user identifier, but according to the requirement of style display in the session interface, the obtained nearest contact may also include information such as a contact icon and a nickname corresponding to each nearest contact, which is not limited herein and is determined according to the requirement of actual operation.
Step 730, several consecutive messages are extracted for each nearest contact, respectively.
The message of the nearest contact is the message sent by the nearest contact to the current user, and the continuous messages extracted for the nearest contact are the continuous messages closest to the current time in terms of time in all the messages sent by the nearest contact to the current user.
Specifically, the specific process of step 730 is: and aiming at each nearest contact person, extracting a plurality of latest continuous messages from the messages of the nearest contact person according to a preset message number limit value, wherein the number of the messages is consistent with the preset message number limit value.
It should be noted that the number of messages being said to correspond to the preset message number limit is such that for each nearest contact the number of extracted messages will be within the preset message number limit.
Further, for each nearest contact, the process of extracting the latest several continuous messages from the messages of the nearest contact according to the preset message number limit value is realized by executing the following steps:
(1) and acquiring a preset message number limit value and the message of each nearest contact.
(2) And respectively extracting the latest continuous messages from the messages of the nearest contacts according to a preset message number limit value, wherein the messages comprise text messages and/or rich media messages.
And 750, displaying a plurality of continuous messages for each nearest contact correspondingly to obtain a conversation interface of the social application, wherein a plurality of nearest contacts are distributed in the conversation interface, and each nearest contact is attached with the conversation interface of the extracted continuous messages.
After a plurality of nearest contacts of the conversation interface and a plurality of continuous messages of each contact are obtained, the conversation interface is loaded, the nearest contacts are distributed in the conversation interface, and the extracted continuous messages are displayed in the conversation interface according to the nearest contacts.
This results in a conversation interface that contains multiple recent contacts, each with several consecutive messages extracted.
Through the display control of the messages in the social application, the social application can display the contents of the upper and lower messages of the nearest contact, and the message pre-reading of each nearest contact is realized through the conversation interface.
In one embodiment, step 750 is shown in FIG. 11 and includes:
in step 751, the type of each message is identified in the extracted several continuous messages.
And step 753, loading the conversation interface to obtain the conversation interface distributed with a plurality of the nearest contacts.
And 755, correspondingly loading a plurality of continuous messages under each nearest contact in the conversation interface according to the type to obtain the display of the plurality of continuous messages under each nearest contact, wherein the display of the messages comprises the display of text messages and/or rich media messages.
Wherein the rich media message includes an image message and a voice message.
According to the process, the messages are loaded in the conversation interface according to the types of the messages, namely the text messages, the image messages and the voice messages have corresponding loading processes, so that the loading of various types of messages is realized respectively.
Further, in this embodiment, the rich media message includes an image message, and step 755, as shown in fig. 12, includes:
step 7551, obtain thumbnail of image message.
7553, loading thumbnails of image messages in a plurality of continuous message loads according to types under each nearest contact in the conversation interface, and obtaining thumbnail display of image messages in a plurality of continuous message displays matched with each nearest contact.
For the display of the image message on the conversation interface, a thumbnail thereof is directly displayed, and the thumbnail is mapped with the viewing instruction. Through the display of the thumbnails in the conversation interface, the user can directly view the content of the image message, and therefore even the image message in the social application can be quickly and effectively read in advance.
In this process, after step 7553, the method as described above further comprises:
and intercepting a viewing instruction triggered by the thumbnail in the session interface, and responding to the viewing instruction, and correspondingly generating an image floating layer of the amplified image on the session interface according to the thumbnail.
For a user, the user can obtain a corresponding enlarged image in a screen by clicking the thumbnail, so that careful viewing is realized, a corresponding chat window does not need to be opened, and the message viewing performed by the user is greatly facilitated.
In one embodiment, the rich media message comprises a voice message, and step 755, as shown in fig. 13, comprises:
step 7555, obtaining a voice icon corresponding to the voice message, and mapping the voice icon to a playing instruction of the voice message.
7557, loading the voice icon corresponding to the voice message in the loading of the continuous messages according to the message type under each nearest contact person in the session interface, and obtaining the voice icon display corresponding to the voice message in the display of the continuous messages matched under each nearest contact person.
Further, after step 7557, the method as described above further comprises:
and monitoring the triggering of the voice icon in the conversation interface, obtaining a playing instruction of the voice message according to the triggered voice icon mapping, and responding to the playing instruction of the voice message to play the voice message.
The method for controlling the display of the messages in the social application is described in detail below with reference to a specific embodiment. In this embodiment, taking an instant messaging tool as an example, a session interface is a message list of a nearest contact in the instant messaging tool, and a message referred to in this application is a message sent by the nearest contact to a current user.
In the instant messaging tool, a conversation interface is displayed in a message bubble list mode. The conversation interface includes a number of entries for displaying messages for a recent contact to facilitate a user's pre-reading through the conversation interface.
Wherein for any item, the displayed message will be tiled out of the items by a pattern of bubbles, each bubble in an item carrying a message.
As shown in fig. 14, the instant messenger will receive the opposite party message, which is the message sent by any contact, and at this time, the contact sending the message becomes the nearest contact.
Fig. 15 provides a message bubble list as a session interface in an embodiment, and in the message bubble list 900 shown in fig. 15, three entries 901 are displayed, and message presentation is performed for three nearest contacts respectively to form the message bubble list 900 of the nearest contacts, where any bubble 903 carries one message.
Therefore, when step 801 is executed to obtain the opposite message, the opposite message is directly laid out in the message bubble list 900, and at this time, the user can view the latest message without entering the corresponding chat window.
The obtained message may be any one of a text message, a voice message, and an image message, and thus, when the user clicks the bubble 903 in which the message is located, as indicated by step 803 in fig. 14, if the message is a voice message or an image message, the detailed viewing of the message can be triggered by the clicking of the bubble 903.
This process may be combined with the performance of steps 804-808. Specifically, in response to clicking of the bubble 903, it is determined whether a message carried by the bubble 903 is a text message, if not, it is determined whether the message is a voice message, if so, voice playing is performed, if not, it is continuously determined whether the message is an image message, and if so, the image is displayed in a full-screen enlarged manner.
Through the process, the same interface can realize rough preview of the user and detailed view of the message, the related view path is short, and particularly for the mobile terminal equipment limited by the screen size, the consumed input cost is reduced to the greatest extent.
In addition, as mentioned above, since the number limit of the message pieces is preset, for example, the number of the message pieces can be 3, as shown in step 809, it is determined whether the message shown in the entry 901 exceeds 3 pieces, if so, the earliest message is hidden, and if not, the earliest message is maintained unchanged.
By controlling the message number limit value, the message display for each nearest contact in the message bubble list 900 is not too much, so that a useful message is not submerged in a large number of redundant messages, thereby further ensuring effective and quick pre-reading of the message.
It should be noted that the aforementioned contact is not limited to other users who have a friend relationship with the user, and may also be other users who do not have a friend relationship with the user.
Thus, the message bubble list 900 described above may also be applied to other chat scenarios in the instant messaging tool, such as a chat scenario based on geographic location, in which the message bubble list 900 is used to display messages of nearby people, i.e., as shown in fig. 16, the nearest contact indicated is any of all nearby people that has recently initiated a chat session with the user.
In the displayed messages of the nearby people, as described above, clicking the bubble 9031 triggers playing of the voice message, i.e., in the style indicated by state 2 in fig. 16; by clicking on the bubble 9033, a full-screen magnified display of the image message is achieved, i.e., in the manner indicated by state 3 in fig. 16.
In one embodiment, there is also provided a display control apparatus for displaying item-related content, as shown in fig. 17, the apparatus includes a trigger display module 1010, an extraction module 1030, and a display module 1050, wherein:
the triggering display module 1010 is configured to, in triggering display of the content interface, obtain a plurality of display items associated with the content interface, where the content interface is configured to display contents of the plurality of display items;
an extracting module 1030, configured to extract a plurality of pieces of matched continuous content according to the display items;
and a display module 1050 configured to display the extracted several continuous contents for each display item, and mark the matched display item to obtain a content interface.
In one embodiment, the apparatus as described above further comprises an update module. The updating module is used for updating a plurality of continuous contents in the content interface according to the obtained new contents and displaying the new contents in the content interface.
Further, in this embodiment, as shown in fig. 18, the update module 1100 includes a new content obtaining unit 1110 and a dynamic update executing unit 1130, where:
a new content obtaining unit 1110, configured to obtain new content during displaying of a plurality of continuous contents for each display item on the content interface;
and a dynamic update execution unit 1130, configured to dynamically update, according to a preset content number limit and a display item matched with the new content, a display of a plurality of continuous contents performed in the content interface by each display item, where the new content is laid out in the content interface.
In one embodiment, the extracting module 1030 is further configured to extract, for each display item, the latest several pieces of continuous content from the content matched with the display item according to a preset content piece number limit, where the number of the several pieces of continuous content matches the preset content piece number limit.
Further, in the present embodiment, as shown in fig. 19, the extraction module 1030 includes an acquisition module 1031 and a content extraction unit 1033, wherein:
an obtaining unit 1031, configured to obtain preset content number limit values and content matching with each display item.
A content extracting unit 1033, configured to extract latest several pieces of continuous content from the content matched with each display item according to a preset content piece number limit, where the content includes text content and/or rich media content.
In one embodiment, as shown in fig. 20, the display module 1050 includes a type recognition unit 1051, an interface loading unit 1053, and a content loading unit 1055, in which:
a type identifying unit 1051 for identifying the type of each content among the several pieces of continuous content respectively matched with each display item.
And the interface loading unit 1053 is used for loading the content interface, and all the display items are distributed in the content interface.
A content loading unit 1055, configured to load a plurality of matched continuous contents under each display item according to the type, so as to obtain a display of the plurality of matched continuous contents under each display item in the content interface, where the display of the contents includes a display of text contents and/or rich media contents.
Further, in the present embodiment, the rich media content includes image content, and the content loading unit 1055 includes a thumbnail acquiring sub-unit 10551 and a thumbnail loading sub-unit 10553 as shown in fig. 21, in which:
a thumbnail acquisition sub-unit 10551 for acquiring thumbnails of image contents.
And the thumbnail loading subunit 10553 is configured to load thumbnails of image content correspondingly in the loading of the several pieces of continuous content performed according to types under each display item of the content interface, so as to obtain thumbnail display of image content in the several pieces of continuous content display matched under each display item.
In one embodiment, as shown in fig. 22, the apparatus as described above further comprises a thumbnail triggering module 1210 and an instruction executing module 1230, wherein:
and the thumbnail triggering module 1210 is configured to listen to a viewing instruction triggered by a thumbnail in the content interface.
And the instruction executing module 1230 is configured to generate an image floating layer of the enlarged image on the content interface according to the thumbnail correspondence in response to the viewing instruction.
In one embodiment, the rich media content comprises voice content, as shown in fig. 23, the content loading unit 1055 comprises an icon acquiring subunit 10555 and an icon loading subunit 10557, wherein:
an icon obtaining subunit 10555, configured to obtain a voice icon corresponding to the voice content, where the voice icon maps a playing instruction of the voice content;
and the icon loading subunit 10557 is configured to load the voice icon corresponding to the voice content in the loading of the multiple pieces of continuous content performed according to the type under each display item of the content interface, so as to obtain a voice icon display corresponding to the voice content in the display of the multiple pieces of continuous content matched under each display item.
In one embodiment, the apparatus described above is shown in fig. 24, and includes an icon triggering module 1310 and a playing module 1330, wherein:
the icon triggering module 1310 is used for intercepting triggering of a voice icon in a content interface and obtaining a playing instruction of the voice content according to the triggered voice icon mapping;
the playing module 1330 is configured to play the voice content in response to a playing instruction of the voice content.
In one embodiment, there is further provided a display control apparatus for a message in a social application, as shown in fig. 25, the apparatus includes a recent contact obtaining module 1410, a message extracting module 1430, and an interface display module 1450, wherein:
the recent contact obtaining module 1410 is configured to obtain a plurality of recent contacts by using the recent contacts as display items in a session interface trigger display performed by the social application.
The message extraction module 1430 is configured to extract a plurality of consecutive messages for each nearest contact respectively.
The interface display module 1450 is configured to display a plurality of continuous messages for each nearest contact to obtain a session interface of the social application, where the session interface includes a plurality of nearest contacts and each nearest contact is accompanied by a session interface of the extracted plurality of continuous messages.
In one embodiment, the message extraction module 1430 is further configured to extract, for each nearest contact, the latest several consecutive messages from the messages of the nearest contact according to a preset message number limit, where the number of messages matches the preset message number limit.
Further, in this embodiment, as shown in fig. 26, the message extraction module 1430 includes a message acquisition unit 1431 and an extraction execution unit 1433, where:
the message obtaining unit 1431 is configured to obtain a preset message number limit value and a message of each nearest contact.
An extracting and executing unit 1433, configured to extract, according to a preset message number limit, the latest several consecutive messages from the messages of each nearest contact respectively, where the messages include text messages and/or rich media messages.
In one embodiment, the interface display module 1450, as shown in fig. 27, includes a message type identification unit 1451, a session interface loading unit 1453, and a message loading unit 1455, where:
a message type identifying unit 1451 for identifying a type of each message among the extracted several consecutive messages;
a session interface loading unit 1453, configured to load a session interface to obtain a session interface where a plurality of recent contacts are distributed;
a message loading unit 1455, configured to load, according to the type, a plurality of continuous messages in the session interface correspondingly under each nearest contact, so as to obtain a display of the plurality of continuous messages under each nearest contact, where the display of the messages includes a display of text messages and/or rich media messages.
Further, in the present embodiment, the rich media message includes an image message, as shown in fig. 28, the message loading unit 1455 includes a message thumbnail obtaining sub-unit 14551 and a message thumbnail loading sub-unit 14553, where:
a message thumbnail acquisition sub-unit 14551 for acquiring a thumbnail of an image message;
and the message thumbnail loading subunit 14553 is configured to load thumbnails of image messages in the several consecutive message loads performed according to the types under each nearest contact in the session interface, and obtain thumbnail displays of image messages in several consecutive message displays matched under each nearest contact.
In another embodiment, the apparatus as described above is shown in fig. 29, further comprising an instruction listening module 1510 and an image floating layer generation module 1530, wherein:
and the instruction interception module 1510 is configured to intercept a viewing instruction triggered by a thumbnail in the session interface.
And the image floating layer generating module 1530 is used for responding to the viewing instruction and correspondingly generating an image floating layer of the amplified image according to the thumbnail on the session interface.
In one embodiment, the rich media message comprises a voice message, and the message loading unit 1455, as shown in fig. 30, comprises a voice icon retrieving sub-unit 14555 and a voice icon loading sub-unit 14557, wherein:
a voice icon acquiring subunit 14555, configured to acquire a voice icon corresponding to the voice message, where the voice icon maps a playing instruction of the voice message.
And the voice icon loading subunit 14557 is configured to load, in the multiple continuous message loads performed according to the types of the messages by each closest contact in the session interface, a voice icon corresponding to the voice message, and obtain a voice icon display corresponding to the voice message in the multiple continuous message displays matched with each closest contact.
In another embodiment, the apparatus as described above is shown in fig. 31, and further includes a voice trigger module 1610 and a voice playing module 1630, wherein:
the voice triggering module 1610 is configured to intercept triggering of a voice icon in the session interface, and obtain a play instruction of a voice message according to mapping of the triggered voice icon;
and a voice playing module 1630, configured to play the voice message in response to a playing instruction of the voice message.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
While the present invention has been described with reference to several exemplary embodiments, it is understood that the terminology used is intended to be in the nature of words of description and illustration, rather than of limitation. As the present invention may be embodied in several forms without departing from the spirit or essential characteristics thereof, it should also be understood that the above-described embodiments are not limited by any of the details of the foregoing description, but rather should be construed broadly within its spirit and scope as defined in the appended claims, and therefore all changes and modifications that fall within the meets and bounds of the claims, or equivalences of such meets and bounds are therefore intended to be embraced by the appended claims.

Claims (24)

1. A display control method for displaying item-related content, comprising:
in the triggering display of a content interface, acquiring a plurality of display items associated with the content interface, wherein the content interface is used for displaying the content of the display items; the display item is used for indicating the content displayed in the content interface;
extracting a plurality of pieces of matched continuous content according to the display items respectively, wherein aiming at each display item, the latest continuous content is extracted from the content matched with the display item according to a preset content number limit value, and the number of the continuous content is consistent with the preset content number limit value; the content comprises text content and rich media content;
displaying the extracted continuous contents for each display item, and marking the matched display items to obtain the content interface, so that if the rich media content comprises image content, specific contents displayed by the image content are checked on the content interface, and if the rich media content comprises voice content, the voice content is directly played on the content interface.
2. The method of claim 1, wherein after the step of displaying the extracted several pieces of continuous content for each display item and indicating the matching display item to obtain the content interface, the method further comprises:
and updating a plurality of continuous contents in the content interface according to the obtained new contents, and displaying the new contents on the content interface.
3. The method according to claim 2, wherein the step of updating a number of continuous contents in the content interface according to the obtained new contents and displaying the new contents in the content interface comprises:
the content interface acquires new content from a plurality of continuous content displays of each display item;
and dynamically updating the display of a plurality of continuous contents of each display item in the content interface according to a preset content number limit value and the display item matched with the new content, wherein the new content is laid on the content interface.
4. The method of claim 1, wherein the step of displaying the extracted several pieces of continuous content for each display item and marking the matched display item to obtain the content interface comprises:
identifying the type of each content in a plurality of continuous contents respectively matched with each display item;
loading the content interface, wherein all display items are distributed in the content interface;
and correspondingly loading the matched continuous contents under each display item according to the type to obtain the display of the matched continuous contents under each display item in the content interface.
5. The method according to claim 4, wherein if the rich media content includes image content, the step of loading a plurality of continuous contents matched according to types under each display item correspondingly to obtain a display of the plurality of continuous contents matched under each display item in the content interface comprises:
acquiring a thumbnail of the image content;
and correspondingly loading the thumbnails of the image contents in the loading of the continuous contents according to the types under each display item of the content interface to obtain the thumbnail display of the image contents in the display of the continuous contents matched under each display item.
6. The method according to claim 5, wherein after the step of loading the matched continuous contents under each display item of the content interface according to the type to obtain the display of the matched continuous contents under each display item in the content interface, the method further comprises:
monitoring a viewing instruction triggered by a thumbnail in a content interface;
and responding to the viewing instruction, and correspondingly generating an image floating layer of an amplified image on the content interface according to the thumbnail.
7. The method according to claim 4, wherein if the rich media content includes voice content, the step of loading a plurality of continuous contents matched according to types under each display item correspondingly to obtain a display of the plurality of continuous contents matched under each display item in the content interface comprises:
acquiring a voice icon corresponding to the voice content, wherein the voice icon maps a playing instruction of the voice content;
and correspondingly loading the voice icon corresponding to the voice content in the loading of the continuous contents according to the types under each display item of the content interface to obtain the voice icon display corresponding to the voice content in the display of the continuous contents matched under each display item.
8. The method according to claim 7, wherein after the step of loading the matched several pieces of continuous content under each display item of the content interface according to type to obtain the display of the matched several pieces of continuous content under each display item in the content interface, the method further comprises:
monitoring triggering of a voice icon in the content interface, and mapping according to the triggered voice icon to obtain a playing instruction of voice content;
and responding to the playing instruction of the voice content to play the voice content.
9. A method for controlling the display of messages in a social application is characterized by comprising the following steps:
in the triggering display of a conversation interface performed by the social application, a plurality of recent contacts are obtained by taking the recent contacts as display items; the display item is associated with the session interface;
extracting a plurality of continuous messages for each nearest contact respectively, wherein aiming at each nearest contact, extracting the latest continuous messages from the messages of the nearest contact according to a preset message number limit value, and the number of the messages is consistent with the preset message number limit value; the message comprises a text message and a rich media message;
and correspondingly displaying a plurality of continuous messages for each nearest contact to obtain a session interface of the social application, wherein the session interface is distributed with a plurality of nearest contacts and each nearest contact is attached with the session interface of the extracted continuous messages, so that specific content displayed by the image messages is checked on the session interface if the rich media messages comprise the image messages, and the voice messages are directly played on the session interface if the rich media messages comprise the voice messages.
10. The method of claim 9, wherein the step of displaying a plurality of consecutive messages for each nearest contact to obtain a conversation interface of the social application comprises:
identifying the type of each message in the extracted plurality of continuous messages;
loading the conversation interface to obtain a conversation interface distributed with a plurality of nearest contacts;
and correspondingly loading a plurality of continuous messages under each nearest contact in the conversation interface according to the type to obtain the display of the plurality of continuous messages under each nearest contact.
11. The method of claim 10, wherein if the rich media message comprises an image message, the step of loading a plurality of consecutive messages under each nearest contact in the conversation interface according to the type to obtain a display of the plurality of consecutive messages under each nearest contact comprises:
acquiring a thumbnail of the image message;
and correspondingly loading the thumbnails of the image messages in the loading of the continuous messages according to the types under each nearest contact person of the session interface to obtain the thumbnail display of the image messages in the display of the continuous messages matched under each nearest contact person.
12. The method of claim 10, wherein if the rich media message comprises a voice message, the step of loading a number of matching consecutive messages under each nearest contact according to their types to obtain a display of the number of consecutive messages under each nearest contact comprises:
acquiring a voice icon corresponding to the voice message, wherein the voice icon maps a playing instruction of the voice message;
and correspondingly loading the voice icon corresponding to the voice message in the continuous message loading according to the type of the message under each nearest contact person of the session interface to obtain the voice icon display corresponding to the voice message in the continuous message display matched under each nearest contact person.
13. A display control apparatus that displays item-related content, comprising:
the content interface is used for displaying the content of the display items; the display item is used for indicating the content displayed in the content interface;
the extraction module is used for extracting a plurality of pieces of matched continuous contents according to the display items, and further used for extracting the latest continuous contents from the contents matched with the display items according to a preset content number limit value aiming at each display item, wherein the number of the continuous contents is consistent with the preset content number limit value; the content comprises text content and rich media content;
and the display module is used for displaying the extracted continuous contents for each display item and marking the matched display items to obtain the content interface, so that specific contents displayed by the image contents are checked on the content interface if the rich media contents comprise the image contents, and the voice contents are directly played on the content interface if the rich media contents comprise the voice contents.
14. The apparatus of claim 13, further comprising:
and the updating module is used for updating a plurality of continuous contents in the content interface according to the obtained new contents and displaying the new contents on the content interface.
15. The apparatus of claim 14, wherein the update module comprises:
a new content acquisition unit, configured to acquire new content during a plurality of continuous content displays performed by the content interface for each display item;
and the dynamic update execution unit is used for dynamically updating the display of a plurality of continuous contents of each display item in the content interface according to a preset content number limit value and the display item matched with the new content, and the new content is paved on the content interface.
16. The apparatus of claim 13, wherein the display module comprises:
a type identifying unit for identifying a type of each of the contents among the plurality of continuous contents respectively matched with each of the display items;
the interface loading unit is used for loading the content interface, and all display items are distributed in the content interface;
and the content loading unit is used for correspondingly loading the matched continuous contents under each display item according to the type to obtain the display of the matched continuous contents under each display item in the content interface.
17. The apparatus of claim 16, wherein the rich media content comprises image content, and wherein the content loading unit comprises:
a thumbnail obtaining subunit configured to obtain a thumbnail of the image content;
and the thumbnail loading subunit is used for correspondingly loading the thumbnails of the image contents in the loading of the continuous contents according to the types under each display item of the content interface to obtain the thumbnail display of the image contents in the display of the continuous contents matched under each display item.
18. The apparatus of claim 17, further comprising:
the thumbnail triggering module is used for monitoring a viewing instruction triggered by the thumbnail in the content interface;
and the instruction execution module is used for responding to the viewing instruction and correspondingly generating an image floating layer of the amplified image on the content interface according to the thumbnail.
19. The apparatus of claim 16, wherein the rich media content comprises voice content, and wherein the content loading unit comprises:
the icon acquisition subunit is used for acquiring a voice icon corresponding to the voice content, and the voice icon maps a playing instruction of the voice content;
and the icon loading subunit is used for correspondingly loading the voice icon corresponding to the voice content in the loading of the plurality of continuous contents performed according to the types under each display item of the content interface to obtain the voice icon display corresponding to the voice content in the display of the plurality of continuous contents matched under each display item.
20. The apparatus of claim 19, further comprising:
the icon triggering module is used for monitoring the triggering of the voice icon in the content interface and obtaining a playing instruction of the voice content according to the triggered voice icon mapping;
and the playing module is used for responding to the playing instruction of the voice content to play the voice content.
21. A display control apparatus for a message in a social application, comprising:
the recent contact acquisition module is used for acquiring a plurality of recent contacts by taking the recent contacts as display items in the triggering display of the session interface of the social application; the display item is associated with the session interface;
the message extraction module is used for extracting a plurality of continuous messages for each nearest contact person respectively, and further used for extracting the latest continuous messages from the messages of the nearest contact persons according to a preset message number limit value aiming at each nearest contact person, wherein the number of the messages is consistent with the preset message number limit value; the message comprises a text message and a rich media message;
and the interface display module is used for displaying a plurality of continuous messages for each nearest contact person correspondingly to obtain a conversation interface of the social application, wherein a plurality of nearest contact persons are distributed in the conversation interface and each nearest contact person is attached with the conversation interface of the extracted continuous messages, so that specific content displayed by the image messages is checked on the conversation interface if the rich media messages comprise the image messages, and the voice messages are directly played on the conversation interface if the rich media messages comprise the voice messages.
22. The apparatus of claim 21, wherein the interface display module comprises:
a message type identification unit, configured to identify a type of each message in the extracted several consecutive messages;
the session interface loading unit is used for loading the session interface to obtain the session interface distributed with a plurality of nearest contacts;
and the message loading unit is used for correspondingly loading a plurality of continuous messages under each nearest contact in the conversation interface according to the type to obtain the display of the plurality of continuous messages under each nearest contact.
23. The apparatus of claim 22, wherein the rich media message comprises an image message, and wherein the message loading unit comprises:
a message thumbnail acquiring subunit, configured to acquire a thumbnail of the image message;
and the message thumbnail loading subunit is used for correspondingly loading the thumbnails of the image messages in the loading of the plurality of continuous messages according to the types under each nearest contact in the session interface to obtain the thumbnail display of the image messages in the display of the plurality of continuous messages matched under each nearest contact.
24. The apparatus of claim 22, wherein the rich media message comprises a voice message, and wherein the message loading unit comprises:
the voice icon acquiring subunit is used for acquiring a voice icon corresponding to the voice message, and the voice icon maps a playing instruction of the voice message;
and the voice icon loading subunit is used for correspondingly loading the voice icon corresponding to the voice message in a plurality of continuous message loads performed according to the type of the message under each nearest contact person of the conversation interface so as to obtain voice icon display corresponding to the voice message in a plurality of continuous message displays matched under each nearest contact person.
CN201610129816.3A 2016-03-08 2016-03-08 Display control method and device for displaying related content of item and message in social application Active CN107168974B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610129816.3A CN107168974B (en) 2016-03-08 2016-03-08 Display control method and device for displaying related content of item and message in social application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610129816.3A CN107168974B (en) 2016-03-08 2016-03-08 Display control method and device for displaying related content of item and message in social application

Publications (2)

Publication Number Publication Date
CN107168974A CN107168974A (en) 2017-09-15
CN107168974B true CN107168974B (en) 2020-09-25

Family

ID=59849867

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610129816.3A Active CN107168974B (en) 2016-03-08 2016-03-08 Display control method and device for displaying related content of item and message in social application

Country Status (1)

Country Link
CN (1) CN107168974B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11290405B2 (en) * 2018-10-10 2022-03-29 Scaramanga Technologies Pvt. Ltd. Method, system and apparatus for providing a contextual keyword collective for communication events in a multicommunication platform environment
CN109684541B (en) * 2018-12-12 2021-03-30 口碑(上海)信息技术有限公司 Application page display method and device
CN109992183A (en) * 2019-03-29 2019-07-09 努比亚技术有限公司 Preview picture and the method for selection, terminal and storage medium
CN109889880B (en) * 2019-04-11 2021-02-12 北京字节跳动网络技术有限公司 Information display method, device, equipment and storage medium for concerned user
CN110162370B (en) * 2019-05-22 2022-10-14 广州小鹏汽车科技有限公司 Operation method of interactive application program, interactive interface unification method and device thereof
CN110471598A (en) * 2019-07-26 2019-11-19 天脉聚源(杭州)传媒科技有限公司 A kind of chat bubble display methods, system, device and storage medium

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6260060B1 (en) * 1998-11-13 2001-07-10 Motorola Inc. Method and apparatus for enhancing a message preview mode in a messaging unit
CN1924860B (en) * 2006-10-08 2011-09-28 网易有道信息技术(北京)有限公司 Search engine based search result fast pre-reading device
CN102130997B (en) * 2011-03-10 2014-02-19 中兴通讯股份有限公司南京分公司 Message transmitting method and device
CN102143256B (en) * 2011-03-18 2014-04-09 宇龙计算机通信科技(深圳)有限公司 Shortcut operation method of contacts and mobile terminal
CN102355529B (en) * 2011-09-29 2014-09-10 汉王科技股份有限公司 Method for unified display of short message and mail and device and mobile terminal
CN102780650A (en) * 2012-07-21 2012-11-14 上海量明科技发展有限公司 Method for adjusting instant messaging interactive interface and client
CN104636055A (en) * 2013-11-07 2015-05-20 华为技术有限公司 Display method and device of dynamic information of contacts

Also Published As

Publication number Publication date
CN107168974A (en) 2017-09-15

Similar Documents

Publication Publication Date Title
CN107168974B (en) Display control method and device for displaying related content of item and message in social application
CN111399709B (en) Message reminding method and device, electronic equipment and storage medium
US10156966B2 (en) Device, method, and graphical user interface for presenting and installing applications
CN107104880B (en) Message reminding method and device
EP3623942A1 (en) Message processing method and apparatus, storage medium, and computer device
US20200042148A1 (en) Screen capturing method and terminal, and screenshot reading method and terminal
CN108713183B (en) Method and electronic device for managing operation of application
KR101301794B1 (en) Method for providing instant messaging service using dynamic emoticon and mobile phone therefor
CN107733769B (en) Method and device for displaying user information
CN106708895B (en) Method and device for displaying messages in mobile social application
US11556605B2 (en) Search method, device and storage medium
CN111510439A (en) Session reminding method and device, computer equipment and storage medium
CN113163230A (en) Video message generation method and device, electronic equipment and storage medium
CN110955374A (en) Message display method and device
CN111552859B (en) Method, storage medium and system for acquiring history information
KR20150088806A (en) Using custom rtf commands to extend chat functionality
US20160164809A1 (en) Identifying and selecting contacts to include in a face tray of a messaging application
WO2019114352A1 (en) Method and device for application notification control, and terminal
CN112187624B (en) Message reply method and device and electronic equipment
US10432572B2 (en) Content posting method and apparatus
CN105204718B (en) Information processing method and electronic equipment
CN109947528B (en) Information processing method and device
CN106888150B (en) Instant message processing method and device
CN109688041B (en) Information processing method and device, server, intelligent terminal and storage medium
JP2010055222A (en) Information processor, information processing system, program and information processing method

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