WO2017012488A1 - 滚动视图显示方法及装置 - Google Patents
滚动视图显示方法及装置 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
本申请实施例提供一种滚动视图显示方法及装置,用以解决现有的滚动视图显示中存在的内存消耗量大的问题。该方法包括:创建滚动视图框架和视图模板,所述视图模板中包含的图片为占位图片;利用创建的滚动视图框架和视图模板复制出至少一个滚动视图框架和至少一个视图模板;确定当前屏幕需要显示的至少一张第一非占位图片;针对每一第一非占位图片,利用该第一非占位图片替换一个视图模板中的占位图片,形成一个第一子视图;针对形成的每一第一子视图,将该第一子视图添加到复制出的一个滚动视图框架中,形成一个第一滚动视图,其中,一个第一滚动视图中包含一个第一子视图;在屏幕中显示形成的至少一个第一滚动视图。
Description
本申请要求2015年07月21日递交的申请号为201510432228.2、发明名称为“滚动视图显示方法及装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
本申请涉及计算机技术领域,尤其涉及一种滚动视图显示方法及装置。
随着终端设备屏幕的越来越大,在一屏范围内可以呈现多个信息展示区,同时随着多点触控技术的出现以及在终端设备上的成功应用,使得用户在同一时刻对所述多个信息展示区分别进行诸如滑动、点击的操作成为可能。
上述信息展示区具体展示的对象可以为滚动视图。滚动视图可以支持左右或上下滑动操作。一个滚动视图中包含至少两个子视图,子视图中可以展现图片及文字信息。若在滚动视图当前显示的子视图上执行向左或向右的滑动操作,则可以轮流播放该滚动视图中包含的子视图。
在针对一个滚动视图执行滑动操作时,每滑动一次就要加载一个子视图,这将引起设备较大的内存消耗,为了减少内存的消耗,采用了视图复用技术,也即将因滑动操作从屏幕移出的子视图保存起来,在再次需要该子视图时,从保存的子视图中直接取出该子视图并使用。
上述视图复用技术在一定程度上减少了内存的消耗。然而,多触控技术使得一屏中可以展示多个滚动视图,并且可以同时对一屏中展示的多个滚动视图进行上下快速滑动,该上下快速滑动以在当前屏幕中展示新的滚动视图,展示的每个滚动视图中所包含的所有子视图均要加载并保存,即使采用上述视图复用技术,在数量如此之多的滚动视图下,设备的内存也很快被消耗殆尽,进而使得滚动视图的显示出现卡顿,直至闪退。
发明内容
本申请实施例提供一种滚动视图显示方法及装置,用以解决现有的滚动视图显示中存在的内存消耗量大的问题。
一种滚动视图显示方法,包括:
创建滚动视图框架和视图模板,所述视图模板中包含的图片为占位图片;
利用创建的滚动视图框架和视图模板复制出至少一个滚动视图框架和至少一个视图模板;
确定当前屏幕需要显示的至少一张第一非占位图片;
针对每一第一非占位图片,利用该第一非占位图片替换一个视图模板中的占位图片,形成一个第一子视图;
针对形成的每一第一子视图,将该第一子视图添加到复制出的一个滚动视图框架中,形成一个第一滚动视图,其中,一个第一滚动视图中包含一个第一子视图;
在屏幕中显示形成的至少一个第一滚动视图。
一种滚动视图显示装置,包括:
创建单元,用于创建滚动视图框架和视图模板,所述视图模板中包含的图片为占位图片;
复制单元,用于利用创建的滚动视图框架和视图模板复制出至少一个滚动视图框架和至少一个视图模板;
确定单元,确定当前屏幕需要显示的至少一张第一非占位图片;
子视图形成单元,用于针对每一第一非占位图片,利用该第一非占位图片替换一个视图模板中的占位图片,形成一个第一子视图;
滚动视图形成单元,用于针对形成的每一第一子视图,将该第一子视图添加到复制出的一个滚动视图框架中,形成一个第一滚动视图,其中,一个第一滚动视图中包含一个第一子视图;
显示单元,用于在屏幕中显示形成的至少一个第一滚动视图。
在本申请实施例的方案中,事先创建了滚动视图框架和视图模板,该视图模板中包括占位图片,后续利用该视图模板形成第一子视图,减少了内存的占用,同时,进行滚动视图的显示时,并非立即加载构成当前屏幕显示的各滚动视图的所有子视图,而是根据当前屏幕需要显示的非占位图片,生成包含一个第一子视图的第一滚动视图并显示,从而解决了现有技术在加载滚动视图时存在的内存消耗大的问题,加快了滚动视图的加载及显示速度。
图1为本申请实施例一提供的滚动视图显示方法流程图;
图2为本申请实施例一提供的滚动视图示意图;
图3为本申请实施例二提供的滚动视图显示方法流程图;
图4为本申请实施例三提供的滚动视图显示装置的结构示意图。
本申请实施例提供一种滚动视图显示方法及装置,用以解决现有的滚动视图显示中存在的内存消耗量大的问题。
以下结合说明书附图对本申请的优选实施例进行说明,应当理解,此处所描述的优选实施例仅用于说明和解释本申请,并不用于限定本申请。并且在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互组合。
实施例一
如图1所示,其为本申请实施例一的滚动视图显示方法流程图,包括以下步骤:
步骤101:创建滚动视图框架和视图模板,所述视图模板中包含的图片为占位图片;
其中,滚动视图框架提供自动滚动及缩放功能,能支持子视图的滚动操作。滚动视图框架和视图模板是用来构建滚动视图的。通常,将子视图添加到滚动视图框架,可构成滚动视图。
所述滚动视图框架的尺寸是根据当前屏幕的宽和高以及确定一屏内需要显示的滚动视图的个数来确定的;
所述占位图片是视图模板在没有真实的图片的情况下进行布局时使用的图片,该图片数据量较小。
此外,在滚动视图中包含文字时,所述视图模板中还包括文字框,以及文字大小和样式信息;
步骤102:将所述滚动视图框架和视图模板放入到缓存;
由于处理器可以快速地从缓存中存取数据,上述滚动视图框架和视图模板又是频繁被用来构建显示在屏幕上的滚动视图的,因此,将所述滚动视图框架和视图模板加载到缓存,有利于处理器快速从缓存中取出所述滚动视图框架和视图模板,进而在下述步骤中快速地形成第一滚动视图并显示;
需要说明的是,本步骤102是本申请实施例的优选步骤,目的是为了加快滚动视图的形成速度;
步骤103:利用创建的滚动视图框架和视图模板复制出至少一个滚动视图框架和至
少一个视图模板;
这里形成的滚动视图框架以及滚动视图模板的个数可以与一屏内显示的第一滚动视图的个数相同;
复制视图模板的目的是,为了后续利用复制的视图模板生成第一子视图;复制视图模板的目的是,利用复制的滚动视图框架和生成的第一子视图生成第一滚动视图。
若步骤102中,将创建的滚动视图框架和视图模板放入了缓存中,则本步骤103中具体包括:
从缓存查找所述滚动视图框架和视图模板,利用查找到的滚动视图框架复制出至少一个滚动视图框架,以及复制出至少一个视图模板;
步骤104:确定当前屏幕需要显示的至少一张第一非占位图片;
这里确定的第一非占位图片是构成当前屏幕将要显示的第一子视图中的图片。
这里确定第一非占位图片的目的是,为了形成当前屏幕将要显示的第一子视图。
具体的,可以先确定当前屏幕需要显示的至少一张非占位图片的图片链接,之后根据所述图片链接,获取相应的图片。
通常,一张非占位图片具有一个图片链接,因此,在获知需要显示的非占位图片的图片链接时,就可以从网络中下载该非占位图片。
步骤105:针对确定的每一第一非占位图片,利用该第一非占位图片替换一个视图模板中的占位图片,生成一个第一子视图;
这里将一张非占位图片替换掉一个视图模板的占位图片,就可以得到一个第一子视图。若上述步骤103中复制出的视图模板的个数有4个,步骤104中确定了4张非占位图片,则本步骤105中,可以生成4个第一子视图;
若在步骤101中所述视图模板还包括文字框,以及文字大小和样式信息,则在上述步骤104中,还需要确定与当前屏幕需要显示的至少一张非占位图片对应的文字信息;此时,本步骤105中具体包括:
针对确定的每一张第一非占位图片以及对应的文字信息,利用该第一非占位图片替换所述视图模板中的占位图片,将该对应的文字信息按照所述文字大小和样式信息填充在所述文字框中,生成第一子视图。此时,生成的第一子视图既有第一非占位图片又有文字。
步骤106:针对形成的每一第一子视图,将该第一子视图添加到复制出的一个滚动视图框架中,形成一个第一滚动视图;
这里,若形成的第一子视图的数量为4,复制出的滚动视图框架的数量也为N,则步骤106中可以形成4个第一滚动视图。
步骤107:在屏幕中显示形成的至少一个第一滚动视图。
下面通过举例对上述步骤107中形成的第一滚动视图进行说明:
图2中给出了一屏中包含四个滚动视图时的示意图。其中,虚线表示的各第二子视图是指可以通过左右滑动操作滑出并显示到屏幕上的子视图。在假设完整的滚动视图A包含第一子视图A1、第二子视图A2、第二子视图A3及第二子视图A4;完整的滚动视图B包含子视图第一B1、第二子视图B2、第二子视图B3及第二子视图B4;完整的滚动视图C包含第一子视图C1、第二子视图C2、第二子视图C3及第二子视图C4,完整的滚动视图D包含子视图第一D1、子视图D2、第二子视图D3及第二子视图D4时,现有技术的视图显示技术将完整的滚动视图A、完整的滚动视图B、完整的滚动视图C和完整的滚动视图D包含的全部子视图都直接利用非占位图片生成及加载出来,但显示在屏幕上的是第一子视图A1、第一子视图B1、第一子视图C1和第一子视图D1,而本申请中生成及加载的第一滚动视图A仅包括第一子视图A1、第一滚动视图B仅包括第一子视图B1、第一滚动视图C仅包括第一子视图C1、第一滚动视图D仅包括第一子视图D1,也即仅加载滚动视图的第一子视图,因为此时还不确定用户是否需要浏览该滚动视图的各第二子视图,因此,不需要加载也不影响用户浏览。
通常用户仅先粗略地浏览的滚动视图的第一子视图,在对第一子视图感兴趣后才会对该第一子视图执行滑动操作,实现继续浏览该滚动视图的各第二子视图,因此,本申请实施例的方案,显示包括第一子视图的第一滚动视图的方案,能较好地解决现有的滚动视图显示中存在的内存消耗量大的问题,使得滚动视图的形成、加载及显示的速度较快,并且不影响用户体验。
较佳的,所述方法还包括:
在所述第一滚动视图滑出屏幕的可视区域时,释放该第一滚动视图占用的内存。
由于在第一滚动视图滑出屏幕的可视区域时,就释放了该第一滚动视图占用的内存,因此实现了内存的回收,最大程度上节约了内存资源。
考虑到用户可能会对当前屏幕显示的第一滚动视图感兴趣,对该第一滚动视图执行滑动操作,以便获得更多的信息,较佳的,所述方法还包括以下步骤:
步骤a:监测用户针对当前显示的第一滚动视图的滑动操作;
这里,可以通过在检测到用户针对某一第一滚动视图的手指触摸事件之后,可以设
置一个计时器,若在计时器到达设定值前发生了手指移动事件,则确定用户针对该第一滚动视图进行了滑动操作。
步骤b:在监测到用户针对某一第一滚动视图进行左右滑动时,确定至少一个第二非占位图片;
滑动第一滚动视图中的第一子视图之后,应该切换该第一子视图至第二子视图,这里的第二非占位图片即为用于形成第二子视图的图片。
假设在本步骤b中监测到用户针对第一滚动视图A中的第一子视图进行左右滑动时,则此时确定的第二非占位图片可以为用于构成第二子视图A2的图片a2、构成第二子视图A3的图片a3和用于构成第二子视图A4的图片a4。
步骤c:利用创建的视图模板复制出至少一个视图模板;
这里在用户滑动第一滚动视图时,需要将该第一滚动视图的子视图切换至第二子视图,然而,第一滚动视图中并没有添加第二子视图,因此,这里需要复制视图模板,进而利用复制的视图模板和步骤b中确定的的第二非占位图片,生成第二子视图。
步骤d:针对确定的每一第二非占位图片,使用该第二非占位图片替换视图模板中的占位图片,生成第二子视图;
沿用步骤b中的例子,这里形成的第二子视图即为第二子视图A2、第二子视图A3和第二子视图A4。
步骤e:将生成的各第二子视图添加到第一滚动视图中,形成第二滚动视图;
沿用步骤d中的例子,这里形成的第二滚动视图即为包括子视图A1、子视图A2、子视图A3和子视图A4的完整的滚动视图。
步骤f:显示形成的该第二滚动视图。
上述步骤a至步骤e中,体现的是在用户真正对某一第一滚动视图感兴趣(用户针对该第一滚动视图进行了左右滑动操作,说明用户对该第一滚动视图感兴趣)时,才加载该第一滚动视图的各第二子视图,以及利用生成的各第二子视图来形成第二滚动视图,相对于现有技术而言,由于仅加载并形成用户感兴趣的第二滚动视图(也即完整的滚动视图),因此,不影响用户体验的同时,减少了内存的占用,提高了对用户左右滑动手势的响应速度。
上述步骤b中,确定至少一个第二非占位图片,具体包括:
第一步:确定至少一个第二非占位图片的图片链接;
第二步:利用所述图片链接从网络中下载至少一个第二非占位图片。
由于是在用户开始滑动第一滚动视图时,从网络中下载用于构成该第一滚动视图的各第二子视图的第二非占位图片,因此,相对于现有技术的不管不论用户是否开始滑动滚动视图,将至少一个第二非占位图片均从网络中下载下来而言,节约了网络流量和电池电量。
仍沿用图2中所示的滚动视图,一屏中显示4个滚动视图,每个完整的滚动视图均包括4个子视图,在显示一屏滚动视图时就需要从网络中下载16张图片,在上下滑动时会产生N屏滚动视图,就需要从网络中下载16N张图片,这将耗费较多的网络流量和电池电量;而采用本申请实施例的方案,下载构成用户进行了滑动操作的第一滚动视图的各第二子视图的第二非占位图片,也即用户感兴趣的第一滚动视图,而用户通常情况下仅会对屏幕中显示的第一滚动视图中的部分(例如M个第一滚动视图,M通常情况下远小于4N)第一滚动视图产生兴趣并进行左右滑动操作,因此,仅需要下载4M张图片,相比与现有技术的下载16N张图片,耗费的网络流量和电池电量相对较少,提升了用户体验。
此外,在申请实施例的方案中,还可以通过对屏幕进行上下滑动的速度的监控,来对内存消耗和网络流量进行进一步优化,下面通过实施例二的方案进行说明。
实施例二
如图3所示,其为本申请实施例二中的滚动视图显示方法流程图,包括以下步骤:
步骤301:创建滚动视图框架和视图模板,所述视图模板中包含的图片为占位图片;
步骤302:将所述滚动视图框架和视图模板加载到缓存;
步骤303:利用创建的滚动视图框架和视图模板复制出至少一个滚动视图框架和至少一个视图模板;
上述步骤301至步骤303与实施例一中的步骤101至步骤103具体细节相同,这里不再赘述。
步骤304:监测用户针对屏幕进行上下滑动的速度;
步骤305:判断监测到的速度是否大于设定值;若否,则执行步骤306;若是,则执行步骤307;
所述设定值可以通过对用户上下滑动速度及对第一滚动视图的感兴趣与否进行学习得到;
步骤306:确定当前屏幕需要显示的至少一张第一非占位图片;之后执行步骤308;
考虑到用户对屏幕进行上下滑动的速度越小,表明用户对当前屏幕中需要显示的第一滚动视图感兴趣的程度越大,因此,本步骤306中需要对构成当前屏幕需要显示的第一子视图的第一非占位图片进行确定,进而在后续步骤中形成第一滚动视图,满足用户的需求。
步骤307:针对复制出的每一滚动视图框架,将一个视图模板添加到该滚动视图框架中,形成一个第三滚动视图;之后执行步骤309;
考虑到用户对屏幕进行上下滑动的速度越大,表明用户对当前屏幕中显示的第一滚动视图感兴趣的程度越小,因此,本步骤307中并不对构成当前屏幕需要显示的第一子视图的第一非占位图片进行确定,仅是将包含有占位图片的视图模板添加到滚动视图框架,形成第三滚动视图;由于不进行第一非占位图片的确定,也即不需要从网络中下载相应的图片,因此,节约了网络流量的同时,也减少了内存的消耗,提高了对用户上下滑动手势的响应速度,使得第三滚动视图的显示较为流畅。
步骤308:针对确定的每一第一非占位图片,利用该第一非占位图片替换一个视图模板中的占位图片,生成第一子视图;之后执行步骤310;
步骤309:在屏幕中显示形成的各第三滚动视图。
本步骤309中在屏幕上看到的即为包含占位图片的第三滚动视图;
步骤310:针对复制出的每一滚动视图框架,将一个第一子视图添加到该滚动视图框架,形成第一滚动视图;之后执行步骤311;
步骤311:在屏幕中显示形成的至少一个第一滚动视图。
通俗地说,本申请实施例二的方案也即为:当用户快上下滑动速度较快时,直接利用视图模板和滚动视图框架形成第三滚动视图,并不创建第一子视图和第二子视图;当用户快上下滑动速度较慢时,才利用复制出的视图模板来创建第一子视图,并将该第一子视图添加到滚动视图框架中,形成并显示第一滚动视图。
通过本申请实施例二的方案,对用户针对屏幕进行上下滑动操作时的视图显示进行了优化,根据对上下滑动的速度来确定是否需要进行第一滚动视图的创建,不影响用户对感兴趣的第一滚动视图的浏览的同时节约了网络流量的同时提高了对用户上下滑动手势的响应速度,使得第一滚动视图及第三滚动视图的显示较为流畅,提高了用户体验。
本申请实施方式尤其适合于针对智能终端的多滚动视图显示。其中,智能终端可以包括但是不局限于:功能手机、智能手机、掌上电脑、个人电脑(PC)、车载电脑、平板电脑或个人数字助理(PDA)等等。
实施例三
基于与实施例一及实施例二的同一发明构思,本申请实施例三提供了一种滚动视图显示装置,其结构示意图如图4所示,包括:
创建单元41,用于创建滚动视图框架和视图模板,所述视图模板中包含的图片为占位图片;
复制单元42,用于利用创建的滚动视图框架和视图模板复制出至少一个滚动视图框架和至少一个视图模板;
确定单元43,确定当前屏幕需要显示的至少一张第一非占位图片;
子视图形成单元44,用于针对每一第一非占位图片,利用该第一非占位图片替换一个视图模板中的占位图片,形成一个第一子视图;
滚动视图形成单元45,用于针对形成的每一第一子视图,将该第一子视图添加到复制出的一个滚动视图框架中,形成一个第一滚动视图,其中,一个第一滚动视图中包含一个第一子视图;
显示单元46,用于在屏幕中显示形成的至少一个第一滚动视图。
较佳的,所述装置还包括:
监测单元47,用于监测用户针对当前显示的第一滚动视图中的第一子视图的滑动操作;
所述确定单元43,还用于在监测到用户针对某一第一子视图进行滑动操作时,确定至少一张第二非占位图片;
所述复制单元42,还用于利用创建的视图模板复制出至少一个视图模板;
所述子视图形成单元44,还用于针对确定的每一第二非占位图片,使用该第二非占位图片替换复制出的一个视图模板中的占位图片,生成一个第二子视图;
所述滚动视图形成单元45,还用于将生成的各第二子视图添加到该第一子视图所在的第一滚动视图中,形成第二滚动视图;
所述显示单元46,还用于在屏幕中显示形成的第二滚动视图中的第二子视图。
较佳的,所述装置还包括:
监测单元47,用于监测用户针对屏幕进行上下滑动的速度;
判断单元48,用于判断监测到的速度是否大于设定值;
所述确定单元43,具体用于在监测单元监测到上下滑动的速度不大于设定值时,确
定当前屏幕需要显示的至少一张第一非占位图片。
较佳的,所述滚动视图形成单元45,还用于在监测到的速度大于设定值时,针对复制出的每一滚动视图框架,将一个视图模板添加到该滚动视图框架中,形成一个第三滚动视图;
所述显示单元46,还用于在屏幕中显示形成的各第三滚动视图。
较佳的,所述装置还包括:
释放单元49,用于在所述第一滚动视图滑出屏幕的可视区域时,释放该第一滚动视图占用的内存。
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到本申请实施例可以通过硬件实现,也可以借助软件加必要的通用硬件平台的方式实现。基于这样的理解,本申请实施例的技术方案可以以软件产品的形式体现出来,该软件产品可以存储在一个非易失性存储介质(可以是CD-ROM,U盘,移动硬盘等)中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请各个实施例所述的方法。
本领域技术人员可以理解附图只是一个优选实施例的示意图,附图中的模块或流程并不一定是实施本申请所必须的。
本领域技术人员可以理解实施例中终端中的模块可以按照实施例描述进行分布于实施例的终端中,也可以进行相应变化位于不同于本实施例的一个或多个终端中。上述实施例的模块可以合并为一个模块,也可以进一步拆分成多个子模块。
上述本申请实施例序号仅仅为了描述,不代表实施例的优劣。
显然,本领域的技术人员可以对本申请进行各种改动和变型而不脱离本申请的精神和范围。这样,倘若本申请的这些修改和变型属于本申请权利要求及其等同技术的范围之内,则本申请也意图包含这些改动和变型在内。
Claims (10)
- 一种滚动视图显示方法,其特征在于,包括:创建滚动视图框架和视图模板,所述视图模板中包含的图片为占位图片;利用创建的滚动视图框架和视图模板复制出至少一个滚动视图框架和至少一个视图模板;确定当前屏幕需要显示的至少一张第一非占位图片;针对每一第一非占位图片,利用该第一非占位图片替换一个视图模板中的占位图片,形成一个第一子视图;针对形成的每一第一子视图,将该第一子视图添加到复制出的一个滚动视图框架中,形成一个第一滚动视图,其中,一个第一滚动视图中包含一个第一子视图;在屏幕中显示形成的至少一个第一滚动视图。
- 如权利要求1所述的方法,其特征在于,所述方法还包括:监测用户针对当前显示的第一滚动视图中的第一子视图的滑动操作;在监测到用户针对某一第一子视图进行滑动操作时,确定至少一张第二非占位图片;利用创建的视图模板复制出至少一个视图模板;针对确定的每一第二非占位图片,使用该第二非占位图片替换复制出的一个视图模板中的占位图片,生成一个第二子视图;将生成的各第二子视图添加到该第一子视图所在的第一滚动视图中,形成第二滚动视图;在屏幕中显示形成的第二滚动视图中的第二子视图。
- 如权利要求1所述的方法,其特征在于,所述方法还包括:监测用户针对屏幕进行上下滑动的速度;判断监测到的速度是否大于设定值;确定当前屏幕需要显示的至少一张第一非占位图片,包括:在监测到上下滑动的速度不大于设定值时,确定当前屏幕需要显示的至少一张第一非占位图片。
- 如权利要求3所述的方法,其特征在于,所述方法还包括:在监测到的速度大于设定值时,针对复制出的每一滚动视图框架,将一个视图模板添加到该滚动视图框架中,形成一个第三滚动视图;在屏幕中显示形成的各第三滚动视图。
- 如权利要求1所述的方法,其特征在于,所述方法还包括:在所述第一滚动视图滑出屏幕的可视区域时,释放该第一滚动视图占用的内存。
- 一种滚动视图显示装置,其特征在于,包括:创建单元,用于创建滚动视图框架和视图模板,所述视图模板中包含的图片为占位图片;复制单元,用于利用创建的滚动视图框架和视图模板复制出至少一个滚动视图框架和至少一个视图模板;确定单元,确定当前屏幕需要显示的至少一张第一非占位图片;子视图形成单元,用于针对每一第一非占位图片,利用该第一非占位图片替换一个视图模板中的占位图片,形成一个第一子视图;滚动视图形成单元,用于针对形成的每一第一子视图,将该第一子视图添加到复制出的一个滚动视图框架中,形成一个第一滚动视图,其中,一个第一滚动视图中包含一个第一子视图;显示单元,用于在屏幕中显示形成的至少一个第一滚动视图。
- 如权利要求6所述的装置,其特征在于,所述装置还包括:监测单元,用于监测用户针对当前显示的第一滚动视图中的第一子视图的滑动操作;所述确定单元,还用于在监测到用户针对某一第一子视图进行滑动操作时,确定至少一张第二非占位图片;所述复制单元,还用于利用创建的视图模板复制出至少一个视图模板;所述子视图形成单元,还用于针对确定的每一第二非占位图片,使用该第二非占位图片替换复制出的一个视图模板中的占位图片,生成一个第二子视图;所述滚动视图形成单元,还用于将生成的各第二子视图添加到该第一子视图所在的第一滚动视图中,形成第二滚动视图;所述显示单元,还用于在屏幕中显示形成的第二滚动视图中的第二子视图。
- 如权利要求6所述的装置,其特征在于,所述装置还包括:监测单元,用于监测用户针对屏幕进行上下滑动的速度;判断单元,用于判断监测到的速度是否大于设定值;所述确定单元,具体用于在监测单元监测到上下滑动的速度不大于设定值时,确定 当前屏幕需要显示的至少一张第一非占位图片。
- 如权利要求8所述的装置,其特征在于,所述滚动视图形成单元,还用于在监测到的速度大于设定值时,针对复制出的每一滚动视图框架,将一个视图模板添加到该滚动视图框架中,形成一个第三滚动视图;所述显示单元,还用于在屏幕中显示形成的各第三滚动视图。
- 如权利要求6所述的装置,其特征在于,所述装置还包括:释放单元,用于在所述第一滚动视图滑出屏幕的可视区域时,释放该第一滚动视图占用的内存。
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 (zh) | 2017-01-26 |
Family
ID=57833597
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2016/089729 Ceased WO2017012488A1 (zh) | 2015-07-21 | 2016-07-12 | 滚动视图显示方法及装置 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN106708478B (zh) |
| WO (1) | WO2017012488A1 (zh) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2024235051A1 (zh) * | 2023-05-17 | 2024-11-21 | 华为技术有限公司 | 一种图片加载显示方法及终端 |
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/zh 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 (zh) * | 2023-05-17 | 2024-11-21 | 华为技术有限公司 | 一种图片加载显示方法及终端 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN106708478A (zh) | 2017-05-24 |
| CN106708478B (zh) | 2020-06-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2017012488A1 (zh) | 滚动视图显示方法及装置 | |
| 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 (en) | Picture processing method, device, electronic device and graphic user interface | |
| 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 (zh) | 一种信息展示方法、装置及终端设备 | |
| 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 |