CN111367990B - List display method and device - Google Patents

List display method and device Download PDF

Info

Publication number
CN111367990B
CN111367990B CN201811594991.5A CN201811594991A CN111367990B CN 111367990 B CN111367990 B CN 111367990B CN 201811594991 A CN201811594991 A CN 201811594991A CN 111367990 B CN111367990 B CN 111367990B
Authority
CN
China
Prior art keywords
list
data item
target data
object pool
displayed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811594991.5A
Other languages
Chinese (zh)
Other versions
CN111367990A (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.)
Feihu Information Technology Tianjin Co Ltd
Original Assignee
Feihu Information Technology Tianjin 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 Feihu Information Technology Tianjin Co Ltd filed Critical Feihu Information Technology Tianjin Co Ltd
Priority to CN201811594991.5A priority Critical patent/CN111367990B/en
Publication of CN111367990A publication Critical patent/CN111367990A/en
Application granted granted Critical
Publication of CN111367990B publication Critical patent/CN111367990B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

According to the list display method and device, when a list display instruction is received, the target data types required to be displayed by the list are determined, so that target data items corresponding to the target data types are obtained in the object pool, and then the data items displayed by the list are updated based on the target data items. Therefore, even if a user needs to view specific data of different types, the data items of the corresponding data types can be obtained from the object pool and displayed in the list, so that the update of the data of different data types in the list is realized, the flexibility of list display is improved, and the user experience is obviously improved.

Description

List display method and device
Technical Field
The present invention relates to the field of computers, and in particular, to a list display method and apparatus
Background
With the rapid development of computer technology, society has entered the era of digitization, and various data brought by digitization gradually penetrate into people's work and daily life. When a user views data, the user can view the data only in limited size because of the list visible area in the list for displaying the data, and when the user needs to view more data, all the data needs to be loaded into the list in advance, so that a large amount of memory is occupied, and the electronic equipment for viewing the data is blocked. Generally, a method of setting a buffer in a list is adopted: when the user needs to view the specific data, the data in the buffer area is updated into the specific data which can be displayed in the list in real time and is displayed to the user.
According to the research of the inventor, in the prior art, only when the data in the cache area and the specific data which can be displayed by the list have the same data type, the list updating operation can be executed, and when a user needs to view the specific data of different types, the list updating operation cannot be executed, so that the flexibility is poor, and the user experience is reduced.
Disclosure of Invention
In view of the above, the invention provides a list display method and a list display device. According to the method, according to the data types of the data items required to be displayed in the list, the data items corresponding to the data types are obtained from a preset object pool, and after the data items are updated, the data items are inserted into the list, so that the updating of the data with different data types in the list is realized.
The invention also provides a list display device which is used for ensuring the realization and the application of the method in practice.
In order to achieve the above purpose, the present invention provides the following technical solutions:
a list presentation method comprising:
responding to a received list display instruction, and determining a preset target data type required to be displayed by the list;
obtaining a target data item corresponding to the target data type in a preset object pool;
and updating the data items displayed by the list based on the target data items.
The method, optionally, the object pool is set in the following manner, including:
setting a memory space for storing data items as an object pool;
determining all data types corresponding to preset list requirements in the list;
and creating a pre-stored data item corresponding to the data type, and placing the created pre-stored data item into the object pool.
The method, optionally, the object pool is set in the following manner, including:
determining all data types corresponding to and associated with the list requirements preset by the list;
creating a pre-stored data item corresponding to the data type;
and generating the object pool based on the pre-stored data items.
The method, optionally, the list is set by the following method, including:
creating at least one list node;
and setting the basic node attribute of the list node to generate a list.
The method, optionally, before the updating the data item displayed by the list based on the target data item, further includes:
setting the attribute of the target data item
The method, optionally, wherein the setting the attribute of the target data item includes:
modifying an attribute value of a first attribute in the target data item according to a preset target attribute, wherein the first attribute is an attribute corresponding to the target attribute in the target data item.
The method, optionally, based on the target data item, updates the data item displayed in the list, including:
the target data item is inserted into a first location of the list.
The method, optionally, further comprises:
and deleting the data item at the second position in the list from the list.
The method, optionally, further comprises:
and placing the data items deleted in the list into the object pool.
A list presentation apparatus comprising:
a determination unit: the method comprises the steps of responding to a received list display instruction, and determining the type of target data required to be displayed by the list;
an acquisition unit: the method comprises the steps of obtaining a target data item corresponding to the target data type in a preset object pool;
an updating unit: and updating the data items displayed by the list based on the target data items.
A storage medium comprising stored instructions, wherein the instructions, when executed, control a device on which the storage medium resides to perform a list presentation method as described above.
An electronic device comprising a memory and at least one processor, wherein the memory has at least one instruction stored therein and is configured to implement the list presentation method described above by execution of the instructions by the at least one processor.
Compared with the prior art, the invention has the following advantages:
according to the list display method and device, when a list display instruction is received, the target data types required to be displayed by the list are determined, so that target data items corresponding to the target data types are obtained in the object pool, and then the data items displayed by the list are updated based on the target data items. Therefore, even if a user needs to view specific data of different types, the data items of the corresponding data types can be obtained from the object pool and displayed in the list, so that the update of the data of different data types in the list is realized, the flexibility of list display is improved, and the user experience is obviously improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present invention, and that other drawings can be obtained according to the provided drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method for list display according to the present invention;
FIG. 2 is a flowchart of a method for displaying a list according to another embodiment of the present invention;
FIG. 3 is a flowchart of a method for displaying a list according to another embodiment of the present invention;
FIG. 4 is a diagram illustrating an exemplary method for displaying a list according to the present invention;
fig. 5 is a schematic structural diagram of a list display device provided by the present invention;
fig. 6 is a schematic structural diagram of an electronic device according to the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The invention is operational with numerous general purpose or special purpose network device environments or configurations, such as personal computers, server computers, internet appliances, electronic products including any of the above, and so forth.
The embodiment of the invention provides a list display method, which is used for obtaining data items corresponding to data types from a preset object pool according to the data types of the data items to be displayed in a list, and inserting the data items into the list after updating the data items so as to realize the updating of the data with different data types in the list. The method can be applied to various computers or mobile equipment, such as mobile phones, tablet computers or notebook computers, and the execution subject of the method can be a processor in the equipment. The method flow chart of the method is shown in fig. 1, and the specific steps include:
s101: and responding to the received list display instruction, and determining the preset target data type required to be displayed by the list.
In this embodiment, when it is detected that the list meets the list display instruction sending condition, a list display instruction may be generated. For example, when the list monitoring system in the device operated in this embodiment detects that the list satisfies the list display instruction sending condition, a list display instruction is generated and sent to the processor.
Wherein, the meeting list instruction sending condition may be: the list is in a scrolling state, wherein the scrolling state can be up-down scrolling or left-right scrolling. The scrolling may be a sliding operation performed by a user on the list, including a sliding operation performed by the user on the list up and down, a sliding operation performed on the list left and right, and in this embodiment, the sliding operation is received and a list display instruction is generated, and the list display instruction is responded to determine a target data type required to be displayed on the list, where the target data type may be a data type of a data item to be displayed when the list is scrolled, and the method may further include: the data types of the data items presented by the list.
S102: and acquiring a target data item corresponding to the target data type in a preset object pool.
The object pool may be a preset memory space, for example, the object pool is a memory space in a memory unit of the device in this embodiment. In the object pool, all data items corresponding to preset list requirements, such as a picture type data item or a text type data item to be displayed by a list, are stored, wherein the data items can be created before the object pool is built, or can be created after the object pool is built and are put into the object pool.
It should be noted that, in one implementation manner, when the present embodiment obtains the target data item in the object pool, the method may be specifically implemented as follows:
traversing the data types of all the data items in the object pool, comparing the data types of the data items in the object pool with the target data types in sequence, taking the data items with consistent comparison results as target data items, and extracting the target data items from the object pool.
S103: and updating the data items displayed by the list based on the target data items.
In this embodiment, the target data item may be obtained from the object pool, where the target data item may be picture data or text data required to be displayed by the list, and the target data item is inserted into the list, so as to complete the update process of the data item displayed by the list.
According to the list display method provided by the embodiment of the invention, when a list display instruction is received, the target data types required to be displayed by the list are determined, so that the target data items corresponding to the target data types are obtained from the object pool, and then the data items displayed by the list are updated based on the target data items. Therefore, even if a user needs to view different types of specific data, the data items with corresponding data types can be obtained from the object pool and displayed in the list, so that the update of the data with different data types in the list is realized, the flexibility of list display is improved, and the user experience is obviously improved.
Furthermore, in this embodiment, all data to be displayed in the list is not required to be preloaded into the memory, so that the use of the memory can be reduced, the occupied space of the memory of the device can be saved, and the memory processing speed can be increased, so that the list display rate is increased.
In the list display method provided by the embodiment of the present invention, the object pool may be set in the following manner, and specific steps are shown in fig. 2, and include:
s201: memory space for storing data items is set as an object pool.
In this embodiment, a memory space for storing data items is set as an object pool, where the stored data items may be all data types to be displayed in the list. For example, the data to be displayed in the list are picture types and audio types, and the processor in the device in this embodiment sets a memory space in the memory unit of the device, so as to store the data items of the picture types and the audio types to be displayed in the list.
S202: and determining all data types corresponding to the preset list requirements in the list.
The list requirement may be all data items to be displayed by the list, and in this embodiment, the data types of all the data items to be displayed by the list are determined.
In a specific implementation manner, when three pieces of music and three pictures need to be displayed on a list, determining that the data type displayed on the list is an audio type and a picture type.
S203: and creating a pre-stored data item corresponding to the data type, and placing the created pre-stored data item into the object pool.
The pre-stored data items may be data items to be displayed currently or data items to be displayed. It should be noted that, because the number of data items that can be currently displayed by the list is limited, the number of pre-stored data items corresponding to each data type may be determined based on the number of data items that can be displayed by the list, for example, the number of pre-stored data items corresponding to each data type is greater than the number of data items that can be displayed by the list.
It should be noted that, in a specific implementation, the pre-stored data item may be put into the object pool in the following manner:
the processor of the device in which this embodiment is located creates a pointer to an address of a memory space corresponding to the object pool, and loads the pre-stored data item into the object pool by assigning a value to the pointer.
In this embodiment, the object pool may also be set by the following steps, as shown in fig. 3, including:
s301: determining all data types corresponding to and associated with the list requirements preset by the list;
the list requirement may be all data items to be displayed by the list, and in this embodiment, the data types of all the data items to be displayed by the list are determined.
In a specific implementation manner, when three pieces of music and three pictures need to be displayed on a list, determining that the data type displayed on the list is an audio type and a picture type.
S302: creating a pre-stored data item corresponding to the data type;
the pre-stored data items may be data items to be displayed currently or data items to be displayed. It should be noted that, because the number of data items that can be currently displayed by the list is limited, the number of pre-stored data items corresponding to each data type may be determined based on the number of data items that can be displayed by the list, for example, the number of pre-stored data items corresponding to each data type is greater than the number of data items that can be displayed by the list.
S303: and generating the object pool based on the pre-stored data items.
For example, the present embodiment loads the pre-stored data item into the memory unit of the device where the present embodiment is located, so as to form a pre-stored data set, and uses the set as the object pool.
In this embodiment, it should be noted that, the number of the displayed data items in the list may be configured in the process of setting and generating the list, and the list may be set by the following specific steps:
first, at least one list node is created, after which the basic node attributes of the list node are set to generate a list.
In particular, the list node may be a list container scrillview node.
According to actual application requirements, the basic node attributes of the list nodes can be: whether to allow lateral scrolling of the list, whether to allow longitudinal scrolling of the list, whether to have acceleration of scrolling, whether to spring back, the position of the list scroll bar, the size of the visible area of the list, etc., the list is generated by partially or fully setting these basic node attributes in this embodiment.
In this embodiment, the method further includes:
the attributes of the target data items acquired from the object pool are set.
The attribute setting of the target data item may be modifying an attribute value corresponding to the attribute, or deleting or adding a new attribute.
For example, when the target data item is audio data, the attributes of the data item may be: the volume attribute and the frequency attribute may be updated, deleted, or a new attribute value added when the attribute of the target data item is set.
In the list display method provided by the embodiment of the invention, the attribute of the target data item is set, which can be realized in the following manner:
modifying an attribute value of a first attribute in the target data item according to a preset target attribute, wherein the first attribute is an attribute corresponding to the target attribute in the target data item.
In one implementation, the present embodiment may update, according to the target attribute, an attribute value of an attribute corresponding to the target attribute in the target data item. For example, one audio data item includes: volume attribute, tone attribute. Wherein, when the preset target attribute is: "volume attribute: when the sound volume value is 80 dB, the sound volume attribute in the audio data item is the first attribute, and the original attribute value of the first attribute is updated to 80 dB according to the specific attribute value of the target attribute of 80 dB.
In another implementation manner, the present embodiment may further add or delete a new attribute value in the first attribute in the target data item according to the target attribute. For example, in one picture data item, the following is included: a picture format attribute and a memory occupation attribute. Wherein, when the preset target attribute is: "picture format: and (3) when the first attribute is the picture format attribute, adding the attribute value (jpg) into the picture format attribute, or adding the attribute value (jpg) into the picture format attribute and deleting.
The present embodiment provides an example to describe the above-described scheme in detail:
the target data items are shown in table 1 below:
TABLE 1
Data item type Volume of sound Frequency of
Audio data 70 dB 60hz
Wherein, the volume can be the first attribute, and the volume can be 70 dB can be the attribute value corresponding to the first attribute
The present example may be based on preset target attributes: "volume attribute: 80 db ", updating the attribute value in the" volume "attribute in the target data item, and the modified target data item is shown in the following table 2:
TABLE 2
Data item type Volume of sound Frequency of
Audio data 80 dB 60hz
The present example may also be based on preset target attributes: "frequency: 70hz ", adding the attribute value of the target attribute to the attribute corresponding to the target data item, the modified target data item is shown in table 3 below:
TABLE 3 Table 3
Data item type Volume of sound Frequency of
Audio data 80 dB 60hz、70hz
The present example may also be based on preset target attributes: "frequency: 60hz ", deleting the attribute value of the target attribute from the attribute corresponding to the target data item, and modifying the target data item as shown in the following table 4:
TABLE 4 Table 4
Data item type Volume of sound Frequency of
Audio data 80 dB 70hz
After setting the attribute of the target data item, the target data item needs to be inserted into the end of the list so that the list displays the data item.
In the list display method provided by the embodiment of the invention, based on the target data item, the specific steps of updating the data item displayed by the list can be as follows:
a target data item is inserted into a first location of the list.
In this embodiment, it should be noted that, the list is provided with a size of a list visible area, where the list visible area refers to an area that can be seen by a user and can be operated in the list, and the area of the list visible area is generally related to the size of a display screen of an electronic device for displaying the list; accordingly, the area that is invisible to the user and cannot be operated is the invisible area. The first position of the list may be a non-visible region of the list, the first position being determined according to a direction in which the list is scrolled, and the first position may be located in a non-visible region above or below the visible region or in a non-visible region to the left or right of the visible region. The created target data item is inserted in the non-visible area in this embodiment, and the inserted target data item gradually slides into the visible area as the list scrolls.
Based on the above implementation, it can be seen that as the list scrolls, the target data item will gradually slide into the list viewable area while there will be other data that slides out of the list viewable area.
In a specific implementation, the method further includes:
and deleting the data item at the second position in the list from the list.
Wherein the second location may be a list non-visible region opposite the first location. And deleting the data item from the list when the data item slides from the visible area to the non-visible area of the list, so as to release the memory occupied by the data item in the list.
The present embodiment provides an example for describing in detail the first position and the second position in the above scheme, and the positional relationship of the two:
as the list is slid up, as shown in fig. 4, data item a is inserted into the first position as shown, gradually entering the list viewable area from the list non-viewable area during the list up-slide. At the same time, the data item B gradually slides from the list visibility region into the second position, and needs to be deleted from the list to release the memory occupied by the data item B in the list.
In a specific application, in order to keep the number of data items in the object pool unchanged to provide for list updating, the present embodiment may be implemented specifically by:
and placing the deleted data items in the list into the object pool.
In this embodiment, after the deletion operation is performed on the data items sliding into the invisible area of the list, the data items deleted from the list need to be recycled into the object pool, so as to keep the total amount of the data items in the object pool unchanged, so as to facilitate the subsequent call of the list to the data items.
The list display method provided by the embodiment of the invention can be applied to a plurality of fields, in particular to the field of game development in which a plurality of data items are required to be displayed through a list.
Firstly, when a list monitoring system in the equipment in which the embodiment is located monitors that a list is scrolled, namely specific game data is displayed to a user, a list display instruction is generated and sent to a processor; wherein the scrolling of the list may be: scroll up, scroll down, scroll left, scroll right, etc. After receiving the list display instruction, the processor determines the game data type required to be displayed by the list;
secondly, after the game data types to be displayed by the list are determined, target data items corresponding to the game data types are acquired in a preset object pool, wherein the object pool can be one memory space in a memory unit of the equipment, all data items corresponding to preset list requirements are stored in the object pool, and the data items can be created before the object pool is established or after the object pool is established and are put into the object pool. And traversing the data types of all the data items in the object pool by the processor, comparing the data types with the game data types in sequence, and extracting a target data item corresponding to the game data type when the comparison results are consistent.
Finally, the processor inserts the target data item extracted from the object pool into the list so that the list reveals the target data item.
By the list display method, the object pool is preset, and the object pool contains the data items corresponding to the target data types required to be displayed by the list, so that even if a user needs to view different types of specific data, the data items with the corresponding data types can be obtained from the object pool and displayed in the list, the update of the data with the different data types in the list is realized, the flexibility of list display is improved, and the user experience is obviously improved.
Corresponding to the method shown in fig. 1, the embodiment of the present invention further provides a list display apparatus, which is used for implementing the method shown in fig. 1, where the list display apparatus provided in the embodiment of the present invention may be applied to various electronic devices, and the schematic structural diagram of the list display apparatus is shown in fig. 5, and specifically includes:
the determination unit 501: and the method is used for responding to the received list display instruction and determining the target data type required to be displayed by the list.
In this embodiment, when it is detected that the list meets the list display instruction sending condition, a list display instruction may be generated. For example, when the list monitoring system in the equipment where the device is located detects that the list meets the list display instruction sending condition, a list display instruction is generated and sent to the processor.
Wherein, the meeting list instruction sending condition may be: the list is in a scrolling state, wherein the scrolling state can be up-down scrolling or left-right scrolling. The scrolling may be a sliding operation performed by a user on the list up and down, and a sliding operation performed by the user on the left and right, and the determining unit in the device receives the sliding operations and generates a list display instruction, and responds to the list display instruction to determine a target data type required to be displayed by the list, where the target data type may be a data type of a data item to be displayed when the list is scrolled, and may further include: the data types of the data items presented by the list.
The acquisition unit 502: the method comprises the steps of obtaining a target data item corresponding to the target data type in a preset object pool;
the object pool may be a preset memory space, for example, the object pool is a memory space in a memory unit of the device where the apparatus is located. In the object pool, all data items corresponding to preset list requirements are stored, for example, the data items of the picture types to be displayed by the list can be created before the object pool is built, or can be created after the object pool is built and put into the object pool.
It should be noted that, in one implementation manner, when the obtaining unit obtains the target data item in the object pool, the obtaining unit may be specifically implemented by the following manner:
traversing the data types of all the data items in the object pool, comparing the data types of the data items in the object pool with the target data types in sequence, taking the data items with consistent comparison results as target data items, and extracting the target data items from the object pool.
Update unit 503: and updating the data items displayed by the list based on the target data items.
The updating unit may be configured to insert the target data item into the list based on the target data item obtained from the object pool by the obtaining unit, where the target data item may be picture data to be displayed by the list, and complete an updating process of the data item displayed by the list.
According to the list display device provided by the invention, when a list display instruction is received, the target data types required to be displayed by the list are determined, so that the target data items corresponding to the target data types are obtained in the object pool, and then the data items displayed by the list are updated based on the target data items. Therefore, even if a user needs to view specific data of different types, the data items of the corresponding data types can be obtained from the object pool and displayed in the list, so that the update of the data of different data types in the list is realized, the flexibility of list display is improved, and the user experience is obviously improved.
It should be noted that, the specific implementation of each structural unit in this embodiment may refer to the corresponding content in the foregoing, which is not described in detail herein.
A storage medium comprising stored instructions, wherein the instructions, when executed, control a device on which the storage medium resides to perform a list presentation method as described above.
The embodiment of the present invention further provides an electronic device, the structure of which is shown in fig. 6, specifically including a memory 601, and at least one instruction 602, where the at least one instruction 602 is stored in the memory 601, and is configured to execute the at least one instruction 602 by at least one processor 603 to perform the following operations:
responding to a received list display instruction, and determining a preset target data type required to be displayed by the list; obtaining a target data item corresponding to the target data type in a preset object pool; and updating the data items displayed by the list based on the target data items.
In this specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments. In particular, for a system or system embodiment, since it is substantially similar to a method embodiment, the description is relatively simple, with reference to the description of the method embodiment being made in part. The systems and system embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative elements and steps are described above generally in terms of functionality in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for displaying a list, comprising:
in response to a received list display instruction, determining a preset target data type required to be displayed by the list, wherein the target data type can be the data type of a data item to be displayed when the list is scrolled;
obtaining a target data item corresponding to the target data type in a preset object pool, wherein the object pool is one memory space in a memory unit of equipment;
and inserting the target data item into a list based on the target data item, and updating the data item displayed by the list.
2. The method of claim 1, wherein the object pool is set by:
setting a memory space for storing data items as an object pool;
determining all data types corresponding to preset list requirements in the list;
and creating a pre-stored data item corresponding to the data type, and placing the created pre-stored data item into the object pool.
3. The method of claim 1, wherein the object pool is set by:
determining all data types corresponding to and associated with the list requirements preset by the list;
creating a pre-stored data item corresponding to the data type;
and generating the object pool based on the pre-stored data items.
4. The method of claim 1, the list being set by:
creating at least one list node;
and setting the basic node attribute of the list node to generate a list.
5. The method of claim 1, further comprising, prior to said inserting said target data item into a list based on said target data item, updating the data item presented by said list:
and setting the attribute of the target data item.
6. The method of claim 5, wherein the setting the attribute of the target data item comprises:
modifying an attribute value of a first attribute in the target data item according to a preset target attribute, wherein the first attribute is an attribute corresponding to the target attribute in the target data item.
7. The method of claim 1, wherein inserting the target data item into a list based on the target data item, and updating the data item presented by the list, comprises:
the target data item is inserted into a first location of the list.
8. The method of claim 7, further comprising:
and deleting the data item at the second position in the list from the list.
9. The method of claim 7, further comprising:
and placing the data items deleted in the list into the object pool.
10. A list display apparatus, comprising:
a determination unit: the method comprises the steps of responding to a received list display instruction, and determining a target data type required to be displayed by the list, wherein the target data type can be the data type of a data item to be displayed when the list is scrolled;
an acquisition unit: the method comprises the steps of obtaining a target data item corresponding to the target data type in a preset object pool, wherein the object pool is one memory space in memory units of equipment;
an updating unit: and the data item updating module is used for inserting the target data item into a list based on the target data item and updating the data item displayed by the list.
CN201811594991.5A 2018-12-25 2018-12-25 List display method and device Active CN111367990B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811594991.5A CN111367990B (en) 2018-12-25 2018-12-25 List display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811594991.5A CN111367990B (en) 2018-12-25 2018-12-25 List display method and device

Publications (2)

Publication Number Publication Date
CN111367990A CN111367990A (en) 2020-07-03
CN111367990B true CN111367990B (en) 2023-08-08

Family

ID=71206056

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811594991.5A Active CN111367990B (en) 2018-12-25 2018-12-25 List display method and device

Country Status (1)

Country Link
CN (1) CN111367990B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112581589A (en) * 2020-12-28 2021-03-30 深圳市优必选科技股份有限公司 View list layout method, device, equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103838531A (en) * 2012-11-20 2014-06-04 腾讯科技(深圳)有限公司 Information processing and displaying method and mobile terminal
CN104281374A (en) * 2013-07-01 2015-01-14 博雅网络游戏开发(深圳)有限公司 Method and system for achieving sliding list module
CN105867750A (en) * 2016-03-31 2016-08-17 郑州悉知信息科技股份有限公司 List display method and device
CN105975352A (en) * 2016-04-28 2016-09-28 努比亚技术有限公司 Cache data processing method and server
CN106503272A (en) * 2016-12-15 2017-03-15 深圳Tcl数字技术有限公司 Browsing device net page display packing and device
CN108595560A (en) * 2018-04-12 2018-09-28 北京建筑大学 The methods of exhibiting and system of geographic information data

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000029932A1 (en) * 1998-11-18 2000-05-25 Fujitsu Limited Data item listing device and method, and computer-readable recording medium recording data item listing program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103838531A (en) * 2012-11-20 2014-06-04 腾讯科技(深圳)有限公司 Information processing and displaying method and mobile terminal
CN104281374A (en) * 2013-07-01 2015-01-14 博雅网络游戏开发(深圳)有限公司 Method and system for achieving sliding list module
CN105867750A (en) * 2016-03-31 2016-08-17 郑州悉知信息科技股份有限公司 List display method and device
CN105975352A (en) * 2016-04-28 2016-09-28 努比亚技术有限公司 Cache data processing method and server
CN106503272A (en) * 2016-12-15 2017-03-15 深圳Tcl数字技术有限公司 Browsing device net page display packing and device
CN108595560A (en) * 2018-04-12 2018-09-28 北京建筑大学 The methods of exhibiting and system of geographic information data

Also Published As

Publication number Publication date
CN111367990A (en) 2020-07-03

Similar Documents

Publication Publication Date Title
CN110046021B (en) Page display method, device, system, equipment and storage medium
US9983766B2 (en) Flip-through format to view notification and related items
KR102325237B1 (en) Command user interface for displaying and scaling selectable controls and commands
EP3335411B1 (en) Electronic device and method of managing application programs thereof
US11194599B2 (en) Handwritten message input for electronic devices
US10599336B2 (en) Method of displaying content and electronic device adapted to the same
EP2869162A2 (en) Displaying messages with cartoon cut images in an electronic device
KR20160141807A (en) Adaptive user interface pane manager
CN110109670B (en) Method and device for processing view list data, electronic equipment and storage medium
JP2014519632A (en) Customized launch of application
CA2922060C (en) Swipe toolbar to switch tabs
CN111931472B (en) Page table rendering method and device, electronic equipment and computer readable medium
KR20150026162A (en) Method and apparatus to sharing contents of electronic device
EP2538315A1 (en) Presentation of tabular information
CN103294335A (en) Apparatus and method for creating a shortcut menu
CN112035030B (en) Information display method and device and electronic equipment
CN106557237B (en) method and terminal for selecting copy text information
KR20150012067A (en) Method for processing message and an electronic device thereof
KR20160001180A (en) Method and its apparatus for displaying the virtual keybord
CN105681648A (en) Picture viewing method and device and electronic equipment
CN112783394A (en) List page display method and device
CN107025100A (en) Play method, interface rendering intent and device, the equipment of multi-medium data
CN111324398B (en) Method, device, terminal and storage medium for processing latest content
CN111367990B (en) List display method and device
CN111212300B (en) Online document processing method and device, electronic equipment and storage medium

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