Embodiments of the present invention relate to the communications field, and in particular, to a media resource loading method, an apparatus, and a terminal.
With rapid development of intelligent terminal technologies, intelligent terminals (including a mobile phone, a tablet computer, an intelligent wear device, a set-top box, and the like) have become essential consumer goods in fast-paced life of young people, and a growing quantity of users entertain themselves and work by using the intelligent terminals, for example, browse web pages, microblog, Moments, or Headlines Today.
On a terminal running an Android system, when an interface of an application such as microblog, Moments, or Headlines Today is being scrolled, a problem that a white block is displayed in a to-be-loaded media resource window occurs when there is a to-be-loaded media resource (such as a picture or a video) on the application interface. The white block problem means that the to-be-loaded media resource cannot be completely loaded when an application interface is being scrolled, and is replaced with a default background (usually a solid color). As shown in
Relatively, a loading control mechanism of a terminal running an IOS system is that a same thread is used for UI displaying and media resource loading, in other words, the UI displaying and the media resource loading are synchronously performed as long as an application interface is being scrolled. To ensure smoothness of UI scrolling, the IOS system limits a speed of the UI scrolling to reduce a quantity of to-be-loaded media resources on a UI. Because the loading control mechanism of the IOS system limits the speed of the scrolling, user experience is affected.
To resolve the foregoing technical problem, the present invention provides a method for controlling media resource loading, and a terminal. In the present invention, whether to load a media resource is dynamically controlled based on a type and a speed of scrolling of a user interface UI (User Interface), so that on the premise of ensuring low energy consumption and UI smoothness, a UI white block problem can be avoided, thereby improving user experience.
A first aspect provides a method for controlling media resource loading, where the method includes: listening to a touchscreen sliding event, where the touchscreen sliding event is the touchscreen sliding event is user interface UI (User Interface) scrolling triggered by a touch sliding operation on a touchscreen; if the touchscreen sliding event is obtained through the listening, detecting whether a current UI inertially scrolls, where there is no touch point on the touchscreen during the inertial scrolling, and a speed of the inertial scrolling is progressively decreased along with scrolling time; measuring the speed of the inertial scrolling when it is detected that the current UI inertially scrolls; and temporarily stopping loading a to-be-loaded media resource on the current UI when a measured initial speed of the inertial scrolling is greater than or equal to a first speed threshold.
With reference to the first aspect, in a first possible implementation of the first aspect, after the temporarily stopping loading a to-be-loaded media resource on the current UI, the method further includes: loading the to-be-loaded media resource on the current UI when the speed of the inertial moving is decreased to be equal to or less than a second speed threshold.
With reference to the first aspect or the first possible implementation of the first aspect, in a second possible implementation of the first aspect, the temporarily stopping loading a to-be-loaded media resource on the current UI includes: determining whether the to-be-loaded media resource on the current UI is a slow media resource, where a time consumed in loading the slow media resource is greater than a time consumed in loading a non-slow media resource; and stopping loading the media resource on the current UI if the media resource on the current UI is a slow media resource.
With reference to the second possible implementation of the first aspect, in a third possible implementation of the first aspect, the method includes: loading the to-be-loaded media resource on the current UI if the to-be-loaded media resource on the current UI is a non-slow media resource.
With reference to the second possible implementation of the first aspect or the third possible implementation of the first aspect, in a fourth possible implementation of the first aspect, the slow media resource includes at least one of the following media resources: a video, a picture whose resolution exceeds a preset threshold, and media data that needs to be remotely obtained.
With reference to the first aspect or the first possible implementation of the first aspect or the second possible implementation of the first aspect or the third possible implementation of the first aspect or the fourth possible implementation of the first aspect, in a fifth possible implementation of the first aspect, the if the touchscreen sliding event is obtained through the listening, detecting whether a current UI inertially scrolls includes: determining, by detecting whether there is a touch point on the touchscreen, whether the current UI inertially scrolls, where the current UI inertially scrolls if no touch point is detected on the touchscreen; or the current UI non-inertially scrolls if a touch point is detected on the touchscreen.
With reference to the first aspect or the first possible implementation of the first aspect or the second possible implementation of the first aspect or the third possible implementation of the first aspect or the fourth possible implementation of the first aspect or the fifth possible implementation of the first aspect, in a sixth possible implementation of the first aspect, the initial speed is a speed of the current UI when the touch point on the touchscreen disappears.
With reference to the first aspect or the first possible implementation of the first aspect or the second possible implementation of the first aspect or the third possible implementation of the first aspect or the fourth possible implementation of the first aspect or the fifth possible implementation of the first aspect or the sixth possible implementation of the first aspect, in a seventh possible implementation of the first aspect, the first speed threshold is equal to the second speed threshold.
With reference to the first aspect or the first possible implementation of the first aspect or the second possible implementation of the first aspect or the third possible implementation of the first aspect or the fourth possible implementation of the first aspect or the fifth possible implementation of the first aspect or the sixth possible implementation of the first aspect, in an eighth possible implementation of the first aspect, the first speed threshold is greater than the second speed threshold.
With reference to the first aspect or the first possible implementation of the first aspect or the second possible implementation of the first aspect or the third possible implementation of the first aspect or the fourth possible implementation of the first aspect or the fifth possible implementation of the first aspect or the sixth possible implementation of the first aspect or the seventh possible implementation of the first aspect or the eighth possible implementation of the first aspect, in a ninth possible implementation of the first aspect, the first speed threshold is 12000 pixels/s.
With reference to the first possible implementation of the first aspect or the second possible implementation of the first aspect or the third possible implementation of the first aspect or the fourth possible implementation of the first aspect or the fifth possible implementation of the first aspect or the sixth possible implementation of the first aspect or the seventh possible implementation of the first aspect or the eighth possible implementation of the first aspect, in a tenth possible implementation of the first aspect, the second speed threshold is 8000 pixels/s.
A second aspect provides a terminal, where the terminal includes: a listening module, a first detection module, a speed measurement module, a first determining module, and a control module, where
the listening module is configured to listen to a touchscreen sliding event, where the touchscreen sliding event is user interface UI (User Interface) scrolling triggered by a touch sliding operation on a touchscreen;
the first detection module is configured to: if the touchscreen sliding event is obtained by the listening module through the listening, detect whether a current UI inertially scrolls, where there is no touch point on the touchscreen during the inertial scrolling, and a speed of the inertial scrolling is progressively decreased along with scrolling time;
the speed measurement module is configured to measure the speed of the inertial scrolling when the first detection module detects that the current UI inertially scrolls; the first determining module is configured to determine whether an initial speed, measured by the speed measurement module, of the inertial scrolling is greater than or equal to a first speed threshold; and
the control module is configured to temporarily stop loading a to-be-loaded media resource on the current UI when the first determining module determines that the initial speed is greater than or equal to the first speed threshold.
With reference to the second aspect, in a first possible implementation of the second aspect, the terminal further includes a second determining module; and
the second determining module is configured to: after the control module temporarily stops loading the to-be-loaded media resource on the current UI, determine whether the speed, measured by the speed measurement module, of the inertial scrolling is decreased to be equal to or less than a second speed threshold.
With reference to the first possible implementation of the second aspect, in a second possible implementation of the second aspect, the control module is further configured to resume the loading of the to-be-loaded media resource on the current UI when the second determining module determines that the speed of the inertial scrolling is decreased to be equal to or less than the second speed threshold.
With reference to the second aspect or the first possible implementation of the second aspect or the second possible implementation of the second aspect, in a third possible implementation of the second aspect, the first speed threshold is 12000 pixels/s.
With reference to the first possible implementation of the second aspect or the second possible implementation of the second aspect or the third possible implementation of the second aspect, in a fourth possible implementation of the second aspect, the second speed threshold is 8000 pixels/s.
A third aspect provides a terminal, where the terminal includes: a listening module, a first detection module, a second detection module, a speed measurement module, a first determining module, and a control module, where
the listening module is configured to listen to a touchscreen sliding event, where the touchscreen sliding event is user interface UI (User Interface) scrolling triggered by a touch sliding operation on a touchscreen;
the first detection module is configured to: if the touchscreen sliding event is obtained by the listening module through the listening, detect whether a current UI inertially scrolls, where there is no touch point on the touchscreen during the inertial scrolling, and a speed of the inertial scrolling is progressively decreased along with scrolling time;
the speed measurement module is configured to measure the speed of the inertial scrolling when the first detection module detects that the current UI inertially scrolls:
the first determining module is configured to determine whether an initial speed, measured by the speed measurement module, of the inertial scrolling is greater than or equal to a first speed threshold:
the second detection module is configured to: when the first determining module determines that the initial speed is greater than or equal to the first speed threshold, detect whether a to-be-loaded media resource on the current UI is a slow media resource; and
the control module is configured to temporarily stop loading the to-be-loaded media resource on the current UI when the second detection module detects that the to-be-loaded media resource on the current UI is a slow media resource.
With reference to the third aspect, in a first possible implementation of the third aspect, the terminal further includes a second determining module; and
the second determining module is configured to: after the control module temporarily stops loading the to-be-loaded media resource on the current UI, determine whether the speed, measured by the speed measurement module, of the inertial scrolling is decreased to be equal to or less than a second speed threshold.
With reference to the first possible implementation of the third aspect, in a second possible implementation of the third aspect, the control module is further configured to resume the loading of the to-be-loaded media resource on the current UI when the second determining module determines that the speed of the inertial scrolling is decreased to be equal to or less than the second speed threshold.
With reference to the third aspect or the first possible implementation of the third aspect or the second possible implementation of the third aspect, in a third possible implementation of the third aspect, the first speed threshold is 12000 pixels/s.
With reference to the first possible implementation of the third aspect or the second possible implementation of the third aspect or the third possible implementation of the third aspect, in a fourth possible implementation of the third aspect, the second speed threshold is 8000 pixels/s.
A fourth aspect provides a terminal, where the terminal includes: a listening module, a first detection module, a speed measurement module, a first determining module, and a processing module, where the listening module is configured to listen to a touchscreen sliding event; the first detection module is configured to: when the touchscreen sliding event is obtained by the listening module through the listening, detect whether a user interface UI (User Interface) inertially scrolls; the speed measurement module is configured to measure a speed of the inertial scrolling when the first detection module detects that the UI inertially scrolls: the first determining module is configured to determine whether an initial speed, measured by the speed measurement module, of the inertial scrolling is greater than a first speed threshold: and the processing module is configured to stop loading a to-be-loaded media resource on the UI when the first determining module determines that the initial speed is greater than the first speed threshold.
With reference to the fourth aspect, in a first possible implementation of the fourth aspect, the terminal further includes a second determining module; and the second determining module is configured to: after the processing module stops loading the to-be-loaded media resource on the UI, determine whether the speed of the inertial scrolling measured by the speed measurement module is decreased to be equal to or less than a second speed threshold.
With reference to the first possible implementation of the fourth aspect, in a second possible implementation of the fourth aspect, the processing module is further configured to resume the loading of the to-be-loaded media resource on the UI when the second determining module determines that the speed of the inertial scrolling is decreased to be equal to or less than the second speed threshold.
A fifth aspect provides a terminal, where the terminal includes: a touchscreen, a storage module, and a processing module. The touchscreen is configured to: receive a touch behavior that is input, and generate, based on the touch behavior that is input, a corresponding signal input that is related to function control; the storage module is configured to store a programmable instruction; and the processing module is configured to invoke the programmable instruction stored in the storage module, to perform: listening to a touchscreen sliding event; when the touchscreen sliding event is obtained through the listening, detecting whether a user interface UI (User Interface) inertially scrolls; measuring a speed of the inertial scrolling when it is detected that the UI inertially scrolls; determining whether an initial speed of the inertial scrolling is greater than a first speed threshold; and stopping loading a to-be-loaded media resource on the UI when the initial speed is greater than the first speed threshold.
With reference to the fifth aspect, in a first possible implementation of the fifth aspect, the processing module invokes the programmable instruction stored in the storage module, further to resume the loading of the to-be-loaded media resource on the UI when the speed of the inertial moving is decreased to be equal to or less than a second speed threshold.
With reference to the fifth aspect or the first possible implementation of the fifth aspect, in a second possible implementation of the fifth aspect, the processing module invokes the programmable instruction stored in the storage module, further to: if the initial speed is greater than the first speed threshold, detect whether the to-be-loaded media resource is a slow media resource; and stop loading the media resource on the UI when it is detected that the to-be-loaded media resource is a slow media resource; keep loading the to-be-loaded media resource on the UI when it is detected that the to-be-loaded media resource is a non-slow media resource.
In the embodiments of the present invention, a media resource loading behavior is dynamically controlled based on the inertial scrolling of the user interface UI (User Interface) and whether the scrolling speed is greater than a preset speed threshold, so that on the premise of ensuring the low energy consumption and the UI smoothness, the UI white block problem can be avoided and a UI scrolling speed can be prevented from being limited, thereby improving user experience.
To describe the technical solutions in the embodiments of the present invention more clearly, the following briefly describes the accompanying drawings required for describing the embodiments. Apparently, the accompanying drawings in the following description show merely some embodiments of the present invention, and persons of ordinary skill in the art may still derive other drawings from these accompanying drawings without creative efforts.
The following clearly describes the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Apparently, the described embodiments are merely some but not all of the embodiments of the present invention. All other embodiments obtained by persons of ordinary skill in the art based on the embodiments of the present invention without creative efforts shall fall within the protection scope of the present invention.
An embodiment of the present invention provides a method for controlling media resource loading. As shown in
S110: Listen to a touchscreen sliding event, where the touchscreen sliding event refers to an event triggered by a touch sliding operation on a touchscreen. Optionally, a sliding event triggered by a physical key operation is listened to. During specific implementation, a scrolling operation on an application interface may be controlled by sliding on the touchscreen, or may be controlled by a physical key (an up or down arrow key, a volume key, a knob, or the like) operation.
S120: When the touchscreen sliding event is obtained through the listening, detect whether a user interface UI (User Interface) inertially scrolls. Optionally, whether the UI inertially scrolls is detected by detecting whether a touch point exists on the touchscreen, specifically: if it is detected that one or more touch points exist on the touchscreen, it is determined that UI scrolling is non-inertial scrolling, namely, hand scrolling; or if it is detected that no touch point exists on the touchscreen, it is determined that UI scrolling is inertial scrolling. The inertial scrolling refers to application interface scrolling caused by inertia when a user uses a finger to quickly slide on a screen to enable an interface to start scrolling and the interface has a relatively high initial speed after the finger leaves the touchscreen. The hand scrolling refers to application interface scrolling caused by a finger of the user sliding on the screen when the finger does not leave the touchscreen.
S130: Measure a speed of inertial scrolling when it is detected that the UI inertially scrolls. During specific implementation, pixel's may be used as a speed unit, that is, a distance (pixels) that a UI is scrolled by per second.
S140: Determine whether an initial speed of the inertial scrolling is greater than a first speed threshold. A speed of the inertial scrolling is monotonically decreased to zero, as shown in
S150: When the initial speed is greater than the first speed threshold, stop loading a to-be-loaded media resource on the UI. Optionally, the media resource usually refers to a picture resource or a video resource, not including a character or a layout. Usually, after the UI scrolling speed reaches a particular numerical value, it is very difficult for the user to identify a media resource on the UI, and there is no essential difference between loading and not loading; on the contrary, energy consumption is increased, affecting smoothness of UI display. When the initial speed of the scrolling is greater than the first speed threshold, stopping loading the to-be-loaded media resource on the UI can reduce the energy consumption and improve the smoothness of the UI display, without reducing user experience. Optionally, the first speed threshold may be selected depending on whether a human eye can identify media resource content during sliding. Optionally, 12000 pixels/s may be selected as the first speed threshold.
The method further includes S160: After the stopping loading a media resource on the UI, the method further includes: resuming the loading of the to-be-loaded media resource on the UI when the speed of the inertial moving is decreased to be equal to or less than a second speed threshold. The loading of the to-be-loaded media resource is stopped because it is difficult for the user to identify the media resource on the UI that is being quickly scrolled. Stopping the loading can reduce the energy consumption and improve the smoothness of the UI display, without reducing user experience. As shown in
Optionally, before the stopping loading a to-be-loaded media resource on the UI, the method further includes: when the initial speed is greater than the first speed threshold, further detecting whether the to-be-loaded media resource is a slow media resource; and when it is detected that the to-be-loaded media resource is a slow media resource, stopping loading the to-be-loaded media resource on the UI. In other words, the loading of the to-be-loaded media resource on the UI is stopped only when both a condition that the initial speed is greater than the first speed threshold and a condition that the to-be-loaded media resource is a slow media resource are satisfied. A fast media resource corresponds to the slow media resource. Usually, the fast media resource, such as a local picture with a low resolution, has a very short loading time, consumes a very small quantity of CPU resources, and does not affect the smoothness of the UI display regardless of whether loading of the fast media resource is synchronous or asynchronous with loading of the UI display. Usually, the slow media resource, such as a picture with a high resolution, a video resource, or network data needing to be remotely obtained, has a relatively long loading time and needs to consume relatively many CPU resources; and performance of the UI display is apparently reduced when a large quantity of slow media resources are loaded. During specific implementation, on an Android system, a resource loaded by using an asynchronous thread may be defined as a slow resource, and another resource is defined as a fast resource.
When the to-be-loaded media resource is a resource with a very low resolution and a very fast loading speed, loading can be complete without occupying many resources, the smoothness of the UI display is not affected, and user experience can be further improved.
Optionally, the first speed threshold and the second speed threshold may be equal or not equal. Preferably, the first speed threshold and the second speed threshold are not equal. For example, 12000 pixels/s is selected as the first speed threshold, and 8000 pixels/s is selected as the second speed threshold.
In this embodiment of the present invention, the loading of the media resource is dynamically controlled based on the speed of the UI inertial scrolling and whether the to-be-loaded media resource is a slow media resource, so that on the premise of ensuring low energy consumption and without affecting the UI smoothness, user experience can be improved when the UI inertially scrolls.
An embodiment of the present invention provides a terminal. As shown in
The listening module 101 is configured to listen to a touchscreen sliding event.
The first detection module 102 is configured to: when the touchscreen sliding event is obtained by the listening module 101 through the listening, detect whether a user interface UI (User Interface) inertially scrolls.
The speed measurement module 103 is configured to measure a speed of the inertial scrolling when the first detection module 102 detects that the UI inertially scrolls.
The first determining module 104 is configured to determine whether an initial speed, measured by the speed measurement module 103, of the inertial scrolling is greater than a first speed threshold.
The second detection module 105 is configured to: when the first determining module 104 determines that the initial speed is greater than the first speed threshold, detect whether a to-be-loaded media resource is a slow media resource.
The second determining module 106 is configured to determine whether the speed of the inertial scrolling measured by the speed measurement module 103 in real time is decreased to be equal to or less than a second speed threshold.
The processing module 107 is configured to: stop loading the to-be-loaded media resource on the UI when the second detection module 105 detects that the to-be-loaded media resource is a slow media resource; or resume the loading of the to-be-loaded media resource on the UI when the second determining module 106 determines that the speed of the inertial scrolling is decreased to be equal to or less than the second speed threshold.
It should be noted that, the modules in this embodiment of the present invention are virtual units, may be mutually integrated, and may be implemented by using hardware, may be implemented by using software, or may be implemented by combining hardware and software. During specific implementation, the listening module, the first detection module, the speed measurement module, the first determining module, the second determining module, and the processing module may be integrated into a processing unit.
According to the terminal provided in this embodiment of the present invention, the loading of the media resource is dynamically controlled based on the speed of the UI inertial scrolling and whether the to-be-loaded media resource is a slow media resource, so that on the premise of ensuring low energy consumption and without affecting UI smoothness, user experience can be improved when the UI inertially scrolls.
An embodiment of the present invention provides a terminal. A difference from the foregoing embodiment is that there is no second detection module. As shown in
The listening module 201 is configured to listen to a touchscreen sliding event.
The first detection module 202 is configured to: when the touchscreen sliding event is obtained by the listening module 201 through the listening, detect whether a user interface UI (User Interface) inertially scrolls.
The speed measurement module 203 is configured to measure a speed of the inertial scrolling when the first detection module 202 detects that the UI inertially scrolls.
The first determining module 204 is configured to determine whether an initial speed, measured by the speed measurement module 203, of the inertial scrolling is greater than a first speed threshold.
The second determining module 205 is configured to determine whether the speed of the inertial scrolling measured by the speed measurement module 203 in real time is decreased to be equal to or less than a second speed threshold.
The processing module 206 is configured to: stop loading a to-be-loaded media resource on the UI when the first determining module determines that the initial speed measured by the speed measurement module 203 is greater than the first speed threshold; or resume loading of a to-be-loaded media resource on the UI when the second determining module 205 determines that the speed of the inertial scrolling is decreased to be equal to or less than the second speed threshold.
It should be noted that, the modules in this embodiment of the present invention are virtual units, may be mutually integrated, and may be implemented by using hardware, may be implemented by using software, or may be implemented by combining hardware and software. During specific implementation, the listening module, the first detection module, the speed measurement module, the first determining module, the second determining module, and the processing module may be integrated into a processing unit.
According to the terminal provided in this embodiment of the present invention, the loading of the media resource is dynamically controlled based on the speed of the UI inertial scrolling and whether the to-be-loaded media resource is a slow media resource, so that on the premise of ensuring low energy consumption and without affecting UI smoothness, user experience can be improved when the UI inertially scrolls.
An embodiment of the present invention provides a terminal. As shown in
The RF circuit 301 is configured to receive and send a communication signal.
The Wi-Fi module 302 is configured to connect to a network and scan a network signal. The RF circuit 301 and/or the Wi-Fi module 302 may be in contact with a radio base station, to obtain a current location coordinate of the intelligent terminal.
The display unit 303 is configured to display a user interaction interface. The display unit 303 may be configured to display information entered by a user or information provided to the user and various menu interfaces of the intelligent terminal. The display unit 303 may include a display panel. Optionally, the display panel may be configured by using an LCD (Liquid Crystal Display, liquid crystal display), an OLED (Organic Light-Emitting Diode, organic light-emitting diode), or the like. During specific implementation, the touch panel covers the display panel, to form a touch display screen to be used as the sliding trigger unit 309 of the terminal 300, and the processor 310 provides a corresponding visual output on the touch display screen according to a type of a touch event.
The input unit 304 may be configured to: receive inputted digital or character information, receive an operation of the user of switching an application programming interface, generate a switching signal, and generate a signal input related to a user setting and function control of the terminal. Specifically, in this embodiment of the present invention, the input unit 304 may include the touch panel, which is also referred to as a touchscreen, and may collect a touch operation of a user on or near the touch panel (such as an operation of a user on the touch panel by using any suitable object or accessory such as a finger or a stylus). The touch panel may be implemented by using a type such as a resistive, capacitive, infrared, or surface sound wave type. In addition to the touch panel, the input unit 304 may include another input device, including but not limited to, one or more of a physical keyboard, a functional key (such as a volume control key or a switch key), a track ball, a mouse, and a joystick.
The first memory 305 stores information about a preset quantity of APPs and interfaces of the terminal. It may be understood that the second memory 306 may be an external memory of the terminal 300, and the first memory 305 may be an internal memory of the intelligent terminal. The first memory 305 may be one of an NVRAM nonvolatile random access memory, a DRAM dynamic random access memory, a SRAM static random access memory, a Flash flash memory, or the like. An operating system running on the intelligent terminal is generally installed on the first memory 305. The second memory 306 may be a hard disk, a compact disc, a USB flash drive, a floppy disk, a tape drive, a cloud server, or the like. Optionally, at present, some APPs of a third party may be installed on the second memory 306.
The power supply 307 may supply power for the entire terminal, and includes lithium batteries of various types.
The GPS module 308 is configured to obtain a location coordinate of the intelligent terminal.
The sliding trigger unit 309 is configured to trigger UI scrolling. During specific implementation, the sliding trigger unit is a touchscreen integrated in the display unit 303.
The processor 310 is a control center of the intelligent terminal, and is connected to various parts of the terminal by using various interfaces and lines. By running or executing a software program and/or module stored in the first memory 305, and invoking data stored in the second memory 306, the processor 310 performs various functions and data processing of the intelligent terminal. Optionally, the processor 310 may include one or more processing units.
Further, the processor 310 invokes the program stored in the first memory 305 and the data stored in the second memory 306, to: listen to a touchscreen sliding event: when the touchscreen sliding event is obtained through the listening, detect whether a user interface UI (User Interface) inertially scrolls: measure a speed of the inertial scrolling when it is detected that the UI inertially scrolls; determine whether an initial speed of the inertial scrolling is greater than a first speed threshold; and stop loading a to-be-loaded media resource on the UI when the initial speed is greater than the first speed threshold.
Further, the processing module 310 invokes the program stored in the first memory 305 and the data stored in the second memory 306, further to resume the loading of the to-be-loaded media resource on the UI when the speed of the inertial moving is decreased to be equal to or less than a second speed threshold.
Further, the processing module 310 invokes the program stored in the first memory 305 and the data stored in the second memory 306, further to: if the initial speed is greater than the first speed threshold, detect whether the to-be-loaded media resource is a slow media resource; and stop loading the media resource on the UI when it is detected that the to-be-loaded media resource is a slow media resource; keep loading the to-be-loaded media resource on the UI when it is detected that the to-be-loaded media resource is a non-slow media resource.
In this embodiment of the present invention, a media resource loading behavior is dynamically controlled based on the inertial scrolling of the user interface UI (User Interface) and whether the scrolling speed is greater than a preset speed threshold; further, when it is determined that the scrolling speed is greater than the preset speed threshold, the media resource loading is further dynamically controlled by detecting whether the to-be-loaded media resource is a slow media resource, so that on the premise of ensuring low energy consumption and UI smoothness, a UI white block problem can be avoided and a UI scrolling speed can be prevented from being limited, thereby improving user experience.
Finally, it should be noted that the foregoing embodiments are merely intended for describing the technical solutions of the present invention, but not for limiting the present invention. Although the present invention is described in detail with reference to the foregoing embodiments, persons of ordinary skill in the art should understand that they may still make modifications to the technical solutions described in the foregoing embodiments or make equivalent replacements to some or all technical features thereof, without departing from the scope of the technical solutions of the embodiments of the present invention.
Number | Date | Country | Kind |
---|---|---|---|
201610942691.6 | Nov 2016 | CN | national |
This application is a continuation of International Application No. PCT/CN2017/080476, filed on Apr. 13, 2017, which claims priority to Chinese Patent Application No. 201610942691.6, filed on Nov. 1, 2016, the disclosure of which is hereby incorporated by reference in its entirety.
Number | Date | Country | |
---|---|---|---|
Parent | PCT/CN2017/080476 | Apr 2017 | US |
Child | 16186855 | US |