WO2017157042A1 - 任务执行进度的显示方法、装置及客户端 - Google Patents

任务执行进度的显示方法、装置及客户端 Download PDF

Info

Publication number
WO2017157042A1
WO2017157042A1 PCT/CN2016/106307 CN2016106307W WO2017157042A1 WO 2017157042 A1 WO2017157042 A1 WO 2017157042A1 CN 2016106307 W CN2016106307 W CN 2016106307W WO 2017157042 A1 WO2017157042 A1 WO 2017157042A1
Authority
WO
WIPO (PCT)
Prior art keywords
progress
preset shape
notification message
bitmap
task
Prior art date
Application number
PCT/CN2016/106307
Other languages
English (en)
French (fr)
Inventor
巫佳明
黄巽
Original Assignee
广州市动景计算机科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 广州市动景计算机科技有限公司 filed Critical 广州市动景计算机科技有限公司
Publication of WO2017157042A1 publication Critical patent/WO2017157042A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs

Definitions

  • the present invention relates to the field of information technology, and in particular, to a method, an apparatus, and a client for displaying a task execution progress.
  • the use of Android is more and more widely used in today's society, and the application of Application (APP) in Android system is more and more diversified.
  • the progress bar displaying the progress of the task is usually displayed in the notification column in the form of a notification message, so that the user can obtain the progress actually completed during the execution of the task.
  • the notification bar usually displays the task processing in the form of a rectangular progress bar when displaying the progress of the APP processing task. Speed, completion, size of remaining completed tasks, and more.
  • the android system displays the progress bar of the APP processing task progress through the notification bar, it is performed by means of reflection, that is, the android system realizes the display of the rectangular progress bar through the ProgressBar control; in the running process of the ProgressBar control, the APP is first acquired.
  • the current processing task progress, and the current processing task progress of the APP as the running parameter value of the ProgressBar control run the ProgressBar control, that is, display the progress bar of the APP processing task in the notification bar.
  • the implementation method based on the above APP processing task progress is usually only displayed by a rectangular progress bar, which results in a single display of the task progress in the notification bar, so that the user cannot have a better user visual experience.
  • the embodiment of the present invention provides a method, a device, and a client for displaying a task execution progress, and the main purpose thereof is to ensure that the progress of various personalized shapes is displayed under the premise that the progress of the current processing task of the APP is displayed in the notification bar.
  • the present invention provides the following technical solutions:
  • the present invention provides a method for displaying a progress of task execution, including:
  • a notification message is created in the notification bar, and the notification message is used to display a progress bitmap of a preset shape associated with the task;
  • a progress bitmap of the preset shape is displayed in the notification message.
  • the present invention provides a display device for performing task progress, including:
  • a creating unit configured to create a notification message in the notification bar corresponding to the task that needs to display the progress, where the notification message is used to display a progress bitmap of a preset shape associated with the task;
  • a drawing unit configured to draw a progress bitmap of the preset shape according to the current execution progress of the task
  • a delivery unit configured to deliver the progress bitmap of the preset shape to the notification message
  • a display unit configured to display a progress bitmap of the preset shape in the notification message.
  • a client is further disclosed, where the client includes a memory
  • the display device of the task execution progress is installed in the memory and includes one or more software function modules executed by the processor, and the display device of the task execution progress includes:
  • a creating unit configured to create a notification message in the notification bar corresponding to the task that needs to display the progress, where the notification message is used to display a progress bitmap of a preset shape associated with the task;
  • a drawing unit configured to draw a progress bitmap of the preset shape according to the current execution progress of the task
  • a delivery unit configured to deliver the progress bitmap of the preset shape to the notification message
  • a display unit configured to display a progress bitmap of the preset shape in the notification message.
  • a computer readable medium having a processor-executable non-volatile program code, the program code causing the processor to perform display of the task execution progress method.
  • the technical solution provided by the embodiment of the present invention has at least the following advantages:
  • the invention provides a method, a device and a client for displaying a progress of task execution, corresponding to a task for displaying a progress, and a notification message for displaying a progress bitmap of a task preset shape in a notification bar, according to the current execution of the task
  • the progress draws a progress bitmap of the pre-set shape and passes the progress bitmap and displays it in the notification message in the notification bar.
  • the present invention can display a progress bitmap of a preset shape drawn according to the current execution progress of the task in the notification message in response to the task requiring the progress to be displayed.
  • Complete the personalized display of the current execution progress of the task avoiding the simplification of the current execution progress display in the notification bar, thereby increasing the user's visual experience.
  • FIG. 1 is a flowchart of a method for displaying a task execution progress according to an embodiment of the present invention
  • FIG. 2 is a flowchart of another method for displaying a task execution progress according to an embodiment of the present invention.
  • FIG. 3 is a schematic diagram showing the display of a notification bar in a mobile intelligent terminal device according to an embodiment of the present invention
  • FIG. 4 is a flowchart of another method for displaying a task execution progress according to an embodiment of the present invention.
  • FIG. 5 is a block diagram showing the composition of a display execution schedule of a task according to an embodiment of the present invention.
  • FIG. 6 is a block diagram showing the composition of another display execution schedule of the task provided by the embodiment of the present invention.
  • FIG. 7 is a block diagram of a display device for performing another task execution progress according to an embodiment of the present invention.
  • FIG. 8 is a structural block diagram of a client provided by an embodiment of the present invention.
  • An embodiment of the present invention provides a method for displaying a task execution progress. As shown in FIG. 1 , the method includes:
  • Step 101 Create a notification message in the notification bar corresponding to the task that needs to display the progress, and the notification message is used to display a progress bitmap of a preset shape associated with the task.
  • the method for creating a notification message corresponding to the task that needs to display the progress in the notification bar may be, but is not limited to, for example, when the task that needs to display the progress is in the android system, the native of the android system may be used.
  • the implementation of the control may be implemented by, but not limited to, the following method: the notification message is bound with a view display file of a preset layout, and the view display file includes an image display control, and the image display control It is a native control that can be placed in the notification bar, which can load and display various types of images.
  • the preset shape is the shape of the progress bitmap set by the user in advance in the application.
  • the progress bitmap of the task pre-set shape is drawn by the task process according to the current progress of the task execution and the preset shape, and the preset shape may be a circle, a triangle, a diamond, a fan, a square, a trapezoid, or the like.
  • the user's preferred shape is not limited by the specific embodiment of the present invention.
  • Step 102 Draw a progress bitmap of the preset shape according to the current execution progress of the task.
  • the task process draws a progress bitmap of the preset shape according to the current execution progress of the task.
  • the drawing process interface can be used to realize the drawing of the progress bitmap of the corresponding defined shape.
  • the main task of the drawing program interface is to exchange information between the system and the drawing program, and process the graphic output of all the applications.
  • the specific drawing program interface is not limited in this embodiment of the present invention, and may be selected according to different operating systems. Choose to use a different drawing program interface.
  • Step 103 Pass the progress bitmap of the preset shape to the notification message.
  • the progress bitmap of the pre-set shape When the progress bitmap of the pre-set shape is delivered to the notification message, any method for realizing picture transfer between different processes may be adopted, which is not limited by the specific embodiment of the present invention.
  • the progress bitmap of the preset shape may be delivered to the notification message by an image delivery control of an operating system; the progress bitmap of the preset shape may also be passed to the notification message by a plug-in program.
  • the progress bitmap of the preset shape may also be passed to the notification message by an image transfer function.
  • Step 104 Display a progress bitmap of the preset shape in the notification message.
  • the progress bitmap of the preset shape when the progress bitmap of the preset shape is displayed in the notification message, the progress bit of the preset shape may be adopted by any method that can display the image in the notification message.
  • the figure is shown in the notification message, and the specific embodiment of the present invention does not limit this.
  • the progress bitmap of the preset shape is displayed in the notification message by an image display control native to the operating system; it can also be implemented by a plug-in or other function.
  • a task corresponding to the progress of the task is created in the notification bar to create a notification message for displaying the progress bitmap of the task preset shape, and a progress bitmap of the preset shape is drawn according to the current execution progress of the task, and The progress bitmap is passed and displayed in the notification message in the notification bar.
  • the present invention can display the progress bitmap of the preset shape drawn according to the current execution progress of the task in the notification message after responding to the task requiring the display progress.
  • the personalized display of the current execution progress of the task is completed, and the simplification of the current execution progress display in the notification bar is avoided, thereby increasing the visual experience of the user.
  • the creation of the notification message and the delivery of the progress bitmap and the display of the progress bitmap can be implemented in various manners, in order to save system resources and simplify the complexity of application development, the embodiment of the present invention
  • the display of the execution progress of the task is implemented by using the control of the operating system.
  • the embodiment of the present invention specifically uses the Android system (android system) as an example for specific description.
  • An embodiment of the present invention provides a method for displaying a task execution progress. As shown in FIG. 2, the method includes:
  • Step 201 Create a notification message in the notification bar corresponding to the task that needs to display the progress, and the notification is cancelled.
  • the information is used to display a progress bitmap of a pre-set shape associated with the task.
  • the android system For the mobile intelligent terminal device, tablet computer, etc. using the android system, when the application (Application, APP) executes the process, in response to the task that needs to display the progress, the android system creates a notification message corresponding to the task in the notification bar, if the response When a plurality of tasks need to display progress, the android system creates a plurality of notification messages corresponding to the tasks in the notification bar, and each of the notification messages corresponds to the task that needs to display the progress.
  • Application Application, APP
  • the android system creates a notification message corresponding to the task in the notification bar, if the response
  • the android system creates a plurality of notification messages corresponding to the tasks in the notification bar, and each of the notification messages corresponds to the task that needs to display the progress.
  • the method may be implemented by, but not limited to, the following method: the notification message is bound with a view display file of a preset layout, and the view display file includes Image display control, the image display control is a native control that can be placed in the notification bar, which can load and display various types of pictures.
  • the purpose of the notification message being bound to the view display file of the preset layout is to “reflect” the progress bitmap of the preset shape according to the current execution progress of the task in step 102 to the image display control, so as to image
  • the display control displays a progress bitmap of the preset shape to achieve a personalized display of the progress bar shape.
  • the view display file of the preset layout is usually an XML file of a preset layout
  • the XML file includes an image display control; wherein the type of the image display control may be, but not limited to, the following content.
  • ImageView control the type of the image display control.
  • the execution body of the embodiment of the present invention is an android system, and the android system in the embodiment of the present invention mainly includes an APP and a notification bar.
  • the execution of the embodiment of the present invention depends on the interaction between the APP and the notification bar.
  • the APP may be a built-in APP of the android system, such as a music, an application store, or the like; or may be an APP installed by the user according to his actual needs, such as a certain chat software, a certain video software, etc., in the embodiment of the present invention.
  • the content of the APP installed in the android system is not limited; the other content included in the android system is not described herein again.
  • Step 202 Draw a progress bitmap of the preset shape according to the current execution progress of the task.
  • the APP obtains the current execution progress of the task, and draws a progress bitmap of the preset shape according to the current execution progress of the acquired task.
  • the preset shape of the progress bitmap may include, but is not limited to, the following shapes, for example: circle, three Angle, diamond, sector, square, trapezoid, etc.
  • the progress bitmap of the preset shape is drawn by the APP corresponding to the task, and the APP accurately draws the progress bitmap according to the current execution progress of the task.
  • you need to create the canvas used to draw the progress bitmap of the preset shape set the properties of the canvas, for example, the color, size, etc. of the canvas; preset shape Color, size, and more.
  • a progress bitmap of a preset shape is drawn, and the purpose is to display progress bars of various personalized shapes in the message notification in the notification column to increase the visual experience of the user.
  • the task of displaying the progress may be one or at least two; generally, the execution speed of the task is often related to the hardware configuration, network speed, and bandwidth of the mobile terminal device.
  • the embodiment of the present invention only describes the display shape of the progress task to be displayed. Therefore, the specific number of the display progress task is not limited in the embodiment of the present invention.
  • Step 203 Pass the progress bitmap of the preset shape to the notification message of the notification bar by using an image delivery control of the operating system.
  • the interaction between the APP and the notification bar is involved to realize the personalized display of the progress bar; since the APP and the notification bar are different processes, the view delivery control is required to implement the cross-process view delivery.
  • the APP transmits the progress bitmap of the preset shape to the notification message of the notification bar through the image delivery control, wherein the image delivery control is bound to the image display control;
  • the image transfer control functions to transfer the progress bitmap of the preset shape during the interaction between the APP and the notification bar.
  • the image display control is respectively bound to the image delivery control and the notification message; the purpose of binding the image display control and the image delivery control is that the APP advances the progress position of the preset shape completed in step 202.
  • the image is passed to the image display control so that the image display control displays the progress bitmap of the preset shape; the purpose of the image display control being bound to the notification message is that the image display control receives the progress bit of the preset shape transmitted by the APP.
  • the notification message created based on the image display control in the notification bar displays the progress bitmap of the preset shape, that is, the display of the progress of the notification message created in the notification bar.
  • Step 204 Display the preview in the notification message by an image display control of an operating system Set the progress bitmap of the shape.
  • FIG. 3 is a schematic diagram showing the display of a notification bar in a mobile intelligent terminal device according to an embodiment of the present invention.
  • the notification bar shown in FIG. 3 includes two startups that require display progress.
  • the tasks that need to display the progress are respectively generated by the application I and the application II, wherein the progress bitmap corresponding to the application I is circular, and the progress bitmap corresponding to the application II is a fan shape;
  • the completion amount of the current execution progress and the remaining completion amount it may also include, but is not limited to, the following contents, for example, displaying the current task execution speed of the task, possibly processing time, and the like.
  • FIG. 3 is only an exemplary example, and the embodiment of the present invention does not limit the number of tasks that need to display progress and the preset shape of the progress bitmap.
  • a notification message for displaying a progress bitmap of the task preset shape is created in the notification bar by the control of the operating system, and the preset shape is drawn according to the current execution progress of the task.
  • the progress bitmap is passed and the progress bitmap is passed and displayed in the notification message in the notification bar.
  • the present invention can display a progress bitmap of a preset shape drawn according to the current execution progress of the task in the notification message in response to the task requiring the progress to be displayed.
  • Complete the personalized display of the current execution progress of the task avoiding the simplification of the current execution progress display in the notification bar, thereby increasing the user's visual experience. It also simplifies program implementation complexity and saves system resources.
  • the APP creates a view delivery file, and the view The pass file includes an image transfer control; during the process of creating the view transfer file, or after creating the completed view transfer file, obtaining a progress bitmap of the preset shape; secondly, according to the progress bitmap of the preset shape and The transmission destination sets a transmission parameter of the image delivery control, and the transmission destination is a notification message of the notification bar; finally, the image delivery control is executed according to the transmission parameter, and the progress bitmap of the preset shape is transmitted to the The notification message implements cross-process delivery of the preset shape progress bitmap.
  • the image passing control contained in the view passing file is a RemoteViews control
  • the RemoteViews control describes the progress bitmap of the preset shape displayed on the notification bar.
  • the progress bitmap of the preset shape includes the transmission origin and the transmission destination during the delivery process.
  • the transmission start map of the preset shape is the APP.
  • the transmission destination of the pre-set shape progress bitmap is a notification message of the notification bar; the APP completes the delivery of the progress bitmap of the preset shape according to the set transmission destination.
  • the difference in the method of creating a view transfer file is caused by the difference between different programming languages.
  • the embodiment of the present invention does not limit the specific control type of the image delivery control and the programming language used to create the view delivery file. .
  • step 320 in the process of drawing a progress bitmap of the preset shape according to the current execution progress of the task, information of the progress bitmap of the preset shape may be set, and the information includes but is not limited to the following Content: the amount of completion of the current execution progress, the remaining completion amount, the current task execution speed, the processing time that may be required, the color of the preset shape of the progress bitmap, the size, the color of the completion amount of the current execution progress, the color of the remaining completion amount, and the like. Wait.
  • the display parameter of the image display control when displaying the progress bitmap of the preset shape in the notification message, the display parameter of the image display control needs to be set according to the information of the progress bitmap of the preset shape, that is, The display parameter is consistent with the information of the progress bitmap of the preset shape; after setting the display parameter of the view display control, the view display control is executed, and the progress bitmap of the preset shape is displayed in the notification message based on the set display parameter.
  • the display parameter of the image display control is set according to the information of the progress bitmap of the preset shape, and the purpose is to ensure the synchronization and consistency of the progress bitmap display of the preset shape.
  • the progress bitmap of the APP drawing the preset shape is an essential feature of the present invention. Therefore, in order to solve the above problem, the APP is in accordance with the current execution progress.
  • the drawing program interface invoked by the APP is a Canvas.
  • the embodiment of the present invention does not limit the specific type of the drawing program interface; when the APP obtains its current execution progress, the Handler method is used to obtain the current execution progress, and specifically how the Handler is related
  • the current execution progress of the acquisition please refer to the detailed description in the prior art, for example, adding the thread object to be executed to the queue, removing the unexecuted thread object in the queue, and putting the thread object to be executed into the queue, waiting for After the time is over, The specified thread object is executed to implement the start, pause, stop, retreat, and loop of the progress bar, and the current execution progress of the task is obtained, and the other embodiments of the present invention are not described herein.
  • the embodiment of the present invention further provides another method for displaying the progress of task execution. As shown in FIG. 4, the method includes:
  • Step 401 Create a notification message in the notification bar corresponding to the task that needs to display the progress, and the notification message is used to display a progress bitmap of a preset shape associated with the task.
  • Step 402 Draw a progress bitmap of the preset shape according to the current execution progress of the task.
  • Step 403 Pass the progress bitmap of the preset shape to the notification message.
  • Step 404 Display a progress bitmap of the preset shape in the notification message.
  • the steps 401 to 404 are the same as the steps 201 to 204 shown in FIG. 2 .
  • For the description of the steps 401 to 404 refer to the detailed description of the foregoing steps 201 to 204 . I will not go into details here.
  • the progress display of the preset shape is displayed by the image display control
  • the time interval of the progress bitmap of the preset shape of the APP is short
  • the progress bar changes with time from the user level.
  • the image transfer control transfers the progress bitmap of the preset shape to the image display control, and executes the image display control
  • the progress bitmap of different preset shapes is displayed. This principle is similar to the process of Flash animation.
  • the progress bitmap showing the preset shape in the notification message (the display of the progress bar) is closely related to the execution progress of the display progress task, wherein the progress task is displayed as: 0%-100%; when the progress task is 0%, the description is The task is just started. When the progress task is 100%, it indicates that the task has been executed.
  • Step 405 Acquire a preset update period of the progress bar in the notification column.
  • the preset update period of the progress bar in the notification bar that is, the progress of drawing the preset shape
  • the drawing period of the bitmap which corresponds to the progress of the task execution.
  • the preset period that is, the update period can be configured by the user, and the update period is 0.5s, or the update period is 1s or 2s, etc., and the update period is configured to be smaller.
  • the greater the accuracy of the progress bar display the larger the configuration of the update cycle, and the less accurate the progress bar display.
  • the update period of the task is not limited in the embodiment of the present invention.
  • Step 406 Determine whether the progress of the task displayed in the progress bitmap of the preset shape is a completed state.
  • step 402 is re-executed until the task progress is a completed state; if it is determined to be a completed state, step 407 is performed.
  • the task progress is a completion state, that is, whether the progress of the task displayed in the progress bitmap is 100%, and if it is determined that the displayed progress task is 100%, the task progress is completed; if the progress is determined If the task is not 100%, the task progress is incomplete.
  • the APP loop is still required to perform steps 402-406 until the task progress is completed.
  • Step 407 Remove the progress bitmap of the preset shape.
  • the progress bar in the notification message is removed, so that other tasks that need to display the progress correspond to the display of the progress bar.
  • the call to the preset removal function has completed the progress bar.
  • another embodiment of the present invention further provides a display device for performing task progress.
  • the device embodiment corresponds to the foregoing method embodiment.
  • the device embodiment does not describe the details in the foregoing method embodiments one by one, but it should be clear that the device in this embodiment can implement the foregoing method. All the contents of the example.
  • An embodiment of the present invention provides a display device for performing task progress. As shown in FIG. 5, the device includes:
  • a creating unit 51 configured to create a notification message in the notification bar corresponding to the task that needs to display the progress, where the notification message is used to display a progress bitmap of a preset shape associated with the task;
  • step 101 can be performed by the creating unit 51.
  • a drawing unit 52 configured to draw a progress bitmap of the preset shape according to the current execution progress of the task
  • step 102 can be performed by the drawing unit 52.
  • the transmitting unit 53 is configured to transmit the progress bitmap of the preset shape to the notification message
  • step 103, step 203 and step 403 can be performed by the transfer unit 53.
  • the display unit 54 is configured to display a progress bitmap of the preset shape in the notification message.
  • step 104 can be performed by the transfer unit 54.
  • the transmitting unit 53 includes:
  • a first delivery module 531 configured to pass, by the image delivery control of the operating system, the progress bitmap of the preset shape to the notification message;
  • the second delivery module 532 is configured to pass the progress bitmap of the preset shape to the notification message by using a plug-in program
  • the third delivery module 533 is configured to pass the progress bitmap of the preset shape to the notification message by using an image transfer function.
  • the first delivery module 531 includes:
  • a setting submodule configured to set a transmission parameter of the image delivery control according to the preset bitmap shape and a transmission destination thereof; wherein the transmission destination is the notification message of the notification bar;
  • a processing submodule configured to execute, according to the transmission parameter, the image delivery control created by the creation module to transmit the progress bitmap of the preset shape to the notification message.
  • the display unit 54 includes:
  • the first display module 541 is configured to display a progress bitmap of the preset shape in the notification message by using an image display control of an operating system.
  • the first display module 541 includes:
  • a setting submodule configured to set display parameters of the image display control according to the information of the progress bitmap of the preset shape
  • an operation submodule configured to execute, according to the display parameter, the image display control to display a progress bitmap of the preset shape in the notification message.
  • the drawing unit 52 includes:
  • the obtaining module 521 is configured to obtain a current execution progress of the task.
  • the drawing module 522 is configured to draw a progress bitmap of the preset shape corresponding to the current execution progress according to a preset shape associated with the task and a current execution progress of the task.
  • the device further includes:
  • a determining unit 55 configured to: after the display unit 54 displays the progress bitmap of the preset shape in the notification message, whether the task progress displayed in the progress bitmap of the preset shape is a completion status The progress bitmap corresponds to the task one by one;
  • step 405 can be performed by the determining unit 55.
  • the operation unit 56 is configured to, according to the update period of the preset progress bitmap, periodically, when the determining unit 55 determines that the status is not completed, and periodically perform the preset shape according to the execution progress of the task.
  • the progress bitmap is delivered to the notification message, and the progress bitmap of the preset shape is displayed in the notification message until the task progress is a completed state;
  • step 406 can be performed using the operating unit 56.
  • the removing unit 57 is configured to remove the progress bitmap of the preset shape when the determining unit 55 determines to be in a completed state.
  • step 407 can be performed by the removing unit 57.
  • a task corresponding to the progress of the task is created in the notification bar to create a notification message for displaying the progress bitmap of the task preset shape, and a progress bitmap of the preset shape is drawn according to the current execution progress of the task, and The progress bitmap is passed and displayed in the notification message in the notification bar.
  • the present invention can display the progress bitmap of the preset shape drawn according to the current execution progress of the task in the notification message in response to the task requiring the display progress.
  • the personalized display of the current execution progress of the task avoids the simplification of the current execution progress display in the notification bar, thereby increasing the user's visual experience.
  • the execution of the task progress through the control of the operating system simplifies the complexity of the program implementation and saves system resources.
  • the display device 800 for performing task execution should Used for client 801.
  • the client 801 includes a display device 800 for task execution progress, a memory 802, a memory controller 803, one or more (only one shown) processor 804, peripheral interface 805, radio frequency module 806, audio module 807, touch Control screen 808 and the like.
  • the display device 800 of the task execution progress includes at least one software function that can be stored in the memory 802 in the form of software or firmware or is solidified in an operating system (OS) of the client 801. Module.
  • OS operating system
  • the memory 802 can be used to store software programs and modules, such as program instructions and modules corresponding to the display device and method of the task execution progress in the embodiment of the present invention, and the processor 804 runs the software programs and modules stored in the memory 802, thereby The function display and the data processing are performed, such as the display method of the task execution progress provided by the embodiment of the present invention.
  • Memory 802 can include high speed random access memory and can also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid state memory. Access to the memory 802 by the processor 804 and other possible components can be performed under the control of the memory controller 803.
  • non-volatile memory such as one or more magnetic storage devices, flash memory, or other non-volatile solid state memory. Access to the memory 802 by the processor 804 and other possible components can be performed under the control of the memory controller 803.
  • Peripheral interface 805 couples various input/output devices to processor 804 and memory 802.
  • peripheral interface 805, processor 804, and memory controller 803 can be implemented in a single chip. In other instances, they can be implemented by separate chips.
  • the radio frequency module 806 is configured to receive and transmit electromagnetic waves, and realize mutual conversion between electromagnetic waves and electric signals, thereby communicating with a communication network or other devices.
  • the audio module 807 provides an audio interface to the user, which may include one or more microphones, one or more speakers, and audio circuitry.
  • Touch screen 808 provides an output and input interface between client 801 and the user.
  • the touch screen 808 supports single-point and multi-touch operations.
  • the touch screen 808 can be a capacitive touch screen or resistive touch that supports single-point and multi-touch operations. Control screen and so on. Supporting single-point and multi-touch operations, the touch screen 808 can sense the simultaneous touch operation from one or more positions on the touch screen, and hand over the sensed multi-touch operation to the touch operation.
  • the processor 804 performs processing.
  • FIG. 8 is merely illustrative, and the client 801 may also include the same as in FIG. More or fewer components are shown, or have a different configuration than that shown in FIG.
  • the components shown in Figure 8 can be implemented in hardware, software, or a combination thereof.
  • the display device and method for client and task execution progress proposed by the embodiments of the present invention provide a new display method for task execution progress.
  • the display device and method for the client 801 and the task execution progress can be applied to platforms such as the Android operating system, the iOS operating system, and the Windows Phone operating system.
  • the present application also provides a computer program product, when executed on a data processing device, adapted to perform a program code that initializes a method step of: creating a notification message in a notification bar corresponding to a task requiring display progress, the notification message being used And displaying a progress bitmap of the preset shape associated with the task; drawing a progress bitmap of the preset shape according to the current execution progress of the task; and transmitting the progress bitmap of the custom shape to the notification a message; a progress bitmap of the preset shape is displayed in the notification message.
  • embodiments of the present application can be provided as a method, system, or computer program product.
  • the present application can take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment in combination of software and hardware.
  • the application can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) including computer usable program code.
  • the program product comprises a computer readable medium having processor-executable non-volatile program code on which is stored a computer program for performing the functions described above in the above-described methods of the present invention.
  • These computer program instructions can also be stored in a bootable computer or other programmable data processing
  • the apparatus is readable in a computer readable memory in a particular manner such that instructions stored in the computer readable memory produce an article of manufacture comprising instruction means implemented in one or more flows and/or block diagrams of the flowchart The function specified in the box or in multiple boxes.
  • These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device.
  • the instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.
  • the memory may include non-persistent memory, random access memory (RAM), and/or non-volatile memory in a computer readable medium, such as read only memory (ROM) or flash memory.
  • RAM random access memory
  • ROM read only memory
  • Memory is an example of a computer readable medium.
  • Computer readable media includes both permanent and non-persistent, removable and non-removable media.
  • Information storage can be implemented by any method or technology.
  • the information can be computer readable instructions, data structures, modules of programs, or other data.
  • Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read only memory. (ROM), electrically erasable programmable read only memory (EEPROM), flash memory or other memory technology, compact disk read only memory (CD-ROM), digital versatile disk (DVD) or other optical storage, Magnetic tape cartridges, magnetic tape storage or other magnetic storage devices or any other non-transportable media can be used to store information that can be accessed by a computing device.
  • computer readable media does not include temporary storage of computer readable media, such as modulated data signals and carrier waves.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

一种任务执行进度的显示方法、装置及客户端,涉及信息技术领域,用于任务执行进度的显示过程中,在确保通知栏中显示APP的当前处理任务进度的前提下,展示各种个性化形状的进度条,以增加用户的视觉体验。所述方法包括:对应需显示进度的任务在通知栏创建通知消息,所述通知消息用于显示与所述任务关联的预设定形状的进度位图(101);根据所述任务的当前执行进度绘制预设定形状的进度位图(102);将所述预设定形状的进度位图传递给所述通知消息(103);在所述通知消息中显示所述预设定形状的进度位图(104)。

Description

任务执行进度的显示方法、装置及客户端
本申请要求于2016年3月15日提交中国专利局、申请号为CN 201610150236.2、发明名称为“任务执行进度的显示方法”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本发明涉及信息技术领域,尤其涉及一种任务执行进度的显示方法、装置及客户端。
背景技术
随着信息技术的快速发展,安卓系统(android系统)的使用在当今社会越来越广泛,而android系统中应用程序(Application,APP)的应用也越来越多样化。为了方便用户对APP使用,APP在处理任务时,通常将显示任务进度的进度条以通知消息的形式显示在通知栏中,以供用户获取任务执行过程中实际完成的进度。
由于通知栏和APP属于两个不同的进程,而不同进程之间内容传递的受限因素较多,目前,通知栏在显示APP处理任务进度时,通常会以长方形进度条的形式显示任务处理的速度、完成度、剩余完成任务量的大小等等。例如,android系统在通过通知栏显示APP处理任务进度的进度条时,是通过反射的方式进行的,即android系统通过ProgressBar控件实现长方形进度条的显示;在ProgressBar控件的运行过程中,首先获取APP的当前处理任务进度,并将该APP的当前处理任务进度作为ProgressBar控件的运行参数值,运行该ProgressBar控件,即在通知栏中显示APP处理任务的进度条。
基于上述APP处理任务进度的实现方法,通常只会以长方形进度条进行显示,导致通知栏中任务进度的显示较单一,从而使得用户不能有更好的用户视觉体验。
发明内容
有鉴于此,本发明实施例提供一种任务执行进度的显示方法、装置及客户端,主要目的在于确保在通知栏中显示APP的当前处理任务进度的前提下,展示各种个性化形状的进度条,以增加用户的视觉体验。
为达到上述目的,本发明提供如下技术方案:
一方面,本发明提供一种任务执行进度的显示方法,包括:
对应需显示进度的任务在通知栏创建通知消息,所述通知消息用于显示与所述任务关联的预设定形状的进度位图;
根据所述任务的当前执行进度绘制预设定形状的进度位图;
将所述预设定形状的进度位图传递给所述通知消息;
在所述通知消息中显示所述预设定形状的进度位图。
另一方面,本发明提供的一种任务执行进度的显示装置,包括:
创建单元,用于对应需显示进度的任务在通知栏创建通知消息,所述通知消息用于显示与所述任务关联的预设定形状的进度位图;
绘制单元,用于根据所述任务的当前执行进度绘制预设定形状的进度位图;
传递单元,用于将所述预设定形状的进度位图传递给所述通知消息;
显示单元,用于在所述通知消息中显示所述预设定形状的进度位图。
根据本发明实施例的又一个方面,还公开了一种客户端,所述客户端包括存储器;
处理器;以及
任务执行进度的显示装置,所述任务执行进度的显示装置安装于所述存储器中并包括一个或多个由所述处理器执行的软件功能模块,所述任务执行进度的显示装置包括:
创建单元,用于对应需显示进度的任务在通知栏创建通知消息,所述通知消息用于显示与所述任务关联的预设定形状的进度位图;
绘制单元,用于根据所述任务的当前执行进度绘制预设定形状的进度位图;
传递单元,用于将所述预设定形状的进度位图传递给所述通知消息;
显示单元,用于在所述通知消息中显示所述预设定形状的进度位图。
根据本发明实施例的又一个方面,还公开了一种具有处理器可执行的非易失的程序代码的计算机可读介质,所述程序代码使所述处理器执行所述任务执行进度的显示方法。
借由上述技术方案,本发明实施例提供的技术方案至少具有下列优点:
本发明提供的一种任务执行进度的显示方法、装置及客户端,对应需显示进度的任务在通知栏中创建用于显示任务预设定形状的进度位图的通知消息,根据任务的当前执行进度绘制预设定形状的进度位图,并将该进度位图传递并显示在通知栏的通知消息中。与目前在通知栏中显示单一的长方形进度条相比,本发明响应于需显示进度的任务,可以将将根据任务的当前执行进度绘制的预设定形状的进度位图显示在通知消息中,完成对任务的当前执行进度的个性化显示,避免了通知栏中当前执行进度显示的单一化,进而增加了用户的视觉体验。
上述说明仅是本发明技术方案的概述,为了能够更清楚了解本发明的技术手段,而可依照说明书的内容予以实施,并且为了让本发明的上述和其它目的、特征和优点能够更明显易懂,以下特举本发明的具体实施方式。
附图说明
通过阅读下文优选实施方式的详细描述,各种其他的优点和益处对于本领域普通技术人员将变得清楚明了。附图仅用于示出优选实施方式的目的,而并不认为是对本发明的限制。而且在整个附图中,用相同的参考符号表示相同的部件。在附图中:
图1示出了本发明实施例提供的一种任务执行进度的显示方法的流程图;
图2示出了本发明实施例提供的另一种任务执行进度的显示方法的流程图
图3示出了本发明实施例提供的移动智能终端设备中通知栏的显示示意图;
图4示出了本发明实施例提供的另一种任务执行进度的显示方法的流程图;
图5示出了本发明实施例提供的一种任务执行进度的显示装置的组成框图;
图6示出了本发明实施例提供的另一种任务执行进度的显示装置的组成框图;
图7示出了本发明实施例提供的另一种任务执行进度的显示装置的组 成框图;
图8示出了本发明实施例提供的客户端的结构框图。
具体实施方式
下面将参照附图更详细地描述本公开的示例性实施例。虽然附图中显示了本公开的示例性实施例,然而应当理解,可以以各种形式实现本公开而不应被这里阐述的实施例所限制。相反,提供这些实施例是为了能够更透彻地理解本公开,并且能够将本公开的范围完整的传达给本领域的技术人员。
本发明实施例提供一种任务执行进度的显示方法,如图1所示,该方法包括:
步骤101、对应需显示进度的任务在通知栏创建通知消息,所述通知消息用于显示与所述任务关联的预设定形状的进度位图。
其中,对应需显示进度的任务,在通知栏中创建与需要显示进度的任务对应的通知消息的方式可以为但不限于,例如当需要显示进度的任务处于android系统,则可以使用android系统的原生控件实现,具体的可以通过但不局限于以下的方法实现,该方法为:所述通知消息绑定有预设定布局的视图显示文件,该视图显示文件中包含有图像显示控件,图像显示控件是能够放置于通知栏中的原生控件,其能够加载、显示各种类型的图片。
本实施例中,预设定的形状为用户预先在应用程序设置的进度位图的形状。该任务预设定形状的进度位图由任务进程根据任务执行的当前进度和预设定的形状绘制,该预设定的形状,可以是圆形、三角形、菱形、扇形、正方形、梯形等任意的用户自己喜欢的形状,具体的本发明实施例对此不进行限制。
步骤102、根据所述任务的当前执行进度绘制预设定形状的进度位图。
这里需要说明的是,任务进程根据所述任务的当前执行进度绘制预设定形状的进度位图。具体在绘制的时候,可以通过调用绘图程序接口实现相应自己定义形状的进度位图的绘制,绘图程序接口的主要任务是负责系统与绘图程序之间的信息交换,处理所有应用程序的图形输出。具体的绘图程序接口本发明实施例对此不进行限定,可以根据使用操作系统的不同选 择使用不同的绘图程序接口。
步骤103、将所述预设定形状的进度位图传递给所述通知消息。
在经所述预设定形状的进度位图传递给所述通知消息时,可以采用任意一种在不同进程之间实现图片传递的方法,具体的本发明实施例对此不进行限制。例如,可以通过操作系统的图像传递控件将所述预设定形状的进度位图传递给所述通知消息;也可以通过插件程序将所述预设定形状的进度位图传递给所述通知消息;还可以通过图像传递函数将所述预设定形状的进度位图传递给所述通知消息。
步骤104、在所述通知消息中显示所述预设定形状的进度位图。
此处需要说明的是,在所述通知消息中显示所述预设定形状的进度位图时,也可以采用任意一种可以在通知消息中显示图片的方法将该预设定形状的进度位图在该通知消息中显示,具体的本发明实施例对此不进行限制。例如,通过操作系统原生的图像显示控件在所述通知消息中显示所述预设定形状的进度位图;也可以通过插件或者其他的函数实现。
本发明实施例中,对应需显示进度的任务在通知栏中创建用于显示任务预设定形状的进度位图的通知消息,根据任务的当前执行进度绘制预设定形状的进度位图,并将该进度位图传递并显示在通知栏的通知消息中。与目前在通知栏中显示单一的长方形进度条相比,本发明在响应到需要显示进度的任务后,可以将根据任务的当前执行进度绘制的预设定形状的进度位图显示在通知消息中,完成对任务的当前执行进度的个性化显示,避免了通知栏中当前执行进度显示的单一化,进而增加了用户的视觉体验。
进一步的,如上所述,在进行通知消息的创建以及进度位图的传递以及进度位图的显示,可以采用多种方式实现,为节约系统资源以及简化应用程序开发的复杂度,本发明实施例优选使用操作系统原生的控件实现任务执行进度的显示,本发明实施例具体以安卓系统(android系统)为例进行具体说明。
本发明实施例提供一种任务执行进度的显示方法,如图2所示,所述方法包括:
步骤201、对应需显示进度的任务在通知栏创建通知消息,所述通知消 息用于显示与所述任务关联的预设定形状的进度位图。
对于使用android系统的移动智能终端设备、平板电脑等,当应用程序(Application,APP)执行的过程中,响应到需要显示进度的任务时,android系统在通知栏创建任务对应的通知消息,若响应到多个需要显示进度的任务时,android系统在通知栏创建多个与任务对应的通知消息,且每个所述通知消息与需要显示进度的任务一一对应。
在通知栏中创建任务对应的通知消息时,可以通过但不局限于以下的方法实现,该方法为:所述通知消息绑定有预设定布局的视图显示文件,该视图显示文件中包含有图像显示控件,图像显示控件是能够放置于通知栏中的原生控件,其能够加载、显示各种类型的图片。其中,通知消息绑定有预设定布局的视图显示文件的目的在于,将步骤102中根据所述任务的当前执行进度绘制预设定形状的进度位图“反射”给图像显示控件,以便图像显示控件显示预设定形状的进度位图,实现进度条形状的个性化展示。
在实际应用中,所述预设定布局的视图显示文件通常为预设定布局的XML文件,该XML文件中包含图像显示控件;其中,图像显示控件的类型可以采用但不局限于以下内容,例如:ImageView控件。本发明实施例对图像显示控件的类型不进行具体限定。
需要说明的是,本发明实施例的执行主体为android系统,而本发明实施例中android系统主要包含:APP、通知栏,本发明实施例的执行依赖于APP与通知栏之间的交互。其中,该APP可能是android系统的内置APP,如音乐、应用商店等;或者,也可能是用户根据自己的实际需求安装的APP,如某某聊天软件、某某视频软件等,本发明实施例对android系统中安装的APP类型不进行限定;android系统中包含的其他内容,本发明实施例在此不再进行一一赘述。
步骤202、根据所述任务的当前执行进度绘制预设定形状的进度位图。
该步骤中,APP获取任务的当前执行进度,并根据获取后任务的当前执行进度绘制出预设定形状的进度位图。在绘制预设定形状的进度位图时,该进度位图的预设定形状可以包含但不局限于以下形状,例如:圆形、三 角形、菱形、扇形、正方形、梯形等等。
在具体实施本发明实施例时,由任务对应的APP绘制预设定形状的进度位图,APP根据任务的当前执行进度精确地绘制进度位图。在绘制预设定形状的进度位图的过程中,需要创建绘制预设定形状的进度位图所使用的画布,设置画布的属性,例如,画布的颜色、尺寸大小等等;预设定形状的颜色、尺寸大小等等。本发明实施例中,绘制预设定形状的进度位图,其目的在于,在通知栏中的消息通知中,展示各种个性化形状的进度条,以增加用户的视觉体验。
需要说明的是,在APP启动需要显示进度的任务时,该显示进度的任务可能为一个,也可能为至少两个;通常,任务的执行速度往往与移动终端设备的硬件配置、网速、带宽等等有关,而本发明实施例仅对应需显示进度任务的显示形状进行说明,因此,本发明实施例对显示进度任务的具体个数不作限定。
步骤203、通过操作系统的图像传递控件将所述预设定形状的进度位图传递给通知栏的所述通知消息。
本步骤中,涉及APP与通知栏之间的交互,以实现进度条的个性化展示;由于APP与通知栏为不同进程,因此,需要基于视图传递控件实现跨进程的视图传递。当绘制完成预设定形状的进度位图时,APP会通过图像传递控件将预设定形状的进度位图传递至通知栏的通知消息,其中,该图像传递控件绑定所述图像显示控件;图像传递控件在APP与通知栏的交互过程中起到传递预设定形状的进度位图的作用。
本发明实施例中,图像显示控件分别与图像传递控件、通知消息进行了绑定;图像显示控件与图像传递控件绑定的目的在于,APP将步骤202中绘制完成的预设定形状的进度位图传递至图像显示控件,以便图像显示控件显示该预设定形状的进度位图;图像显示控件与通知消息绑定的目的在于,图像显示控件在接收到APP传递的预设定形状的进度位图之后,基于该图像显示控件在通知栏中创建的通知消息显示该预设定形状的进度位图,即在通知栏中创建的通知消息执行进度的显示。
步骤204、通过操作系统的图像显示控件在所述通知消息中显示所述预 设定形状的进度位图。
为了能够说明任务的当前执行进度以预设定形状的进度位图的形式在通知消息中显示,以下将以示例的形式进行详尽说明。示例性的,如图3所示,图3示出了本发明实施例提供的移动智能终端设备中通知栏的显示示意图,如图3所示的通知栏中,包含两个启动需要显示进度的任务,需要显示进度的任务分别由应用程序I与应用程序II启动生成,其中,应用程序I对应的进度位图形状为圆形,应用程序II对应的进度位图形状为扇形;在通知栏中,除显示当前执行进度的完成量、剩余完成量,还可以包含但不局限于以下内容,例如:显示任务当前任务执行速度、可能需要处理时间等等。图3仅为示例性的举例,本发明实施例对启动需要显示进度的任务的个数、进度位图的预设定形状不进行限定。
本发明实施例中,通过操作系统的控件,对应需显示进度的任务在通知栏中创建用于显示任务预设定形状的进度位图的通知消息,根据任务的当前执行进度绘制预设定形状的进度位图,并将该进度位图传递并显示在通知栏的通知消息中。与目前在通知栏中显示单一的长方形进度条相比,本发明响应于需显示进度的任务,可以将将根据任务的当前执行进度绘制的预设定形状的进度位图显示在通知消息中,完成对任务的当前执行进度的个性化显示,避免了通知栏中当前执行进度显示的单一化,进而增加了用户的视觉体验。并且简化了程序实现复杂度,并且节省了系统资源。
进一步的,作为对图2所示步骤203方法的细化和扩展,通过视图传递文件将预设定形状的进度位图传递给通知栏的通知消息时,首先,APP创建视图传递文件,该视图传递文件中包含图像传递控件;在创建视图传递文件的过程中,或者,在创建完成视图传递文件之后,获取预设定形状的进度位图;其次根据所述预设定形状的进度位图以及其传输目的地设置所述图像传递控件的传输参数,该传输目的地为通知栏的通知消息;最后,依据传输参数执行所述图像传递控件将所述预设定形状的进度位图传递给所述通知消息,实现预设定形状进度位图的跨进程传递。
在实际应用中,视图传递文件中包含的图像传递控件为RemoteViews控件,RemoteViews控件描述了将预设定形状的进度位图显示在通知栏的通 知消息中,预设定形状的进度位图在传递过程中,包含传递的传输起始地和传输目的地,本发明实施例中,预设定形状的进度位图的传输起始地是APP,预设定形状的进度位图的传输目的地为通知栏的通知消息;APP根据设置的传输目的地完成预设定形状的进度位图的传递。在创建视图传递文件时,由于不同编程语言之间的差异,导致创建视图传递文件方法的差异,本发明实施例对图像传递控件的具体控件类型以及创建视图传递文件所使用的编程语言不进行限定。
进一步的,承由步骤202所述,在根据任务的当前执行进度绘制预设定形状的进度位图过程中,可以设置预设定形状的进度位图的信息,该信息包括但不局限于以下内容:当前执行进度的完成量、剩余完成量、当前任务执行速度、可能需要处理时间、进度位图预设定形状的颜色、尺寸、当前执行进度的完成量的颜色、剩余完成量的颜色等等。对应与绘制预设定形状的进度位图,在通知消息中显示该预设定形状的进度位图时,需要根据该预设定形状的进度位图的信息设置图像显示控件的显示参数,即显示参数与预设定形状的进度位图的信息一致;设置完成视图显示控件的显示参数之后,执行该视图显示控件,基于设置的显示参数在通知消息中显示预设定形状的进度位图。需要说明的是,根据预设定形状的进度位图的信息设置图像显示控件的显示参数,其目的在于,确保预设定形状的进度位图显示的同步性、一致性。
进一步的,由于很多APP中自身不具备画图功能,但本发明实施例中,APP绘制预设定形状的进度位图是本发明的必要特征,因此,为了解决上述问题,APP在根据当前执行进度绘制预设定形状的进度位图时,首先,获取任务的当前执行进度;其次,调用绘图程序接口;最后,基于绘图程序接口绘制当前执行进度对应的预设定形状的进度位图。在实际应用中,APP调用的绘图程序接口为Canvas,本发明实施例对绘图程序接口的具体类型不进行限定;APP在获取其当前执行进度时,通过Handler方法获取当前执行进度,具体有关Handler如何获取的当前执行进度,请参考现有技术中的详细描述,例如,将要执行的线程对象加到队列当中,移除队列当中未执行的线程对象、将要执行的线程对象放入到队列当中,待时间结束后, 运行制定的线程对象,从而实现进度条的开始、暂停、停止、后退和循环,既而获取任务的当前执行进度,至于其他方式本发明实施例在此不在进行一一赘述。
进一步的,上述实施例详细说明了通知栏中显示单独个性化形状的进度条,但是,在实际应用中,进度条代表android系统处理任务所对应的应用程序的处理进度,而APP是实时处理显示进度任务的,若APP处理显示进度任务的进度序与进度条显示进度更新不一致,则导致进度条的显示错误。为了解决上述问题,本发明实施例还提供另一种任务执行进度的显示方法,如图4所示,该方法包括:
步骤401、对应需显示进度的任务在通知栏创建通知消息,所述通知消息用于显示与所述任务关联的预设定形状的进度位图。
步骤402、根据所述任务的当前执行进度绘制预设定形状的进度位图。
步骤403、将所述预设定形状的进度位图传递给所述通知消息。
步骤404、在所述通知消息中显示所述预设定形状的进度位图。
其中,步骤401至步骤404,与如图2所示的步骤201至步骤204,实现方式相同,有关步骤401至步骤404的说明,请参考上述步骤201至步骤204的详细描述,本发明实施例在此不再进行一一赘述。
需要说明的是,通过图像显示控件显示预设定形状的进度位图时,由于APP绘制预设定形状的进度位图的时间间隔较短,从用户层面上讲,进度条是随着时间变化而不断变化的;从机器层面讲,当图像传递控件将预设定形状的进度位图传递至图像显示控件,且执行该图像显示控件时,将不同的预设定形状的进度位图进行显示,该原理与Flash形成动画的过程类似。
通知消息中显示预设定形状的进度位图(进度条的显示)与显示进度任务的执行进度息息相关,其中,显示进度任务为:0%-100%;当进度任务为0%时,说明该任务刚开始执行,当进度任务为100%时,说明该任务已执行完毕。
步骤405、获取所述通知栏中进度条的预设定的更新周期。
所述通知栏中进度条的预设定的更新周期,即绘制预设定形状的进度 位图的绘制周期,该进度条与任务执行进度一一对应。其中,预设定的周期即所述更新周期能够由用户自定义配置的周期,可以配置更新周期为0.5s,也可以配置更新周期为1s或者2s等等,所述更新周期配置的越小,进度条显示的准确度越大,所述更新周期配置的越大,进度条显示的准确度越小。本发明实施例对任务的更新周期不进行限定。
步骤406、确定所述预设定形状的进度位图中显示的任务进度是否为完成状态。
若确定为未完成状态,则重新执行步骤402,直到所述任务进度为完成状态;若确定为完成状态,则执行步骤407。
在实际应用中,确定任务进度是否为完成状态,即确定进度位图中显示的任务进度是否为100%,若确定显示的进度任务为100%,则说明任务进度为完成状态;若确定显示进度任务不为100%,则说明任务进度为未完成状态,仍需APP循环执行步骤402-步骤406,直到确定任务进度为完成状态。
步骤407、将所述预设定形状的进度位图移除。
当确定任务进度为完成状态后,要将通知消息中的进度条移除,以便于其他需要显示进度的任务对应进度条的显示。在移除进度条时,调用预置移除函数已完成进度条。
进一步的,作为对上述图1所示方法的实现,本发明另一实施例还提供了一种任务执行进度的显示装置。该装置实施例与前述方法实施例对应,为便于阅读,本装置实施例不再对前述方法实施例中的细节内容进行逐一赘述,但应当明确,本实施例中的装置能够对应实现前述方法实施例中的全部内容。
本发明实施例提供一种任务执行进度的显示装置,如图5所示,该装置包括:
创建单元51,用于对应需显示进度的任务在通知栏创建通知消息,所述通知消息用于显示与所述任务关联的预设定形状的进度位图;
可以理解地,可以利用创建单元51执行上述的步骤101、步骤201以及步骤401。
绘制单元52,用于根据所述任务的当前执行进度绘制预设定形状的进度位图;
可以理解地,可以利用绘制单元52执行上述的步骤102、步骤202以及步骤402。
传递单元53,用于将所述预设定形状的进度位图传递给所述通知消息;
可以理解地,可以利用传递单元53执行上述的步骤103、步骤203以及步骤403。
显示单元54,用于在所述通知消息中显示所述预设定形状的进度位图。
可以理解地,可以利用传递单元54执行上述的步骤104、步骤204以及步骤404。
进一步的,如图6所示,所述传递单元53包括:
第一传递模块531,用于通过操作系统的图像传递控件将所述预设定形状的进度位图传递给所述通知消息;
或者第二传递模块532,用于通过插件程序将所述预设定形状的进度位图传递给所述通知消息;
或者第三传递模块533,用于通过图像传递函数将所述预设定形状的进度位图传递给所述通知消息。
其中,所述第一传递模块531包括:
设置子模块,用于根据所述预设定形状的进度位图以及其传输目的地设置所述图像传递控件的传输参数;其中,所述传输目的地为所述通知栏的所述通知消息;
处理子模块,用于依据传输参数执行所述创建模块创建的所述图像传递控件将所述预设定形状的进度位图传递给所述通知消息。
进一步的,如图6所示,所述显示单元54包括:
第一显示模块541,用于通过操作系统的图像显示控件在所述通知消息中显示所述预设定形状的进度位图。
其中,第一显示模块541,包括:
设置子模块,用于根据所述预设定形状的进度位图的信息设置所述图像显示控件的显示参数;
操作子模块,用于依据显示参数执行所述图像显示控件在所述通知消息中显示所述预设定形状的进度位图。
进一步的,如图6所示,所述绘制单元52包括:
获取模块521,用于获取所述任务的当前执行进度;
绘制模块522,用于根据与所述任务关联的预设定形状和所述任务的当前执行进度,绘制所述当前执行进度对应的所述预设定形状的进度位图。
进一步的,如图7所示,所述装置还包括:
确定单元55,用于在所述显示单元54在所述通知消息中显示所述预设定形状的进度位图之后,所述预设定形状的进度位图中显示的任务进度是否为完成状态;所述进度位图与所述任务一一对应;
可以理解地,可以利用确定单元55执行上述的步骤405。
操作单元56,用于当所述确定单元55确定为未完成状态时,根据预设的进度位图的更新周期,并周期性的将根据所述任务的执行进度绘制的所述预设定形状的进度位图传递至所述通知消息,并在所述通知消息中显示所述预设定形状的进度位图,直到所述任务进度为完成状态;
可以理解地,可以利用操作单元56执行上述的步骤406。
移除单元57,用于当所述确定单元55确定为完成状态时,将所述预设定形状的进度位图移除。
可以理解地,可以利用移除单元57执行上述的步骤407。
本发明实施例中,对应需显示进度的任务在通知栏中创建用于显示任务预设定形状的进度位图的通知消息,根据任务的当前执行进度绘制预设定形状的进度位图,并将该进度位图传递并显示在通知栏的通知消息中。与目前在通知栏中显示单一的长方形进度条相比,本发明响应于需显示进度的任务,可以将根据任务的当前执行进度绘制的预设定形状的进度位图显示在通知消息中,完成对任务的当前执行进度的个性化显示,避免了通知栏中当前执行进度显示的单一化,进而增加了用户的视觉体验。并且通过操作系统的控件执行任务进度的显示,简化了程序实现复杂度,并且节省了系统资源。
如图8所示,本发明实施例提供的任务执行进度的显示装置800应 用于客户端801。客户端801包括任务执行进度的显示装置800、存储器802、存储控制器803,一个或多个(图中仅示出一个)处理器804、外设接口805、射频模块806、音频模块807、触控屏幕808等。所述任务执行进度的显示装置800包括至少一个可以以软件或固件(firmware)的形式存储于所述存储器802中或固化在所述客户端801的操作系统(operating system,OS)中的软件功能模块。
存储器802可用于存储软件程序以及模块,如本发明实施例中的任务执行进度的显示装置及方法所对应的程序指令/模块,处理器804通过运行存储在存储器802内的软件程序以及模块,从而执行各种功能应用以及数据处理,如本发明实施例提供的任务执行进度的显示方法。
存储器802可包括高速随机存储器,还可包括非易失性存储器,如一个或者多个磁性存储装置、闪存、或者其他非易失性固态存储器。处理器804以及其他可能的组件对存储器802的访问可在存储控制器803的控制下进行。
外设接口805将各种输入/输出装置耦合至处理器804以及存储器802。在一些实施例中,外设接口805、处理器804以及存储控制器803可以在单个芯片中实现。在其他一些实例中,他们可以分别由独立的芯片实现。
射频模块806用于接收以及发送电磁波,实现电磁波与电信号的相互转换,从而与通讯网络或者其他设备进行通讯。
音频模块807向用户提供音频接口,其可包括一个或多个麦克风、一个或者多个扬声器以及音频电路。
触控屏幕808在客户端801与用户之间同时提供一个输出及输入界面。在本实施例中,所述触控屏幕808支持单点和多点触控操作,例如,该触控屏幕808可为支持单点和多点触控操作的电容式触控屏或电阻式触控屏等。支持单点和多点触控操作是触控屏幕808能感应到来自该触控屏上一个或多个位置处同时产生的触控操作,并将该感应到的多点触控操作交由处理器804进行处理。
可以理解,图8所示的结构仅为示意,客户端801还可包括比图8中 所示更多或者更少的组件,或者具有与图8所示不同的配置。图8中所示的各组件可以采用硬件、软件或其组合实现。
本发明实施例提出的客户端及任务执行进度的显示装置与方法,提供了一种新的任务执行进度的显示方法。该客户端801及任务执行进度的显示装置与方法可适用于Android操作系统、iOS操作系统、Windows Phone操作系统等平台。
本申请还提供了一种计算机程序产品,当在数据处理设备上执行时,适于执行初始化有如下方法步骤的程序代码:对应需显示进度的任务在通知栏创建通知消息,所述通知消息用于显示与所述任务关联的预设定形状的进度位图;根据所述任务的当前执行进度绘制预设定形状的进度位图;将所述自定义形状的进度位图传递给所述通知消息;在所述通知消息中显示所述预设定形状的进度位图。
本领域内的技术人员应明白,本申请的实施例可提供为方法、系统、或计算机程序产品。因此,本申请可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本申请可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式,该计算机程序产品包括具有处理器可执行的非易失的程序代码的计算机可读介质,在该计算机可读介质上存储有用于执行本发明的上述方法中限定的上述功能的计算机程序。
本申请是参照根据本申请实施例的图表中图形的显示方法、装置、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理 设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。
这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。
存储器可能包括计算机可读介质中的非永久性存储器,随机存取存储器(RAM)和/或非易失性内存等形式,如只读存储器(ROM)或闪存(flash RAM)。存储器是计算机可读介质的示例。
计算机可读介质包括永久性和非永久性、可移动和非可移动媒体可以由任何方法或技术来实现信息存储。信息可以是计算机可读指令、数据结构、程序的模块或其他数据。计算机的存储介质的例子包括,但不限于相变内存(PRAM)、静态随机存取存储器(SRAM)、动态随机存取存储器(DRAM)、其他类型的随机存取存储器(RAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、快闪记忆体或其他内存技术、只读光盘只读存储器(CD-ROM)、数字多功能光盘(DVD)或其他光学存储、磁盒式磁带,磁带磁磁盘存储或其他磁性存储设备或任何其他非传输介质,可用于存储可以被计算设备访问的信息。按照本文中的界定,计算机可读介质不包括暂存电脑可读媒体(transitory media),如调制的数据信号和载波。
以上仅为本申请的实施例而已,并不用于限制本申请。对于本领域技术人员来说,本申请可以有各种更改和变化。凡在本申请的精神和原理之内所作的任何修改、等同替换、改进等,均应包含在本申请的权利要求范围之内。

Claims (20)

  1. 一种任务执行进度的显示方法,其特征在于,包括:
    对应需显示进度的任务在通知栏创建通知消息,所述通知消息用于显示与所述任务关联的预设定形状的进度位图;
    根据所述任务的当前执行进度绘制预设定形状的进度位图;
    将所述预设定形状的进度位图传递给所述通知消息;
    在所述通知消息中显示所述预设定形状的进度位图。
  2. 根据权利要求1所述的方法,其特征在于,将所述预设定形状的进度位图传递给所述通知消息包括:
    通过操作系统的图像传递控件将所述预设定形状的进度位图传递给所述通知消息;
    或者通过插件程序将所述预设定形状的进度位图传递给所述通知消息;
    或者通过图像传递函数将所述预设定形状的进度位图传递给所述通知消息。
  3. 根据权利要求2所述的方法,其特征在于,通过操作系统的图像传递控件将所述预设定形状的进度位图传递给所述通知消息包括:
    根据所述预设定形状的进度位图以及其传输目的地设置所述图像传递控件的传输参数;其中,所述传输目的地为所述通知栏的所述通知消息;
    依据传输参数执行所述图像传递控件将所述预设定形状的进度位图传递给所述通知消息。
  4. 根据权利要求3所述的方法,其特征在于,在所述通知消息中显示所述预设定形状的进度位图包括:
    通过操作系统的图像显示控件在所述通知消息中显示所述预设定形状的进度位图。
  5. 根据权利要求4所述的方法,其特征在于,通过操作系统的图像显示控件在所述通知消息中显示所述预设定形状的进度位图包括:
    根据所述预设定形状的进度位图的信息设置所述图像显示控件的显示参数;
    依据显示参数执行所述图像显示控件在所述通知消息中显示所述预设定形状的进度位图。
  6. 根据权利要求1所述的方法,其特征在于,根据所述任务的当前执行进度绘制预设定形状的进度位图包括:
    获取所述任务的当前执行进度;
    根据与所述任务关联的预设定形状和所述任务的当前执行进度,绘制所述当前执行进度对应的所述预设定形状的进度位图。
  7. 根据权利要求1-6中任一项所述的方法,其特征在于,在所述通知消息中显示所述预设定形状的进度位图之后,所述方法还包括:
    确定所述预设定形状的进度位图中显示的任务进度是否为完成状态;
    若确定为未完成状态,则根据预设的进度位图的更新周期,周期性的将根据所述任务的执行进度绘制的所述预设定形状的进度位图传递至所述通知消息,并在所述通知消息中显示所述预设定形状的进度位图,直到所述任务进度为完成状态;
    若确定为完成状态,则将所述预设定形状的进度位图移除。
  8. 一种任务执行进度的显示装置,其特征在于,包括:
    创建单元,用于对应需显示进度的任务在通知栏创建通知消息,所述通知消息用于显示与所述任务关联的预设定形状的进度位图;
    绘制单元,用于根据所述任务的当前执行进度绘制预设定形状的进度位图;
    传递单元,用于将所述预设定形状的进度位图传递给所述通知消息;
    显示单元,用于在所述通知消息中显示所述预设定形状的进度位图。
  9. 根据权利要求8所述的装置,其特征在于,所述传递单元包括:
    第一传递模块,用于通过操作系统的图像传递控件将所述预设定形状的进度位图传递给所述通知消息;
    或者第二传递模块,用于通过插件程序将所述预设定形状的进度位图传递给所述通知消息;
    或者第三传递模块,用于通过图像传递函数将所述预设定形状的进度位图传递给所述通知消息。
  10. 根据权利要求9所述的装置,其特征在于,所述第一传递模块包括:
    设置子模块,用于根据所述预设定形状的进度位图以及其传输目的地设置所述图像传递控件的传输参数;其中,所述传输目的地为所述通知栏的所述通知消息;
    处理子模块,用于依据传输参数执行所述创建模块创建的所述图像传递控件将所述预设定形状的进度位图传递给所述通知消息。
  11. 根据权利要求10所述的装置,其特征在于,所述显示单元包括:
    第一显示模块,用于通过操作系统的图像显示控件在所述通知消息中显示所述预设定形状的进度位图。
  12. 根据权利要求11所述的装置,其特征在于,所述第一显示模块包括:
    设置子模块,用于根据所述预设定形状的进度位图的信息设置所述图像显示控件的显示参数;
    操作子模块,用于依据显示参数执行所述图像显示控件在所述通知消息中显示所述预设定形状的进度位图。
  13. 根据权利要求8所述的装置,其特征在于,所述绘制单元包括:
    获取模块,用于获取所述任务的当前执行进度;
    绘制模块,用于根据与所述任务关联的预设定形状和所述任务的当前执行进度,绘制所述当前执行进度对应的所述预设定形状的进度位图。
  14. 根据权利要求8-13中任一项所述的装置,其特征在于,所述装置还包括:
    确定单元,用于在所述显示单元在所述通知消息中显示所述预设定形状的进度位图之后,所述预设定形状的进度位图中显示的任务进度是否为完成状态;
    操作单元,用于当所述确定单元确定为未完成状态时,根据预设的进度位图的更新周期,周期性的将根据所述任务的执行进度绘制的所述预设定形状的进度位图传递至所述通知消息,并在所述通知消息中显示所述预设定形状的进度位图,直到所述任务进度为完成状态;
    移除单元,用于当所述确定单元确定为完成状态时,将所述预设定形状的进度位图移除移除。
  15. 一种客户端,其特征在于,所述客户端包括
    存储器;
    处理器;以及
    任务执行进度的显示装置,所述任务执行进度的显示装置安装于所述存储器中并包括一个或多个由所述处理器执行的软件功能模块,所述任务执行进度的显示装置包括:
    创建单元,用于对应需显示进度的任务在通知栏创建通知消息,所述通知消息用于显示与所述任务关联的预设定形状的进度位图;
    绘制单元,用于根据所述任务的当前执行进度绘制预设定形状的进度位图;
    传递单元,用于将所述预设定形状的进度位图传递给所述通知消息;
    显示单元,用于在所述通知消息中显示所述预设定形状的进度位图。
  16. 根据权利要求15所述的客户端,其特征在于,所述传递单元包括:
    第一传递模块,用于通过操作系统的图像传递控件将所述预设定形状的进度位图传递给所述通知消息;
    或者第二传递模块,用于通过插件程序将所述预设定形状的进度位图传递给所述通知消息;
    或者第三传递模块,用于通过图像传递函数将所述预设定形状的进度位图传递给所述通知消息。
  17. 根据权利要求16所述的客户端,其特征在于,所述第一传递模块包括:
    设置子模块,用于根据所述预设定形状的进度位图以及其传输目的地设置所述图像传递控件的传输参数;其中,所述传输目的地为所述通知栏的所述通知消息;
    处理子模块,用于依据传输参数执行所述创建模块创建的所述图像传递控件将所述预设定形状的进度位图传递给所述通知消息。
  18. 根据权利要求17所述的客户端,其特征在于,所述显示单元包括:
    第一显示模块,用于通过操作系统的图像显示控件在所述通知消息中 显示所述预设定形状的进度位图。
  19. 根据权利要求18所述的客户端,其特征在于,所述第一显示模块包括:
    设置子模块,用于根据所述预设定形状的进度位图的信息设置所述图像显示控件的显示参数;
    操作子模块,用于依据显示参数执行所述图像显示控件在所述通知消息中显示所述预设定形状的进度位图。
  20. 一种具有处理器可执行的非易失的程序代码的计算机可读介质,其特征在于,所述程序代码使所述处理器执行所述权利要求1-7任一项所述任务执行进度的显示方法。
PCT/CN2016/106307 2016-03-15 2016-11-17 任务执行进度的显示方法、装置及客户端 WO2017157042A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610150236.2A CN107193541A (zh) 2016-03-15 2016-03-15 任务执行进度的显示方法及装置
CN201610150236.2 2016-03-15

Publications (1)

Publication Number Publication Date
WO2017157042A1 true WO2017157042A1 (zh) 2017-09-21

Family

ID=59850511

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/106307 WO2017157042A1 (zh) 2016-03-15 2016-11-17 任务执行进度的显示方法、装置及客户端

Country Status (2)

Country Link
CN (1) CN107193541A (zh)
WO (1) WO2017157042A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114721759A (zh) * 2022-03-31 2022-07-08 珠海豹趣科技有限公司 Android桌面视图展示方法、装置及电子设备
CN114816948A (zh) * 2022-06-27 2022-07-29 统信软件技术有限公司 工作区任务进度的查看方法和装置、记录方法和装置

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107562388A (zh) * 2017-10-11 2018-01-09 郑州云海信息技术有限公司 一种raid初始化时的数据读取方法、装置及介质
CN110019059B (zh) * 2017-12-04 2022-04-12 北京京东尚科信息技术有限公司 一种定时同步的方法和装置
CN110505256B (zh) * 2018-05-16 2021-09-07 腾讯科技(深圳)有限公司 协作任务状态处理方法、装置、存储介质和计算机设备
CN109828826B (zh) * 2019-01-10 2021-11-09 新华三云计算技术有限公司 一种任务进度的轮询方法、装置及系统
CN112035188A (zh) * 2020-09-28 2020-12-04 中移(杭州)信息技术有限公司 控件生成方法、装置、网络设备及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102035936A (zh) * 2010-11-22 2011-04-27 东莞宇龙通信科技有限公司 一种终端任务管理器的实现方法、终端
CN103995771A (zh) * 2014-05-30 2014-08-20 北京安兔兔科技有限公司 任务进度展示方法及系统
CN104239053A (zh) * 2014-09-12 2014-12-24 广州华多网络科技有限公司 进度条显示方法和系统
US20150012828A1 (en) * 2013-06-13 2015-01-08 Tencent Technology (Shenzhen) Company Limited Method, device and computer-readable storage medium for progress bar control

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102841732B (zh) * 2011-06-23 2017-11-14 腾讯科技(深圳)有限公司 一种终端上任务管理的方法及装置
CN102929493B (zh) * 2012-09-26 2015-09-02 东莞宇龙通信科技有限公司 终端和应用程序任务集中控制方法
CN103218115B (zh) * 2013-03-06 2016-09-28 广东欧珀移动通信有限公司 一种通知栏的优化显示方法及移动终端
CN104133662A (zh) * 2013-07-02 2014-11-05 腾讯科技(深圳)有限公司 操作进度展示方法和相关装置
KR20150037209A (ko) * 2013-09-30 2015-04-08 삼성전자주식회사 위젯을 표시하는 방법, 전자 장치 저장 매체 및 전자 장치
US20150145991A1 (en) * 2013-11-22 2015-05-28 Vose Technical Systems, Inc. System and method for shared surveillance
CN103699473A (zh) * 2013-12-13 2014-04-02 乐视网信息技术(北京)股份有限公司 一种任务进度指示的方法和装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102035936A (zh) * 2010-11-22 2011-04-27 东莞宇龙通信科技有限公司 一种终端任务管理器的实现方法、终端
US20150012828A1 (en) * 2013-06-13 2015-01-08 Tencent Technology (Shenzhen) Company Limited Method, device and computer-readable storage medium for progress bar control
CN103995771A (zh) * 2014-05-30 2014-08-20 北京安兔兔科技有限公司 任务进度展示方法及系统
CN104239053A (zh) * 2014-09-12 2014-12-24 广州华多网络科技有限公司 进度条显示方法和系统

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114721759A (zh) * 2022-03-31 2022-07-08 珠海豹趣科技有限公司 Android桌面视图展示方法、装置及电子设备
CN114721759B (zh) * 2022-03-31 2023-11-24 珠海豹趣科技有限公司 Android桌面视图展示方法、装置及电子设备
CN114816948A (zh) * 2022-06-27 2022-07-29 统信软件技术有限公司 工作区任务进度的查看方法和装置、记录方法和装置

Also Published As

Publication number Publication date
CN107193541A (zh) 2017-09-22

Similar Documents

Publication Publication Date Title
WO2017157042A1 (zh) 任务执行进度的显示方法、装置及客户端
WO2020147665A1 (zh) 文件处理方法、装置、终端及存储介质
WO2015106514A1 (zh) 一种实现悬浮显示的方法及装置
US10445132B2 (en) Method and apparatus for switching applications
US9360991B2 (en) Three-dimensional icons for organizing, invoking, and using applications
CN102053776B (zh) 桌面管理系统及方法
WO2016078254A1 (zh) 一种显示方法及终端、存储介质
US10338976B2 (en) Method and apparatus for providing screenshot service on terminal device and storage medium and device
WO2016095728A1 (zh) 一种多窗口显示方法及装置
CN103699473A (zh) 一种任务进度指示的方法和装置
JP6882992B2 (ja) 動画像をプレビューする方法及びデバイス、並びに表現パッケージを表示する方法及びデバイス
WO2015130270A1 (en) Photo and document integration
JP2011529223A (ja) 動的グリッドの表示
WO2021027485A9 (zh) 信息处理方法、装置、存储介质及电子设备
CN109101298B (zh) Windows跨进程窗口管理方法、存储介质、电子设备及系统
US11205286B2 (en) Techniques for optimizing creation of digital diagrams
CN103942823A (zh) 一种游戏引擎渲染方法及装置
US9703466B2 (en) Method, device and terminal for implementing rotation of floating window
WO2016101816A1 (zh) 一种即时通讯中的信息显示方法及装置
TW201903594A (zh) 圖標的顯示方法、裝置、設備和儲存媒介
CN104731855A (zh) 一种显示微信朋友圈图片资源的方法及装置
CN106648567B (zh) 数据获取方法及装置
CN110262749A (zh) 一种网页操作方法、装置、容器、设备及介质
CN103780942A (zh) 一种信息配置方法及装置
CN104133607A (zh) 一种笔迹分享方法及装置

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16894201

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 16894201

Country of ref document: EP

Kind code of ref document: A1