CN116048360A - List automatic circulation infinite scrolling method, system and readable storage medium - Google Patents

List automatic circulation infinite scrolling method, system and readable storage medium Download PDF

Info

Publication number
CN116048360A
CN116048360A CN202310112432.0A CN202310112432A CN116048360A CN 116048360 A CN116048360 A CN 116048360A CN 202310112432 A CN202310112432 A CN 202310112432A CN 116048360 A CN116048360 A CN 116048360A
Authority
CN
China
Prior art keywords
list
data
scrolling
display
preset
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.)
Granted
Application number
CN202310112432.0A
Other languages
Chinese (zh)
Other versions
CN116048360B (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.)
Jiangxi Digital Internet Connection Information Security Technology Co ltd
Original Assignee
Jiangxi Digital Internet Connection Information Security Technology 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 Jiangxi Digital Internet Connection Information Security Technology Co ltd filed Critical Jiangxi Digital Internet Connection Information Security Technology Co ltd
Priority to CN202310112432.0A priority Critical patent/CN116048360B/en
Publication of CN116048360A publication Critical patent/CN116048360A/en
Application granted granted Critical
Publication of CN116048360B publication Critical patent/CN116048360B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0485Scrolling or panning
    • 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
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04847Interaction techniques to control parameter settings, e.g. interaction with sliders or dials
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a list automatic circulation infinite scrolling method and a system, wherein the method comprises the following steps: acquiring a data pool, and judging whether the number of list items in the data pool is larger than a first preset rolling number threshold value; if the number of list items in the data pool is larger than a first preset rolling number threshold value, filling list data in the data pool into a preset empty array based on a preset filling data function to obtain a target array; initializing a display list and a list to be displayed, and judging whether data exists in the display list; and if the data exists in the display list, receiving the target array based on the display list, and when the scrolling threshold of the display list reaches a peak value, scrolling the display list in the page visible area and clearing the data in the display list. By means of double-list circular scrolling, when scrolling data are loaded, the scrolling data can be loaded in advance in batches, page fluency can be greatly improved, and resource consumption can be reduced.

Description

List automatic circulation infinite scrolling method, system and readable storage medium
Technical Field
The invention belongs to the technical field of computer man-machine interaction, and particularly relates to a list automatic circulation infinite scrolling method, a system and a readable storage medium.
Background
The collective data is displayed in the form of a common scrolling list in a computer page, so that the effect of real-time dynamic refreshing is achieved. The page is frequently displayed on a large screen and a statistical chart page, so that the page is rich in dynamics and attractive.
In the prior art, the top of a list is deleted in a circulating infinite scroll way, new data is added at the bottom in real time, page nodes can be frequently refreshed, a large amount of resource loss is caused, updated data is not smooth, blocking occurs, and when a large amount of data is circulated, the blocking is caused due to low efficiency, and the data is not smooth to load.
Disclosure of Invention
The invention provides a list automatic circulation infinite scroll method, a system and a readable storage medium, which are used for solving the technical problems that page nodes are frequently refreshed, a large amount of resources are consumed, updated data is not smooth, blocking occurs, blocking is caused due to low efficiency when a large amount of data is circulated, and loading data is not smooth.
In a first aspect, the present invention provides a method for automatically cycling through a list to scroll infinitely, comprising: acquiring a data pool, and judging whether the number of list items in the data pool is larger than a first preset scrolling number threshold, wherein the data pool contains at least one list data corresponding to the list items; if the number of list items in the data pool is larger than a first preset rolling number threshold value, filling list data in the data pool into a preset empty array based on a preset filling data function to obtain a target array; initializing a display list and a list to be displayed, and judging whether data exists in the display list; and if the data exists in the display list, receiving the target array based on the display list, and when the scrolling threshold of the display list reaches a peak value, scrolling and displaying the display list in a page visible area, and clearing the data in the display list.
In a second aspect, the present invention provides an automatic endless scrolling system for a list, comprising: the acquisition module is configured to acquire a data pool and judge whether the number of list items in the data pool is larger than a first preset scrolling number threshold, wherein the data pool contains at least one list data corresponding to the list items; the filling module is configured to fill list data in the data pool into a preset empty array based on a preset filling data function if the number of list items in the data pool is larger than a first preset rolling number threshold value, so as to obtain a target array; the initialization module is configured to initialize a display list and a list to be displayed and judge whether data exists in the display list; and the display module is configured to receive the target array based on the list to be displayed if the data exists in the display list, and when the scrolling threshold of the display list reaches a peak value, scroll-display the list to be displayed in a page visible area and empty the data in the display list.
In a third aspect, there is provided an electronic device, comprising: the system comprises at least one processor and a memory communicatively connected with the at least one processor, wherein the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the steps of the list auto-loop infinite scroll method of any of the embodiments of the present invention.
In a fourth aspect, the present invention also provides a computer readable storage medium having stored thereon a computer program of instructions which, when executed by a processor, cause the processor to perform the steps of the list auto-loop infinite scroll method of any of the embodiments of the present invention.
According to the list automatic circulation infinite scrolling method, system and readable storage medium, through a double list circulation scrolling mode, when scrolling data are loaded, the scrolling data can be loaded in advance in batches, a large amount of data can be preloaded by one redrawing, more performances cannot be consumed, each piece of data is not required to be written into a page redrawing page, and page fluency can be greatly improved and resource consumption can be reduced.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a list auto-cycling infinite scrolling method according to an embodiment of the present invention;
FIG. 2 is a block diagram of a list automatic endless scrolling system according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. 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.
Referring to fig. 1, a flowchart of a list auto-loop infinite scroll method is shown.
As shown in fig. 1, the list automatic circulation infinite scroll method specifically includes the following steps:
step S101, a data pool is obtained, and whether the number of list items in the data pool is larger than a first preset scrolling number threshold value is judged, wherein the data pool contains at least one list data corresponding to the list items.
In this embodiment, if the number of list items in the data pool is not greater than a first preset scrolling number threshold, list data in the data pool is directly filled into the display list
Step S102, if the number of list items in the data pool is greater than a first preset rolling number threshold, filling list data in the data pool into a preset empty array based on a preset filling data function to obtain a target array.
In this embodiment, when the number of list items in the data pool is greater than a first preset rolling number threshold, a null array is constructed, list data in the data pool is inserted into the null array in a while cycle manner, and when the array length of the null array is equal to a second preset rolling number threshold, the cycle is stopped, wherein the second preset rolling number threshold is twice as large as the first preset rolling number threshold.
Step S103, initializing a display list and a list to be displayed, and judging whether data exist in the display list.
In this embodiment, the display list and the list to be displayed may be mutually converted, that is, when the scrolling threshold of the display list reaches a peak value, the display list is emptied, and then the display list and the list to be displayed are mutually converted.
Specifically, if the display list does not have data, receiving the target array based on the display list, and performing rolling display on the display list in a page visible area until a rolling threshold of the display list reaches a peak value.
And step S104, if the data exists in the display list, receiving the target array based on the display list, and when the scrolling threshold of the display list reaches a peak value, scrolling and displaying the display list in a page visible area, and clearing the data in the display list.
In summary, by adopting the method of double-list circular scrolling, when the scrolling data is loaded, the method can be loaded in advance in batches, a large amount of data can be preloaded by one redrawing, more performances are not consumed, each piece of data is not required to be written into a page redrawing page, and page smoothness and resource consumption can be greatly improved.
In a specific embodiment, the technical scheme of the list automatic circulation infinite scroll method comprises the following steps:
generating two lists in advance, namely a show list showTableArr and a list to be shown tobeShowTableArr, then putting the data of the control into a data pool array rolDataPool, and judging whether to need to carry out rolling display according to the minimum rolling number minRollNum set by a user;
if the length of the data pool array rolDataPool is smaller than the value of the minimum rolling number minRollNum, the data of the data pool array rolDataPool is directly assigned to a showTableArr for static display, if the length of the data pool array rolDataPool is larger than the minimum rolling number minRollNum, execution of a filling data function getNextTableFonc is started, an empty array tablListArr is firstly declared, the data of the data pool array rolDataPool is inserted into the tablListArr in a while circulation mode, and circulation is stopped when the array length of the tablListArr is 2 times of the minimum rolling number minRollNum set by a user;
and finally, returning the tableListArr, if no data exists in the showTableArr, receiving the returned data of the filling data function getNextTableFonc by the showTableArr, performing rolling display in the page, and then continuously executing the previous filling data function getNextTableFonc to acquire data by the empty to-be-displayed list tobeShowTableArr. If the display list showTableArr has data, directly receiving the data returned by the getNextTableFonc by the tobeshowTableArr;
the display list showTableArr is displayed in a rolling mode in a page visible area, a timer rolTableInterval is used for counting a list rolling threshold value tableTopNum, when the rolling threshold value tableTopNum reaches a peak value, the display list showTableArr is emptied, then the to-be-displayed list tobeShowTableArr is continuously converted into the display list showTableArr to be continuously displayed in a rolling mode, the rolling threshold value tableTopNum is reset, meanwhile, the to-be-displayed list is filled with data, and therefore circulation rolling is achieved, and the effect of infinite rolling is achieved.
Referring to fig. 2, a block diagram of a list auto-cycling infinite scroll system is shown.
As shown in fig. 2, the list auto-loop infinite scroll system 200 includes an acquisition module 210, a fill-in module 220, an initialization module 230, and a display module 240.
The obtaining module 210 is configured to obtain a data pool, and determine whether the number of list items in the data pool is greater than a first preset scrolling number threshold, where the data pool includes at least one list data corresponding to the list items; a filling module 220 configured to fill list data in the data pool into a preset empty array based on a preset filling data function if the number of list items in the data pool is greater than a first preset rolling number threshold value, so as to obtain a target array; an initialization module 230 configured to initialize a display list and a list to be displayed, and determine whether there is data in the display list; and the display module 240 is configured to receive the target array based on the list to be displayed if the data exists in the display list, and when the scrolling threshold of the display list reaches a peak value, scroll-display the list to be displayed in a page visible area, and empty the data in the display list.
The method of the embodiment can realize the following technical effects:
1) The method for circularly displaying the display list and the list to be displayed avoids heavy painting of the page frequency and reduces the burden of the page;
2) The circulation display of the double lists enables page scrolling to be smoother, and the effect of seamless connection is achieved.
It should be understood that the modules depicted in fig. 2 correspond to the various steps in the method described with reference to fig. 1. Thus, the operations and features described above for the method and the corresponding technical effects are equally applicable to the modules in fig. 2, and are not described here again.
In other embodiments, embodiments of the present invention further provide a computer readable storage medium having stored thereon a computer program, which when executed by a processor, causes the processor to perform the list auto-loop infinite scroll method of any of the method embodiments described above;
as one embodiment, the computer-readable storage medium of the present invention stores computer-executable instructions configured to:
acquiring a data pool, and judging whether the number of list items in the data pool is larger than a first preset scrolling number threshold, wherein the data pool contains at least one list data corresponding to the list items;
if the number of list items in the data pool is larger than a first preset rolling number threshold value, filling list data in the data pool into a preset empty array based on a preset filling data function to obtain a target array;
initializing a display list and a list to be displayed, and judging whether data exists in the display list;
and if the data exists in the display list, receiving the target array based on the display list, and when the scrolling threshold of the display list reaches a peak value, scrolling and displaying the display list in a page visible area, and clearing the data in the display list.
The computer readable storage medium may include a storage program area and a storage data area, wherein the storage program area may store an operating system, at least one application program required for a function; the storage data area may store data created from the use of the list auto-cycling infinite scroll device, etc. In addition, the computer-readable storage medium may include high-speed random access memory, and may also include memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid-state storage device. In some embodiments, the computer readable storage medium optionally includes a memory remotely located with respect to the processor, the remote memory being connectable to the list auto-cycling endless scrolling device through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
Fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present invention, as shown in fig. 3, where the device includes: a processor 310 and a memory 320. The electronic device may further include: an input device 330 and an output device 340. The processor 310, memory 320, input device 330, and output device 340 may be connected by a bus or other means, for example in fig. 3. Memory 320 is the computer-readable storage medium described above. The processor 310 executes various functional applications of the server and data processing by running non-volatile software programs, instructions and modules stored in the memory 320, i.e. implements the above-described method embodiment list auto-loop infinite scroll method. The input device 330 may receive input numeric or character information and generate key signal inputs related to user settings and function control of the list auto-cycling infinitely scrolling device. The output device 340 may include a display device such as a display screen.
The electronic equipment can execute the method provided by the embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method. Technical details not described in detail in this embodiment may be found in the methods provided in the embodiments of the present invention.
As an embodiment, the electronic device is applied to a list automatic circulation infinite scroll device, and is used for a client, and includes: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor, the instructions being executable by the at least one processor to enable the at least one processor to:
acquiring a data pool, and judging whether the number of list items in the data pool is larger than a first preset scrolling number threshold, wherein the data pool contains at least one list data corresponding to the list items;
if the number of list items in the data pool is larger than a first preset rolling number threshold value, filling list data in the data pool into a preset empty array based on a preset filling data function to obtain a target array;
initializing a display list and a list to be displayed, and judging whether data exists in the display list;
and if the data exists in the display list, receiving the target array based on the display list, and when the scrolling threshold of the display list reaches a peak value, scrolling and displaying the display list in a page visible area, and clearing the data in the display list.
From the above description of the embodiments, it will be apparent to those skilled in the art that the embodiments may be implemented by means of software plus necessary general hardware platforms, or of course may be implemented by means of hardware. Based on such understanding, the foregoing technical solutions may be embodied essentially or in part in the form of a software product, which may be stored in a computer-readable storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions to cause a computer device (which may be a personal computer, a server, or a network device, etc.) to perform the various embodiments or methods of some parts of the embodiments.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and are not limiting; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims (8)

1. A method for automatically cycling through a list to scroll indefinitely, comprising:
acquiring a data pool, and judging whether the number of list items in the data pool is larger than a first preset scrolling number threshold, wherein the data pool contains at least one list data corresponding to the list items;
if the number of list items in the data pool is larger than a first preset rolling number threshold value, filling list data in the data pool into a preset empty array based on a preset filling data function to obtain a target array;
initializing a display list and a list to be displayed, and judging whether data exists in the display list;
and if the data exists in the display list, receiving the target array based on the display list, and when the scrolling threshold of the display list reaches a peak value, scrolling and displaying the display list in a page visible area, and clearing the data in the display list.
2. A method of automatically cycling through list infinite scrolling in accordance with claim 1, wherein after determining whether the number of list items in the data pool is greater than a first predetermined scroll number threshold, the method further comprises:
if the number of list items in the data pool is not greater than a first preset scrolling number threshold, list data in the data pool is directly filled into the display list.
3. The automatic endless scrolling method of a list of claim 1, wherein said filling list data in said data pool into a predetermined empty array based on a predetermined fill data function comprises:
constructing a null array;
and inserting the list data in the data pool into a null array in a while circulation mode, and stopping circulation when the array length of the null array is equal to a second preset rolling number threshold value, wherein the second preset rolling number threshold value is twice as large as the first preset rolling number threshold value.
4. The automatic endless scrolling method of a list as claimed in claim 1, wherein the list to be displayed and the list to be displayed are switchable with each other, i.e. when the scrolling threshold of the list to be displayed reaches a peak value, the list to be displayed and the list to be displayed are switched with each other after the list to be displayed is emptied.
5. A method of automatically cycling through infinite scrolling in a list in accordance with claim 1, wherein after determining whether data is present in the presented list, the method further comprises:
and if the display list does not have data, receiving the target array based on the display list, and performing rolling display on the display list in a page visible area until the rolling threshold of the display list reaches a peak value.
6. A list auto-cycling infinite scrolling system, comprising:
the acquisition module is configured to acquire a data pool and judge whether the number of list items in the data pool is larger than a first preset scrolling number threshold, wherein the data pool contains at least one list data corresponding to the list items;
the filling module is configured to fill list data in the data pool into a preset empty array based on a preset filling data function if the number of list items in the data pool is larger than a first preset rolling number threshold value, so as to obtain a target array;
the initialization module is configured to initialize a display list and a list to be displayed and judge whether data exists in the display list;
and the display module is configured to receive the target array based on the list to be displayed if the data exists in the display list, and when the scrolling threshold of the display list reaches a peak value, scroll-display the list to be displayed in a page visible area and empty the data in the display list.
7. An electronic device, comprising: at least one processor, and a memory communicatively coupled to the at least one processor, wherein the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of any one of claims 1 to 5.
8. A computer readable storage medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements the method of any one of claims 1 to 5.
CN202310112432.0A 2023-02-14 2023-02-14 List automatic circulation infinite scrolling method, system and readable storage medium Active CN116048360B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310112432.0A CN116048360B (en) 2023-02-14 2023-02-14 List automatic circulation infinite scrolling method, system and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310112432.0A CN116048360B (en) 2023-02-14 2023-02-14 List automatic circulation infinite scrolling method, system and readable storage medium

Publications (2)

Publication Number Publication Date
CN116048360A true CN116048360A (en) 2023-05-02
CN116048360B CN116048360B (en) 2023-11-07

Family

ID=86116389

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310112432.0A Active CN116048360B (en) 2023-02-14 2023-02-14 List automatic circulation infinite scrolling method, system and readable storage medium

Country Status (1)

Country Link
CN (1) CN116048360B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120084708A1 (en) * 2010-09-18 2012-04-05 Oracle International Corporation Presentation of hierarchical data in multiple consistent views
JP2013092778A (en) * 2012-11-27 2013-05-16 Alpine Electronics Inc List scroll method and list scroll device
US20130290657A1 (en) * 2012-04-26 2013-10-31 Nick Baciu Storing data in containers
KR20180078009A (en) * 2016-12-29 2018-07-09 주식회사 카카오 Method for displaying visual information for browsing and method for controling user interface
CN109726343A (en) * 2018-12-26 2019-05-07 北京字节跳动网络技术有限公司 Image carousel method and device
CN109753483A (en) * 2018-12-18 2019-05-14 努比亚技术有限公司 file management application page display method and device, mobile terminal and storage medium
CN110225391A (en) * 2019-07-18 2019-09-10 北京字节跳动网络技术有限公司 Control method, device, electronic equipment and the storage medium of video playing
CN111339463A (en) * 2020-02-19 2020-06-26 望海康信(北京)科技股份公司 List data display method and device and electronic equipment
US20210181900A1 (en) * 2019-12-11 2021-06-17 Denso International America, Inc. System for a scrolling mode interface in a vehicle

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120084708A1 (en) * 2010-09-18 2012-04-05 Oracle International Corporation Presentation of hierarchical data in multiple consistent views
US20130290657A1 (en) * 2012-04-26 2013-10-31 Nick Baciu Storing data in containers
JP2013092778A (en) * 2012-11-27 2013-05-16 Alpine Electronics Inc List scroll method and list scroll device
KR20180078009A (en) * 2016-12-29 2018-07-09 주식회사 카카오 Method for displaying visual information for browsing and method for controling user interface
CN109753483A (en) * 2018-12-18 2019-05-14 努比亚技术有限公司 file management application page display method and device, mobile terminal and storage medium
CN109726343A (en) * 2018-12-26 2019-05-07 北京字节跳动网络技术有限公司 Image carousel method and device
CN110225391A (en) * 2019-07-18 2019-09-10 北京字节跳动网络技术有限公司 Control method, device, electronic equipment and the storage medium of video playing
US20210181900A1 (en) * 2019-12-11 2021-06-17 Denso International America, Inc. System for a scrolling mode interface in a vehicle
CN111339463A (en) * 2020-02-19 2020-06-26 望海康信(北京)科技股份公司 List data display method and device and electronic equipment

Also Published As

Publication number Publication date
CN116048360B (en) 2023-11-07

Similar Documents

Publication Publication Date Title
US9619275B2 (en) Data processing method, apparatus and mobile terminal
CN110399214B (en) Method and device for optimizing display card load and computer equipment
CN109361947A (en) Internet resources batch loading method, smart television, storage medium and device
CN104504106A (en) Map covering region rendering method and related equipment
US11461116B2 (en) Graphical user interface redrawing method. Terminal device and computer readable storage medium
CN109379299A (en) A kind of method for limiting of data traffic, device and system
CN109445947B (en) Resource allocation processing method, device, equipment and storage medium
CN113158098B (en) Page generation method, device, equipment and medium
CN111274308A (en) Node relation graph display method, device and equipment
CN112035198A (en) Home page loading method, television and storage medium
CN112906087A (en) CAD asynchronous rendering method and system based on double buffering
CN116048360B (en) List automatic circulation infinite scrolling method, system and readable storage medium
CN117271014A (en) Data processing method and client based on web worker
CN106874010B (en) Method for rapid page loading of ListView in Android system
CN112506992A (en) Fuzzy query method and device for Kafka data, electronic equipment and storage medium
CN106354449B (en) A kind of online demenstration method of document and client
CN112559172A (en) Method, system, equipment and storage medium for optimizing memory of web browser
CN107943442A (en) A kind of method and apparatus for realizing shuangping san
CN113082705B (en) Game scene switching method, game scene switching device, computer equipment and storage medium
CN116302173A (en) Data model rendering engine loading method, system, device and computer equipment
CN115203603A (en) Table page rendering method and device, electronic device and storage medium
CN115828007A (en) Page display method, device, system, electronic equipment and medium
CN116627521A (en) Service module preloading method, skipping method, device and storage medium
CN113268183B (en) List page countdown display method and device
CN116059631A (en) Object rendering method, device, electronic equipment and computer readable 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