WO2017012488A1 - Procédé et appareil d'affichage de vues par défilement - Google Patents
Procédé et appareil d'affichage de vues par défilement Download PDFInfo
- Publication number
- WO2017012488A1 WO2017012488A1 PCT/CN2016/089729 CN2016089729W WO2017012488A1 WO 2017012488 A1 WO2017012488 A1 WO 2017012488A1 CN 2016089729 W CN2016089729 W CN 2016089729W WO 2017012488 A1 WO2017012488 A1 WO 2017012488A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- view
- scroll
- sub
- template
- picture
- 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
Definitions
- the present application relates to the field of computer technology, and in particular, to a scroll view display method and apparatus.
- the object specifically displayed in the above information display area may be a scroll view.
- the scroll view can support left and right or up and down sliding operations.
- a scroll view contains at least two subviews, which can display image and text information. If you perform a left or right swipe operation on the subview currently displayed in the scroll view, you can play the subviews contained in the scroll view in turn.
- a subview is loaded every time it is swiped, which will cause a large memory consumption of the device.
- a view multiplexing technique is adopted, and a sliding operation is also performed from the screen. The removed child view is saved, and when the child view is needed again, the child view is directly taken out from the saved child view and used.
- the above view multiplexing technique reduces the memory consumption to some extent.
- the multi-touch technology enables multiple scroll views to be displayed in one screen, and can simultaneously slide up and down a plurality of scroll views displayed in one screen at the same time, and the top and bottom slides quickly to display a new scroll view in the current screen. All the subviews included in each scroll view are loaded and saved. Even with the above view multiplexing technology, in such a large number of scroll views, the device's memory is quickly exhausted, which makes The display of the scroll view appears to be stuck until it flashes back.
- the embodiment of the present invention provides a scroll view display method and apparatus for solving the problem of large memory consumption in the existing scroll view display.
- a scroll view display method includes:
- At least one first scroll view formed is displayed in the screen.
- a scroll view display device comprising:
- a copy unit configured to copy at least one scroll view frame and at least one view template by using the created scroll view frame and the view template
- Determining a unit determining at least one first non-occupying picture that the current screen needs to display
- a sub-view forming unit configured to replace, by using the first non-occupying picture, a place-holder picture in a view template to form a first sub-view
- a scroll view forming unit configured to add the first subview to the copied one of the scroll view frames for each of the formed first subviews to form a first scroll view, wherein the first scroll view includes a first subview;
- a display unit configured to display the formed at least one first scroll view in the screen.
- a scroll view frame and a view template are created in advance, and the view template includes a placeholder picture, and the view template is used to form the first sub view, thereby reducing memory occupation and simultaneously scrolling the view.
- the first scroll view including a first sub-view is generated and displayed according to the non-occupying picture that the current screen needs to display.
- the prior art has a large memory consumption problem when loading a scroll view, which speeds up the loading and display speed of the scroll view.
- FIG. 1 is a flowchart of a scroll view display method according to Embodiment 1 of the present application.
- FIG. 2 is a schematic diagram of a scroll view provided by Embodiment 1 of the present application.
- FIG. 3 is a flowchart of a scroll view display method according to Embodiment 2 of the present application.
- FIG. 4 is a schematic structural diagram of a scroll view display device according to Embodiment 3 of the present application.
- the embodiment of the present invention provides a scroll view display method and apparatus for solving the problem of large memory consumption in the existing scroll view display.
- FIG. 1 it is a flowchart of a scroll view display method according to Embodiment 1 of the present application, which includes the following steps:
- Step 101 Create a scroll view frame and a view template, where the picture included in the view template is a placeholder picture;
- the scroll view frame provides automatic scrolling and zooming functions, which can support the scrolling operation of the subview.
- Scrolling view frames and view templates are used to build scrolling views.
- a child view is added to the scroll view frame to form a scroll view.
- the size of the scroll view frame is determined according to the width and height of the current screen and determining the number of scroll views that need to be displayed in one screen;
- the placeholder picture is a picture used when the view template performs layout without a real picture, and the picture data amount is small.
- the view template when the text is included in the scroll view, the view template further includes a text box, and text size and style information;
- Step 102 Put the scroll view frame and the view template into a cache
- the processor can quickly access data from the cache, the scroll view frame and the view template are frequently used to construct a scroll view displayed on the screen, so the scroll view frame and the view template are loaded into the cache.
- ⁇ / RTI> facilitating the processor to quickly take out the scroll view frame and the view template from the cache, thereby quickly forming a first scroll view and displaying in the following steps;
- this step 102 is a preferred step of the embodiment of the present application, and the purpose is to speed up the formation of the scroll view;
- Step 103 Copy at least one scroll view frame and to the created scroll view frame and view template One less view template;
- the number of scroll view frames and scroll view templates formed here may be the same as the number of first scroll views displayed in one screen;
- the purpose of copying the view template is to generate a first child view for subsequent use of the copied view template; the purpose of copying the view template is to generate a first scroll view using the copied scroll view frame and the generated first child view.
- the step 103 includes:
- Finding the scroll view frame and the view template from the cache copying at least one scroll view frame by using the found scroll view frame, and copying at least one view template
- Step 104 Determine at least one first non-occupation picture that the current screen needs to display
- the first non-occupied picture determined here is a picture in the first sub-view that constitutes the current screen to be displayed.
- the purpose of determining the first non-occupying picture here is to form a first sub-view to be displayed on the current screen.
- the image link of at least one non-occupation picture that needs to be displayed on the current screen may be determined first, and then the corresponding picture is obtained according to the picture link.
- a non-occupied picture has an image link, so when the image link of the non-occupying picture that needs to be displayed is known, the non-occupying picture can be downloaded from the network.
- Step 105 Replace, by using the first non-occupying picture, a placeholder picture in a view template to generate a first sub-view for each of the determined first non-occupying pictures;
- step 105 replacing a non-placeholder image with a placeholder image of a view template, you can get a first subview. If there are four number of view templates copied in the above step 103, and four non-occupied pictures are determined in step 104, in this step 105, four first sub views may be generated;
- the view template further includes a text box, and text size and style information in step 101, in the above step 104, it is also required to determine text information corresponding to at least one non-occupying picture that the current screen needs to display;
- the step 105 specifically includes:
- the first non-occupying picture the place-holder picture in the view template, and corresponding the text information according to the text size and style, for each of the determined first non-occupation pictures and the corresponding text information.
- the information is populated in the text box to generate a first subview.
- the generated first subview has both the first non-placeholder image and the text.
- Step 106 Add, for each first sub-view formed, the first sub-view to a copied scroll view frame to form a first scroll view;
- first scroll views may be formed in step 106.
- Step 107 Display at least one first scroll view formed in the screen.
- the first scroll view formed in the above step 107 will be described by way of example:
- Figure 2 shows a schematic diagram of a screen with four scroll views.
- the second sub-views indicated by the broken lines refer to sub-views that can be slid out by the left-right sliding operation and displayed on the screen.
- the complete scroll view A includes a first sub-view A1, a second sub-view A2, a second sub-view A3, and a second sub-view A4;
- the complete scroll view B includes the sub-view first B1, second sub-view B2 a second sub-view B3 and a second sub-view B4;
- the complete scroll view C includes a first sub-view C1, a second sub-view C2, a second sub-view C3, and a second sub-view C4, and
- the complete scroll view D includes a sub-view
- the prior art view display technology will complete the scroll view A, the complete scroll view B, the complete scroll view C, and the complete scroll All sub-views included in view D are directly generated and loaded using
- the first scroll view A generated and loaded in the present application includes only the first sub-view A1, and the first scroll view B includes only the first sub-view B1.
- the first scroll view C includes only the first sub-view C1 and the first scroll.
- View D only includes the first subview D1, that is, only the load roll The first subview, because at this time is uncertain whether the user needs to navigate through sub-second view of the scroll view, therefore, no need to load does not affect the user's browser.
- the first sub-view of the scroll view is only roughly browsed by the user, and the slide operation is performed on the first sub-view after the first sub-view is interested, so that the second sub-view of the scroll view is continuously browsed. Therefore, the solution of the embodiment of the present application, which includes the first scroll view of the first sub-view, can better solve the problem of large memory consumption in the existing scroll view display, so that the rolling view is formed. Loading and displaying is faster and does not affect the user experience.
- the method further includes:
- the method further includes the following steps:
- Step a monitoring the user's sliding operation for the currently displayed first scroll view
- it may be set after the finger touch event of the user for a certain first scroll view is detected A timer is set, and if a finger movement event occurs before the timer reaches the set value, it is determined that the user has performed a sliding operation on the first scroll view.
- Step b determining at least one second non-occupation picture when monitoring that the user slides left and right for a certain first scroll view
- the first sub-view to the second sub-view should be switched, where the second non-placeholder picture is the picture used to form the second sub-view.
- the second non-occupying picture determined at this time may be the picture a2 for constituting the second sub-view A2.
- Step c copying at least one view template by using the created view template
- the child view of the first scroll view needs to be switched to the second child view.
- the second child view is not added in the first scroll view, so the view template needs to be copied here.
- the second subview is generated by using the copied view template and the second non-occupied picture determined in step b.
- Step d replacing, by using the second non-occupying picture, the placeholder picture in the view template to generate a second sub-view for each determined second non-occupying picture;
- the second sub-view formed here is the second sub-view A2, the second sub-view A3, and the second sub-view A4.
- Step e adding each generated second subview to the first scroll view to form a second scroll view
- the second scroll view formed here is a complete scroll view including subview A1, subview A2, subview A3, and subview A4.
- Step f Displaying the second scroll view formed.
- determining at least one second non-occupation picture specifically includes:
- the first step determining an image link of at least one second non-occupation picture
- the second step downloading at least one second non-occupied picture from the network by using the picture link.
- the second non-occupying picture for forming the second sub-views of the first scroll view is downloaded from the network when the user starts to slide the first scroll view, regardless of whether the user is or not with respect to the prior art Starting to slide the scroll view and downloading at least one second non-occupied image from the network saves network traffic and battery power.
- each complete scroll view includes four sub-views, and 16 pictures are downloaded from the network when displaying a scroll view.
- an N-screen scrolling view is generated, and 16N pictures are downloaded from the network, which consumes a lot of network traffic and battery power.
- the download constitutes the user's sliding operation.
- a second non-occupying picture of each second sub-view of the scroll view that is, the first scroll view of interest to the user, and the user usually only has a portion of the first scroll view displayed in the screen (eg, M
- the first scroll view, M is usually much smaller than 4N
- the first scroll view generates interest and performs left and right sliding operations, so only 4M pictures need to be downloaded, compared to the download of 16N pictures with the prior art, the costly network
- the traffic and battery power are relatively small, improving the user experience.
- the memory consumption and the network traffic can be further optimized by monitoring the speed of the screen sliding up and down.
- the following describes the solution in the second embodiment.
- FIG. 3 it is a flowchart of a scroll view display method in Embodiment 2 of the present application, which includes the following steps:
- Step 301 Create a scroll view frame and a view template, where the picture included in the view template is a placeholder picture;
- Step 302 Load the scroll view frame and the view template into a cache
- Step 303 Copy at least one scroll view frame and at least one view template by using the created scroll view frame and the view template.
- Step 304 Monitor the speed at which the user slides up and down for the screen
- Step 305 Determine whether the monitored speed is greater than the set value; if not, proceed to step 306; if yes, proceed to step 307;
- the set value can be obtained by learning whether the user slides up and down and the interest in the first scroll view
- Step 306 Determine at least one first non-occupying picture that the current screen needs to display; and then perform step 308;
- the speed at which the user slides up and down the screen is smaller, indicating that the user is interested in the first scroll view that needs to be displayed in the current screen, therefore, in this step 306, the first child that needs to be displayed on the current screen needs to be displayed.
- the first non-occupied picture of the view is determined, thereby forming a first scroll view in the subsequent steps to meet the needs of the user.
- Step 307 For each scroll view frame that is copied, a view template is added to the scroll view frame to form a third scroll view; then step 309 is performed;
- the first sub-view that constitutes the current screen is not displayed in this step 307.
- the first non-occupying picture is determined, only the view template containing the place-holder picture is added to the scroll view frame to form a third scroll view; since the first non-occupying picture is not determined,
- the corresponding pictures are downloaded in the network, thereby saving network traffic and reducing memory consumption, improving the response speed of the user's up and down sliding gestures, and making the third scroll view display smoother.
- Step 308 For each of the determined first non-occupied pictures, replace the place-holder picture in a view template with the first non-occupying picture to generate a first sub-view; and then perform step 310;
- Step 309 Display each of the formed third scroll views in the screen.
- Step 310 Add a first sub-view to the scroll view frame to form a first scroll view for each scroll view frame that is copied; and then perform step 311;
- Step 311 Display at least one first scroll view formed in the screen.
- the solution of the second embodiment of the present application is that when the user slides up and down quickly, the view template and the scroll view frame are directly used to form a third scroll view, and the first sub view and the second sub are not created. View; when the user slides up and down slowly, the copied view template is used to create the first subview, and the first subview is added to the scroll view frame to form and display the first scroll view.
- the view display when the user performs the up and down sliding operation on the screen is optimized, and determining whether the first scroll view needs to be created according to the speed of sliding up and down does not affect the user's interest.
- the browsing of the first scroll view saves the network traffic while improving the response speed of the user's up and down sliding gestures, so that the display of the first scroll view and the third scroll view is smoother, and the user experience is improved.
- Embodiments of the present application are particularly suitable for multi-scroll view display for smart terminals.
- the smart terminal may include, but is not limited to, a feature phone, a smart phone, a palmtop computer, a personal computer (PC), a car computer, a tablet computer, or a personal digital assistant (PDA).
- a feature phone a smart phone
- a palmtop computer a personal computer (PC)
- a car computer a tablet computer
- PDA personal digital assistant
- the third embodiment of the present invention provides a scroll view display device.
- a creating unit 41 configured to create a scroll view frame and a view template, where the picture included in the view template is a placeholder picture;
- a copying unit 42 configured to copy at least one scroll view frame and at least one view template by using the created scroll view frame and the view template;
- the determining unit 43 determines at least one first non-occupying picture that the current screen needs to display
- a sub-view forming unit 44 configured to replace, by using the first non-occupying picture, a place-holder picture in a view template to form a first sub-view;
- a scroll view forming unit 45 configured to add the first sub-view to the copied one of the scroll view frames for each of the formed first sub-views to form a first scroll view, wherein, in a first scroll view Contains a first subview;
- the display unit 46 is configured to display the formed at least one first scroll view in the screen.
- the device further comprises:
- a monitoring unit 47 configured to monitor a sliding operation of the user for the first sub-view in the first scroll view currently displayed
- the determining unit 43 is further configured to: when monitoring that the user performs a sliding operation for a certain first sub-view, determining at least one second non-occupying picture;
- the copying unit 42 is further configured to: copy the at least one view template by using the created view template;
- the sub-view forming unit 44 is further configured to replace, by using the second non-occupying picture, the placeholder picture in the copied one view template to generate a second sub-view for each determined second non-occupying picture. ;
- the scroll view forming unit 45 is further configured to add the generated second sub-views to the first scroll view in which the first sub-view is located to form a second scroll view;
- the display unit 46 is further configured to display a second sub-view in the formed second scroll view in the screen.
- the device further comprises:
- a monitoring unit 47 configured to monitor a speed at which the user slides up and down the screen
- the determining unit 48 is configured to determine whether the monitored speed is greater than a set value
- the determining unit 43 is specifically configured to: when the monitoring unit detects that the speed of sliding up and down is not greater than a set value, At least one first non-occupying picture that needs to be displayed on the current screen.
- the scroll view forming unit 45 is further configured to add a view template to the scroll view frame for each scroll view frame that is copied when the monitored speed is greater than the set value, to form a Third scroll view;
- the display unit 46 is further configured to display each of the formed third scroll views in the screen.
- the device further comprises:
- the release unit 49 is configured to release the memory occupied by the first scroll view when the first scroll view slides out of the visible area of the screen.
- the embodiments of the present application can be implemented by hardware, or can be implemented by means of software plus a necessary general hardware platform.
- the technical solution of the embodiment of the present application may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a USB flash drive, a mobile hard disk, etc.).
- a number of instructions are included to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform the methods described in various embodiments of the present application.
- modules in the terminal in the embodiment may be distributed in the terminal of the embodiment according to the description of the embodiment, or may be correspondingly changed in one or more terminals different from the embodiment.
- the modules of the above embodiments may be combined into one module, or may be further split into multiple sub-modules.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Controls And Circuits For Display Device (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
Des modes de réalisation de la présente invention concernent un procédé et appareil d'affichage de vues par défilement, conçus pour résoudre le problème d'une forte consommation de mémoire existant dans les affichages de vues par défilement actuels . Le procédé comprend les étapes consistant à : créer une image de vue par défilement et un modèle de vue, une image comprise dans le modèle de vue étant une image de paramètre fictif ; copier l'image de vue par défilement et le modèle de vue créés pour obtenir au moins une image de vue par défilement et au moins un modèle de vue ; déterminer au moins une première image sans paramètre fictif qu'un écran doit afficher actuellement ; par rapport à chaque première image sans paramètre fictif, replacer une image de paramètre fictif dans un modèle d'image à l'aide de la première image sans paramètre fictif, de manière à former une première sous-vue ; par rapport à chaque première sous-vue formée, ajouter la première sous-vue à une image de vue par défilement obtenue à partir de l'étape de copie, de manière à former une première vue par défilement, une première vue par défilement comprenant une première sous-vue ; et afficher au moins une première vue par défilement formée sur l'écran.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201510432228.2 | 2015-07-21 | ||
| CN201510432228.2A CN106708478B (zh) | 2015-07-21 | 2015-07-21 | 滚动视图显示方法及装置 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017012488A1 true WO2017012488A1 (fr) | 2017-01-26 |
Family
ID=57833597
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2016/089729 Ceased WO2017012488A1 (fr) | 2015-07-21 | 2016-07-12 | Procédé et appareil d'affichage de vues par défilement |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN106708478B (fr) |
| WO (1) | WO2017012488A1 (fr) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2024235051A1 (fr) * | 2023-05-17 | 2024-11-21 | 华为技术有限公司 | Procédé et terminal de chargement et d'affichage d'image |
Families Citing this family (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109445883A (zh) * | 2017-08-31 | 2019-03-08 | 北京嘀嘀无限科技发展有限公司 | 界面显示系统及方法 |
| CN109684573B (zh) * | 2017-10-18 | 2021-10-15 | 北京京东尚科信息技术有限公司 | 目标图片显示方法及装置、存储介质、电子设备 |
| CN107977150A (zh) * | 2017-10-31 | 2018-05-01 | 阿里巴巴集团控股有限公司 | 一种视图滚动方法、装置以及电子设备 |
| CN112445566B (zh) * | 2020-11-30 | 2024-03-05 | 北京达佳互联信息技术有限公司 | 页面展示方法、装置、电子设备及存储介质 |
| CN114610217B (zh) * | 2022-03-24 | 2024-09-13 | 闪耀现实(无锡)科技有限公司 | 用于显示视图的方法、装置和头戴显示设备 |
| CN117149036B (zh) * | 2023-08-31 | 2024-09-27 | 重庆赛力斯新能源汽车设计院有限公司 | 基于iOS滑动视图的无数据占位视图实现方法及装置 |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20100042678A1 (en) * | 2008-08-12 | 2010-02-18 | Samsung Electronics Co., Ltd. | Method and apparatus for providing/receiving user interface using user interface directory |
| CN103914450A (zh) * | 2012-12-31 | 2014-07-09 | 北京新媒传信科技有限公司 | 移动终端平台中网页图片呈现方法和装置 |
| CN104346386A (zh) * | 2013-07-31 | 2015-02-11 | 株式会社理光 | 云端服务器以及图像显示系统 |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9733819B2 (en) * | 2011-12-14 | 2017-08-15 | Facebook, Inc. | Smooth scrolling of a structured document presented in a graphical user interface with bounded memory consumption |
| US9454349B2 (en) * | 2011-12-20 | 2016-09-27 | Microsoft Technology Licensing, Llc | User interface placeholders for application extensions |
-
2015
- 2015-07-21 CN CN201510432228.2A patent/CN106708478B/zh active Active
-
2016
- 2016-07-12 WO PCT/CN2016/089729 patent/WO2017012488A1/fr not_active Ceased
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20100042678A1 (en) * | 2008-08-12 | 2010-02-18 | Samsung Electronics Co., Ltd. | Method and apparatus for providing/receiving user interface using user interface directory |
| CN103914450A (zh) * | 2012-12-31 | 2014-07-09 | 北京新媒传信科技有限公司 | 移动终端平台中网页图片呈现方法和装置 |
| CN104346386A (zh) * | 2013-07-31 | 2015-02-11 | 株式会社理光 | 云端服务器以及图像显示系统 |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2024235051A1 (fr) * | 2023-05-17 | 2024-11-21 | 华为技术有限公司 | Procédé et terminal de chargement et d'affichage d'image |
Also Published As
| Publication number | Publication date |
|---|---|
| CN106708478A (zh) | 2017-05-24 |
| CN106708478B (zh) | 2020-06-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2017012488A1 (fr) | Procédé et appareil d'affichage de vues par défilement | |
| US10459607B2 (en) | Expandable application representation | |
| RU2606055C2 (ru) | Система рабочего стола и способ и устройство для взаимодействия с интерфейсом для мобильного терминала | |
| CN106303740B (zh) | 智能电视的桌面导航系统及该系统的实现方法 | |
| US20140165001A1 (en) | Adaptive Presentation of Content Based on User Action | |
| US20150286351A1 (en) | Expandable Application Representation, Activity Levels, and Desktop Representation | |
| EP3528140A1 (fr) | Procédé de traitement d'images, dispositif, dispositif électronique et interface utilisateur graphique | |
| KR20160143752A (ko) | 확장가능한 애플리케이션 표시 및 태스크바 | |
| US20140164985A1 (en) | Predictive Directional Content Queue | |
| US20140164923A1 (en) | Intelligent Adaptive Content Canvas | |
| US20170235706A1 (en) | Effecting multi-step operations in an application in response to direct manipulation of a selected object | |
| KR20140126327A (ko) | 애플리케이션의 썸네일-이미지 선택 기법 | |
| JP2012037974A (ja) | 表示制御装置、表示制御方法、プログラム及び記憶媒体 | |
| US10353988B2 (en) | Electronic device and method for displaying webpage using the same | |
| US20150248722A1 (en) | Web based interactive multimedia system | |
| CN105094557A (zh) | 一种显示控制方法及装置、电子设备 | |
| CN105378627A (zh) | 可扩展应用表示和发送内容 | |
| CN112836086B (zh) | 一种视频处理方法、装置和电子设备 | |
| WO2018112924A1 (fr) | Procédé d'affichage d'informations, dispositif et dispositif terminal | |
| CN112181252A (zh) | 截屏方法、装置及电子设备 | |
| CN117314585A (zh) | 书籍信息处理方法、装置、设备和存储介质 | |
| CN105096236A (zh) | 一种图片的缩略图加载方法及电子设备 | |
| CN112445400A (zh) | 视觉图形创建方法、装置、终端及计算机可读存储介质 | |
| US20160147721A1 (en) | Concurrently Supporting Both Document-Based and Object-Based Undo Operations | |
| CN106293331B (zh) | 一种浏览图片的方法及装置 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 16827179 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 16827179 Country of ref document: EP Kind code of ref document: A1 |