[go: up one dir, main page]

CN106527936A - Method and apparatus for performing interactive operation on Widget object of mobile terminal - Google Patents

Method and apparatus for performing interactive operation on Widget object of mobile terminal Download PDF

Info

Publication number
CN106527936A
CN106527936A CN201610943320.XA CN201610943320A CN106527936A CN 106527936 A CN106527936 A CN 106527936A CN 201610943320 A CN201610943320 A CN 201610943320A CN 106527936 A CN106527936 A CN 106527936A
Authority
CN
China
Prior art keywords
widget
messages
message
interactive operation
preset
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201610943320.XA
Other languages
Chinese (zh)
Other versions
CN106527936B (en
Inventor
石熙
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Anyun Century Technology Co Ltd
Original Assignee
Beijing Qihoo Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Qihoo Technology Co Ltd filed Critical Beijing Qihoo Technology Co Ltd
Priority to CN201610943320.XA priority Critical patent/CN106527936B/en
Publication of CN106527936A publication Critical patent/CN106527936A/en
Application granted granted Critical
Publication of CN106527936B publication Critical patent/CN106527936B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Telephone Function (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

An embodiment of the invention provides a method for performing interactive operation on a Widget object of a mobile terminal. The method comprises the steps of determining a quantity of messages which can be displayed by the Widget when it is detected that touch operation is performed in a preset region of a desktop of the mobile terminal; receiving sliding operation performed after the touch operation; and when raising operation performed after the sliding operation is detected, determining an object of current interactive operation according to the quantity of the messages which can be displayed by the Widget. According to the method provided by the embodiment of the invention, when a user performs the interactive operation, the object of the interactive operation is determined according to the quantity of the messages which can be currently displayed by the Widget. Therefore, the interactive object expected by the user is more accurately determined, the interactive feedback of the Widget and the desktop is prevented from being caused at the same time, and the user experience is improved.

Description

一种在移动终端微件对象Widget上进行交互操作的方法和 装置A method for performing interactive operations on a mobile terminal widget object Widget and device

技术领域technical field

本申请涉及终端技术领域,特别是涉及一种在移动终端微件对象Widget上进行交互操作的方法和一种在移动终端微件对象Widget上进行交互操作的装置。The present application relates to the field of terminal technologies, in particular to a method for performing interactive operations on a mobile terminal widget object Widget and a device for performing interactive operations on a mobile terminal widget object Widget.

背景技术Background technique

移动终端的广泛普及,使人们生活更加便利。在移动终端上能实现很多生活中经常能用到的应用程序,并且人们希望能更加快速便捷的获取到经常使用的应用程序的信息。The widespread popularity of mobile terminals has made people's lives more convenient. Many frequently used application programs can be implemented on the mobile terminal, and people hope to obtain information of the frequently used application programs more quickly and conveniently.

微件Widget是移动终端显示桌面上的一个应用,能够将应用程序推送的信息显示在移动终端的桌面上,快速便捷的展现应用程序的信息。目前,一个Widget可以接收多个应用程序推送的信息,但同一时间只展现多条消息中的一条。当用户想要切换Widget上的消息时,可以通过在屏幕上下滑动来切换信息。Widget is an application on the display desktop of the mobile terminal, which can display the information pushed by the application on the desktop of the mobile terminal, and quickly and conveniently display the information of the application. Currently, a Widget can receive information pushed by multiple applications, but only one of the multiple messages can be displayed at the same time. When users want to switch messages on the Widget, they can switch messages by sliding up and down on the screen.

本申请发明人在实现本申请的时候发现,虽然当用户在屏幕进行上下滑动时,会引起Widget的滑动手势反馈,从而切换消息。但还会引起对桌面的滑动手势反馈,因而触发桌面对应的功能,影响用户体验。When implementing the present application, the inventor of the present application found that although when the user slides up and down on the screen, it will cause feedback of the sliding gesture of the Widget, thereby switching messages. However, it will also cause feedback on the sliding gesture on the desktop, thus triggering the corresponding functions on the desktop and affecting the user experience.

发明内容Contents of the invention

鉴于上述问题,提出了本申请实施例以便提供一种克服上述问题或者至少部分地解决上述问题的一种在移动终端微件对象Widget上进行交互操作的方法和相应的一种在移动终端微件对象Widget上进行交互操作的装置。In view of the above problems, the embodiments of the present application are proposed in order to provide a method for performing interactive operations on a mobile terminal widget object Widget and a corresponding method for a mobile terminal widget to overcome the above problems or at least partially solve the above problems. The device for interactive operation on the object Widget.

为了解决上述问题,本申请实施例公开了一种在移动终端微件对象Widget上进行交互操作的方法,其中,所述Widget用于获取应用程序提供的消息,并在移动终端桌面的预设区域中展现消息,所述交互操作包括触摸操作,在所述触摸操作之后的滑动操作,以及,在所述滑动操作之后的抬起操作;In order to solve the above problems, the embodiment of the present application discloses a method for interactive operation on the widget object Widget of the mobile terminal, wherein the Widget is used to obtain the message provided by the Presenting a message in , the interaction operation includes a touch operation, a slide operation after the touch operation, and a lift operation after the slide operation;

所述的方法包括:The methods described include:

当检测到所述移动终端桌面的预设区域发生触摸操作时,确定所述Widget可展现的消息的数量;When detecting that a touch operation occurs in a preset area of the desktop of the mobile terminal, determine the number of messages that the Widget can display;

接收发生在所述触摸操作之后滑动操作;receiving a slide operation occurring after the touch operation;

当检测到发生在所述滑动操作之后的抬起操作时,依据所述Widget可展现的消息的数量,确定当前交互操作的对象。When a lifting operation occurring after the sliding operation is detected, an object of the current interactive operation is determined according to the number of messages that the Widget can display.

优选的,所述依据所述Widget可展现的消息的数量,确定当前交互操作的对象的步骤包括:Preferably, the step of determining the object of the current interactive operation according to the number of messages that can be displayed by the Widget includes:

若所述消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作;If the number of messages is greater than or equal to a preset number, then determine the current interaction operation as an interaction operation for the Widget;

若所述消息的数量小于预设数量时,则将当前交互操作确定为针对所述移动终端桌面的交互操作。If the number of the messages is less than the preset number, the current interactive operation is determined as an interactive operation on the desktop of the mobile terminal.

优选的,所述Widget具有正面窗口和反面窗口;所述应用程序提供的消息包括:指示在所述正面窗口展现的第一消息和指示在所述反面窗口展现第二消息;Preferably, the Widget has a front window and a back window; the message provided by the application includes: indicating a first message to be displayed on the front window and a second message indicating to show on the back window;

所述确定所述Widget可展现的消息的数量的步骤包括:The step of determining the number of messages that can be displayed by the Widget includes:

确定所述Widget当前展现的窗口;Determine the window currently displayed by the Widget;

若所述Widget当前展现的窗口为正面窗口,则确定所述Widget当前可展现的第一消息的数量;If the window currently displayed by the Widget is a front window, then determine the number of first messages that the Widget can currently display;

若所述Widget当前展现的窗口为反面窗口,则确定所述Widget当前可展现的第二消息的数量。If the window currently displayed by the Widget is a reverse window, then determine the number of second messages that the Widget can currently display.

优选的,所述若所述消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作的步骤包括:Preferably, if the number of the messages is greater than or equal to the preset number, the step of determining the current interactive operation as the interactive operation for the Widget includes:

若所述第一消息或所述第二消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作;If the number of the first message or the second message is greater than or equal to a preset number, then determining the current interaction operation as an interaction operation for the Widget;

所述若所述消息的数量小于预设数量时,则将当前交互操作确定为针对所述移动终端桌面的交互操作的步骤包括:If the number of the messages is less than the preset number, the step of determining the current interactive operation as an interactive operation for the desktop of the mobile terminal includes:

若所述第一消息或所述第二消息的数量小于预设数量,则当前交互操作确定为针对所述移动终端桌面的交互操作。If the number of the first messages or the second messages is less than a preset number, the current interactive operation is determined as an interactive operation for the desktop of the mobile terminal.

优选的,还包括:当所述第一消息或所述第二消息的数量大于等于预设数量时,将预置的标识信息设置为第一标识;Preferably, it also includes: when the number of the first message or the second message is greater than or equal to the preset number, setting the preset identification information as the first identification;

所述若所述第一消息或所述第二消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作的步骤包括:If the number of the first message or the second message is greater than or equal to a preset number, the step of determining the current interactive operation as an interactive operation for the Widget includes:

若所述预置的标识信息为第一标识,则将当前交互操作确定为针对所述Widget的交互操作。If the preset identification information is the first identification, then determine the current interaction operation as the interaction operation for the Widget.

优选的,还包括:当所述第一消息或所述第二消息的数量小于所述预设数量时,将所述预置的标识信息设置为第二标识;Preferably, it further includes: when the number of the first message or the second message is less than the preset number, setting the preset identification information as the second identification;

所述若所述第一消息或所述第二消息的数量小于预设数量,则当前交互操作确定为针对所述移动终端桌面的交互操作的步骤包括:If the number of the first message or the second message is less than the preset number, the step of determining the current interactive operation as an interactive operation for the desktop of the mobile terminal includes:

若所述预置的标识信息为第二标识,则将当前交互操作确定为针对所述移动终端桌面的交互操作。If the preset identification information is the second identification, the current interactive operation is determined as an interactive operation on the desktop of the mobile terminal.

优选的,所述Widget同一时间只展现一条消息。Preferably, the Widget only displays one message at a time.

优选的,所述Widget还用于将符合预设删除条件的消息删除。Preferably, the Widget is also used to delete messages meeting preset deletion conditions.

同时,本申请实施例还公开了一种在移动终端微件对象Widget上进行交互操作的装置,其中,所述Widget用于获取应用程序提供的消息,并在移动终端桌面的预设区域中展现消息,所述交互操作包括触摸操作,在所述触摸操作之后的滑动操作,以及,在所述滑动操作之后的抬起操作;At the same time, the embodiment of the present application also discloses a device for interactive operation on the widget object Widget of the mobile terminal, wherein the Widget is used to obtain the message provided by the application program, and display message, the interaction operation includes a touch operation, a slide operation after the touch operation, and a lift operation after the slide operation;

所述的装置包括:Said devices include:

消息数量确定模块,用于当检测到所述移动终端桌面的预设区域发生触摸操作时,确定所述Widget可展现的消息的数量;A message number determination module, configured to determine the number of messages that can be displayed by the Widget when a touch operation occurs in a preset area of the desktop of the mobile terminal is detected;

滑动操作接收模块,用于接收发生在所述触摸操作之后滑动操作;A slide operation receiving module, configured to receive a slide operation occurring after the touch operation;

交互对象确定模块,用于当检测到发生在所述滑动操作之后的抬起操作时,依据所述Widget可展现的消息的数量,确定当前交互操作的对象。The interactive object determination module is configured to determine the object of the current interactive operation according to the number of messages that can be displayed by the Widget when a lift operation after the sliding operation is detected.

优选的,所述交互对象确定模块包括:Preferably, the interactive object determination module includes:

第一对象确定子模块,用于若所述消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作;The first object determination submodule is configured to determine the current interactive operation as an interactive operation for the Widget if the number of the messages is greater than or equal to a preset number;

第二对象确定子模块,用于若所述消息的数量小于预设数量时,则将当前交互操作确定为针对所述移动终端桌面的交互操作。The second object determining submodule is configured to determine the current interactive operation as an interactive operation for the desktop of the mobile terminal if the number of the messages is less than a preset number.

优选的,所述Widget具有正面窗口和反面窗口;所述应用程序提供的消息包括:指示在所述正面窗口展现的第一消息和指示在所述反面窗口展现第二消息;Preferably, the Widget has a front window and a back window; the message provided by the application includes: indicating a first message to be displayed on the front window and a second message indicating to show on the back window;

所述消息数量确定模块包括:The message number determination module includes:

窗口确定子模块,用于确定所述Widget当前展现的窗口;A window determination submodule, configured to determine the window currently displayed by the Widget;

第一消息数量确定子模块,用于若所述Widget当前展现的窗口为正面窗口,则确定所述Widget当前可展现的第一消息的数量;The first message number determination submodule is used to determine the number of first messages that the Widget can currently display if the window currently displayed by the Widget is a front window;

第二消息数量确定子模块,用于若所述Widget当前展现的窗口为反面窗口,则确定所述Widget当前可展现的第二消息的数量。The sub-module for determining the number of second messages is configured to determine the number of second messages currently displayed by the Widget if the window currently displayed by the Widget is a reverse window.

优选的,所述第一对象确定子模块包括:Preferably, the first object determination submodule includes:

第一目标对象确定单元,用于若所述第一消息或所述第二消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作;The first target object determining unit is configured to determine the current interactive operation as an interactive operation for the Widget if the number of the first message or the second message is greater than or equal to a preset number;

所述第二对象确定子模块包括:The second object determination submodule includes:

第二目标对象确定单元,用于若所述第一消息或所述第二消息的数量小于预设数量,则将当前交互操作确定为针对所述移动终端桌面的交互操作。The second target object determining unit is configured to determine the current interactive operation as an interactive operation for the desktop of the mobile terminal if the number of the first messages or the second messages is less than a preset number.

优选的,还包括:第一标识设置模块,用于当所述第一消息或所述第二消息的数量大于等于预设数量时,将预置的标识信息设置为第一标识;Preferably, it also includes: a first identification setting module, configured to set the preset identification information as the first identification when the number of the first message or the second message is greater than or equal to the preset number;

所述第一目标对象确定单元包括:The first target object determination unit includes:

第一目标对象确定子单元,用于若所述预置的标识信息为第一标识,则将当前交互操作确定为针对所述Widget的交互操作。The first target object determining subunit is configured to determine the current interactive operation as an interactive operation for the Widget if the preset identification information is the first identification.

优选的,还包括:第二标识设置模块,用于当所述第一消息或所述第二消息的数量小于所述预设数量时,将所述预置的标识信息设置为第二标识;Preferably, it also includes: a second identification setting module, configured to set the preset identification information as the second identification when the number of the first message or the second message is less than the preset number;

所述第二目标对象确定单元包括:The second target object determination unit includes:

第二目标对象确定子单元,用于若所述预置的标识信息为第二标识时,则将当前交互操作确定为针对所述移动终端桌面的交互操作。The second target object determining subunit is configured to determine the current interactive operation as an interactive operation for the desktop of the mobile terminal if the preset identification information is the second identification.

优选的,所述Widget同一时间只展现一条消息。Preferably, the Widget only displays one message at a time.

优选的,所述Widget还用于将符合预设删除条件的消息删除。Preferably, the Widget is also used to delete messages meeting preset deletion conditions.

本申请实施例包括以下优点:The embodiment of the present application includes the following advantages:

本申请实施例中,当用户进行交互操作时,根据Widget当前可展现的消息的数量,来确定交互操作的对象。从而更精准的确定用户期望的交互对象,避免同时引起Widget和桌面的交互反馈,从而提高用户体验。In the embodiment of the present application, when the user performs an interactive operation, the object of the interactive operation is determined according to the number of messages currently displayed by the Widget. In this way, the interaction object expected by the user can be determined more accurately, and the interactive feedback of the Widget and the desktop can be avoided at the same time, thereby improving the user experience.

附图说明Description of drawings

图1是本申请的一种在移动终端微件对象Widget上进行交互操作的方法实施例1的步骤流程图;Fig. 1 is a flow chart of the steps of embodiment 1 of a method for interactive operation on a mobile terminal widget object Widget of the present application;

图2是本申请的一种在移动终端微件对象Widget上进行交互操作的方法实施例2的步骤流程图;Fig. 2 is a flow chart of the steps of Embodiment 2 of a method for interactive operation on a mobile terminal widget object Widget of the present application;

图3是本申请的一种在移动终端微件对象Widget上进行交互操作的装置实施例的结构框图。Fig. 3 is a structural block diagram of an embodiment of an apparatus for performing interactive operations on a widget object Widget in a mobile terminal according to the present application.

具体实施方式detailed description

为使本申请的上述目的、特征和优点能够更加明显易懂,下面结合附图和具体实施方式对本申请作进一步详细的说明。In order to make the above objects, features and advantages of the present application more obvious and comprehensible, the present application will be further described in detail below in conjunction with the accompanying drawings and specific implementation methods.

参照图1,示出了本申请的一种在移动终端微件对象Widget上进行交互操作的方法实施例1的步骤流程图,其中,所述Widget用于获取应用程序提供的消息,并在移动终端桌面的预设区域中展现消息,所述交互操作包括触摸操作,在所述触摸操作之后的滑动操作,以及,在所述滑动操作之后的抬起操作;所述的方法具体可以包括如下步骤:Referring to FIG. 1 , it shows a flow chart of the steps of Embodiment 1 of a method for performing interactive operations on a mobile terminal widget object Widget according to the present application, wherein the Widget is used to obtain messages provided by applications, and A message is displayed in a preset area of the terminal desktop, and the interactive operation includes a touch operation, a sliding operation after the touching operation, and a lifting operation after the sliding operation; the method may specifically include the following steps :

步骤101,当检测到所述移动终端桌面的预设区域发生触摸操作时,确定所述Widget可展现的消息的数量;Step 101, when it is detected that a touch operation occurs in a preset area of the desktop of the mobile terminal, determine the number of messages that the Widget can display;

本申请实施例中,Widget是可以在移动终端桌面的按任意执行的形状显示的程序。例如以矩形、圆形进行展现。Widget还可以设置多种图像处理方式,以达到不同风格和效果。例如,做成3D卡片的形式,使得看起来像是实际的卡片效果。In the embodiment of the present application, a Widget is a program that can be displayed on the desktop of the mobile terminal in any execution shape. For example, it is displayed in a rectangle or a circle. Widget can also set multiple image processing methods to achieve different styles and effects. For example, in the form of 3D cards, making it look like actual cards.

通常Widget只占用桌面的一部分区域,其他区域仍用于展现桌面的其他内容。Usually the Widget only occupies a part of the desktop area, and other areas are still used to display other contents of the desktop.

Widget可以提供一个接口API(Application Programming Interface,应用程序编程接口)供其他应用程序调用。其他应用程序,可通过此接口向Widget发送需要展现的消息。例如,短信消息,天气预报消息等。The Widget may provide an interface API (Application Programming Interface, application programming interface) for other application programs to call. Other applications can send messages that need to be displayed to the Widget through this interface. For example, SMS messages, weather forecast messages, etc.

Widget可以接收多个应用程序的消息作为可展现,但同一时间只展现其中一条。当用户需要切换展现的消息时,可通过设定的交互操作来实现。交互操作具体可以包括:触摸操作、滑动操作、以及抬起操作。具体的,移动终端通过检测屏幕上的触摸事件(ACTION_DOWN)来判断触摸操作,检测滑动事件(ACTION_MOVE)来判断滑动操作,检测抬起事件(ACTION_UP)来判断抬起操作。Widget can receive messages from multiple applications as displayable, but only one of them can be displayed at a time. When the user needs to switch the displayed message, it can be realized through the set interactive operation. Specifically, the interactive operation may include: a touch operation, a slide operation, and a lift operation. Specifically, the mobile terminal judges a touch operation by detecting a touch event (ACTION_DOWN) on the screen, detects a slide event (ACTION_MOVE) to judge a slide operation, and detects a lift event (ACTION_UP) to judge a lift operation.

步骤102,接收发生在所述触摸操作之后滑动操作;Step 102, receiving a sliding operation occurring after the touch operation;

步骤103,当检测到发生在所述滑动操作之后的抬起操作时,依据所述Widget可展现的消息的数量,确定当前交互操作的对象。Step 103, when a lifting operation after the sliding operation is detected, determine the object of the current interactive operation according to the number of messages that the Widget can display.

当检测到发生抬起操作时,可以认为交互操作已经完成,此时根据Widget可展现的消息的数量,来确定交互操作的对象,从而引起正确的交互反馈。When the lifting operation is detected, it can be considered that the interactive operation has been completed. At this time, the object of the interactive operation is determined according to the number of messages that the Widget can display, thereby causing correct interactive feedback.

在本申请实施例中,所述步骤103具体可以包括如下子步骤:In the embodiment of the present application, the step 103 may specifically include the following sub-steps:

子步骤S11,若所述消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作;Sub-step S11, if the number of the messages is greater than or equal to the preset number, then determine the current interactive operation as the interactive operation for the Widget;

子步骤S12,若所述消息的数量小于预设数量时,则将当前交互操作确定为针对所述移动终端桌面的交互操作。In sub-step S12, if the number of messages is less than the preset number, then determine the current interactive operation as an interactive operation for the desktop of the mobile terminal.

具体的,当Widget可展现的消息的数量大于等于预设数量时,则将当前交互操作确定为针对Widget的交互操作,从而引起Widget的交互操作反馈,使得Widget可以切换展现的消息。Specifically, when the number of messages that can be displayed by the Widget is greater than or equal to the preset number, the current interactive operation is determined as an interactive operation for the Widget, thereby causing feedback of the interactive operation of the Widget, so that the Widget can switch the displayed messages.

其中,预设数量可以为2,即当Widget可展现的消息的数量大于等于2时,Widget切换展现的消息。Wherein, the preset number may be 2, that is, when the number of messages that the Widget can display is greater than or equal to 2, the Widget switches the displayed messages.

当Widget可展现的消息的数量小于预设数量时,则将当前交互操作确定为针对桌面的交互操作,从而引起桌面的交互操作反馈。When the number of messages that can be displayed by the Widget is less than the preset number, the current interactive operation is determined as an interactive operation on the desktop, thereby causing feedback on the interactive operation on the desktop.

本申请实施例中,当用户进行交互操作时,根据Widget当前可展现的消息的数量,来确定交互操作的对象。从而更精准的确定用户期望的交互对象,避免同时引起Widget和桌面的交互反馈,从而提高用户体验。In the embodiment of the present application, when the user performs an interactive operation, the object of the interactive operation is determined according to the number of messages currently displayed by the Widget. In this way, the interaction object expected by the user can be determined more accurately, and the interactive feedback of the Widget and the desktop can be avoided at the same time, thereby improving the user experience.

参照图2,示出了本申请的一种在移动终端微件对象Widget上进行交互操作的方法实施例2的步骤流程图,其中,所述Widget用于获取应用程序提供的消息,并在移动终端桌面的预设区域中展现消息,所述交互操作包括触摸操作,在所述触摸操作之后的滑动操作,以及,在所述滑动操作之后的抬起操作;所述的方法具体可以包括如下步骤:Referring to FIG. 2 , it shows a flow chart of steps in Embodiment 2 of a method for interactive operation on a mobile terminal widget object Widget of the present application, wherein the Widget is used to obtain messages provided by applications, and A message is displayed in a preset area of the terminal desktop, and the interactive operation includes a touch operation, a sliding operation after the touching operation, and a lifting operation after the sliding operation; the method may specifically include the following steps :

步骤201,当检测到所述移动终端桌面的预设区域发生触摸操作时,确定所述Widget可展现的消息的数量;Step 201, when it is detected that a touch operation occurs in a preset area of the desktop of the mobile terminal, determine the number of messages that the Widget can display;

Widget可以接收多个应用程序的消息作为可展现,但同一时间只展现其中一条。在本申请实施例中,当Widget接收的消息满足预设删除条件时,则将该消息删除。Widget can receive messages from multiple applications as displayable, but only one of them can be displayed at a time. In the embodiment of the present application, when the message received by the Widget satisfies the preset deletion condition, the message is deleted.

删除条件具体可以包括:消息已经展现过预设的次数,即接收该消息后的经过的时间已经超过预设时间。本领域技术人员应该可以理解,上述的删除条件仅仅是本发明的示例,本领域技术人员可以采用其他删除条件进行删除,本申请在此不作限制。The deletion condition may specifically include: the message has been presented a preset number of times, that is, the elapsed time after receiving the message has exceeded the preset time. Those skilled in the art should understand that the above deletion conditions are only examples of the present invention, and those skilled in the art may use other deletion conditions to perform deletion, which is not limited in this application.

在本申请实施例中,所述Widget具有正面窗口和反面窗口;所述应用程序提供的消息包括:指示在所述正面窗口展现的第一消息和指示在所述反面窗口展现第二消息;In the embodiment of the present application, the Widget has a front window and a back window; the message provided by the application includes: a first message indicating to be displayed on the front window and a second message indicating to be displayed on the back window;

所述步骤201具体可以包括如下子步骤:The step 201 may specifically include the following sub-steps:

子步骤S21,确定所述Widget当前展现的窗口;Sub-step S21, determining the window currently displayed by the Widget;

子步骤S22,若所述Widget当前展现的窗口为正面窗口,则确定所述Widget当前可展现的第一消息的数量;Sub-step S22, if the window currently displayed by the Widget is a front window, then determine the number of first messages that the Widget can currently display;

子步骤S23若所述Widget当前展现的窗口为反面窗口,则确定所述Widget当前可展现的第二消息的数量Sub-step S23 If the window currently displayed by the Widget is a reverse window, then determine the number of second messages that the Widget can currently display

具体的,本申请实施例中Widget可以做成3D卡片的形式,并且对Widget设置正面窗口和反面窗口,Widget同一时间只展现能一个窗口。当窗口切换时,可以以翻转卡片的效果展现,从而丰富用户的体验。Specifically, in the embodiment of the present application, the Widget can be made in the form of a 3D card, and a front window and a back window are set for the Widget, and the Widget can only display one window at a time. When the window is switched, it can be displayed with the effect of flipping the card, thereby enriching the user experience.

正面窗口和反面窗口分别用于展现不同属性、不同类型的信息。例如,第一消息可以是应用程序推送的广告消息。第二消息可以是用户设定的提醒消息。还例如,第一消息可以是通信类应用程序发送的通信信息,第二应用程序可以时由购物类应用程序推送的广告信息。本领域技术人员应该可以理解,上述的第一消息、第二消息的属性、类别仅仅是本发明的示例,本领域技术人员可以采用分类方法来区分第一消息和第二消息,本申请在此不作限制。The front window and the back window are respectively used to display different attributes and different types of information. For example, the first message may be an advertisement message pushed by an application program. The second message may be a reminder message set by the user. For another example, the first message may be communication information sent by a communication application, and the second application may be advertisement information pushed by a shopping application. Those skilled in the art should understand that the attributes and categories of the above-mentioned first message and second message are only examples of the present invention, and those skilled in the art can use a classification method to distinguish the first message from the second message. No limit.

步骤202,接收发生在所述触摸操作之后滑动操作;Step 202, receiving a sliding operation occurring after the touch operation;

步骤203,当检测到发生在所述滑动操作之后的抬起操作时,若所述消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作;若所述消息的数量小于预设数量时,则将当前交互操作确定为针对所述移动终端桌面的交互操作。Step 203, when detecting a lifting operation that occurs after the sliding operation, if the number of messages is greater than or equal to a preset number, determine the current interactive operation as an interactive operation for the Widget; if the message When the number is less than the preset number, the current interactive operation is determined as an interactive operation for the desktop of the mobile terminal.

在本申请实施例中,所述若所述消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作的步骤具体可以包括:In the embodiment of the present application, if the number of the messages is greater than or equal to the preset number, the step of determining the current interactive operation as the interactive operation for the Widget may specifically include:

子步骤S31,若所述第一消息或所述第二消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作。Sub-step S31, if the number of the first message or the second message is greater than or equal to a preset number, then determine the current interaction operation as an interaction operation for the Widget.

具体的,若Widget当前展现的为正面窗口,则确定可展现的第一消息的数量,若可展现的第一消息的数量大于等于预设数量,则将当前交互操作确定为针对Widget的交互操作。Specifically, if the Widget currently displays a front window, then determine the number of first messages that can be displayed, and if the number of first messages that can be displayed is greater than or equal to the preset number, then determine the current interactive operation as an interactive operation for the Widget .

若Widget当前展现的为反面窗口,则确定可展现的第二消息的数量,若可展现的第二消息的数量大于等于预设数量,则将当前交互操作确定为针对Widget的交互操作。If the Widget currently displays a reverse window, then determine the number of second messages that can be displayed, and if the number of second messages that can be displayed is greater than or equal to the preset number, then determine the current interactive operation as an interactive operation for the Widget.

在本申请实施例中,所述的方法还可以包括:In the embodiment of the present application, the method may also include:

当所述第一消息或所述第二消息的数量大于等于预设数量时,将预置的标识信息设置为第一标识。When the number of the first messages or the second messages is greater than or equal to the preset number, the preset identification information is set as the first identification.

所述子步骤S31具体可以包括:The sub-step S31 may specifically include:

若所述预置的标识信息为第一标识,则将当前交互操作确定为针对所述Widget的交互操作。If the preset identification information is the first identification, then determine the current interaction operation as the interaction operation for the Widget.

具体的,当见到在Widget上的触摸操作时,确定可展现的第一消息或第二消息的数量。当第一消息或第二消息的数量大于等于预设数量时,则将预置的标识信息设置为第一标识。Specifically, when seeing a touch operation on the Widget, determine the number of first messages or second messages that can be displayed. When the number of the first messages or the second messages is greater than or equal to the preset number, the preset identification information is set as the first identification.

在检测到抬起操作后,检测标识信息。若标识信息为第一标识,则将当前交互操作确定为针对Widget的交互操作。After detecting the lifting operation, the identification information is detected. If the identification information is the first identification, the current interaction operation is determined as the interaction operation for the Widget.

另一方面,在本申请实施例中,所述若所述消息的数量小于预设数量时,则将当前交互操作确定为针对所述移动终端桌面的交互操作的步骤包括:On the other hand, in the embodiment of the present application, if the number of the messages is less than the preset number, the step of determining the current interactive operation as an interactive operation for the desktop of the mobile terminal includes:

子步骤S41,若所述第一消息或所述第二消息的数量小于预设数量,则当前交互操作确定为针对所述移动终端桌面的交互操作。In sub-step S41, if the number of the first messages or the second messages is less than the preset number, the current interactive operation is determined as an interactive operation for the desktop of the mobile terminal.

具体的,若Widget当前展现的为正面窗口,则确定可展现的第一消息的数量,若可展现的第一消息的数量小于预设数量,则当前交互操作确定为针对移动终端桌面的交互操作。Specifically, if the Widget is currently displaying a front window, then determine the number of first messages that can be displayed, and if the number of first messages that can be displayed is less than the preset number, then the current interactive operation is determined as an interactive operation for the desktop of the mobile terminal .

若Widget当前展现的为反面窗口,则确定可展现的第二消息的数量,若可展现的第二消息的数量大于等于预设数量,则当前交互操作确定为针对移动终端桌面的交互操作。If the Widget currently presents a reverse window, then determine the number of second messages that can be displayed, and if the number of second messages that can be displayed is greater than or equal to the preset number, then the current interactive operation is determined as an interactive operation for the mobile terminal desktop.

在本申请实施例中,所述的方法还可以包括:In the embodiment of the present application, the method may also include:

当所述第一消息或所述第二消息的数量小于所述预设数量时,将所述预置的标识信息设置为第二标识;When the number of the first message or the second message is less than the preset number, setting the preset identification information as a second identification;

所述子步骤S41具体可以包括:The sub-step S41 may specifically include:

若所述预置的标识信息为第二标识,则将当前交互操作确定为针对所述移动终端桌面的交互操作。If the preset identification information is the second identification, the current interactive operation is determined as an interactive operation on the desktop of the mobile terminal.

具体的,当见到在Widget上的触摸操作时,确定可展现的第一消息或第二消息的数量。当第一消息或第二消息的数量小于预设数量时,则将预置的标识信息设置为第二标识。Specifically, when seeing a touch operation on the Widget, determine the number of first messages or second messages that can be displayed. When the number of the first messages or the second messages is less than the preset number, the preset identification information is set as the second identification.

在检测到抬起操作后,检测标识信息。若标识信息为第二标识,则将当前交互操作确定为针对移动终端桌面的交互操作。After detecting the lifting operation, the identification information is detected. If the identification information is the second identification, the current interactive operation is determined as an interactive operation on the desktop of the mobile terminal.

本申请实施例中,当用户进行交互操作时,根据Widget当前展现的窗口对应的可展现的消息的数量,来确定交互操作的对象。若Widget当前展现的窗口对应的可展现的消息的数量大于等于预设数量,则将当前交互操作确定为针对Widget的交互操作。若Widget当前展现的窗口对应的可展现的消息的数量小于预设数量,则将当前交互操作确定为针对移动终端桌面的交互操作。从而更精准的确定用户期望的交互对象,避免同时引起Widget和桌面的交互反馈,从而提高用户体验。In the embodiment of the present application, when the user performs an interactive operation, the object of the interactive operation is determined according to the number of displayable messages corresponding to the window currently displayed by the Widget. If the number of displayable messages corresponding to the window currently displayed by the Widget is greater than or equal to the preset number, the current interactive operation is determined as an interactive operation for the Widget. If the number of displayable messages corresponding to the window currently displayed by the Widget is less than the preset number, the current interactive operation is determined as an interactive operation for the desktop of the mobile terminal. In this way, the interaction object expected by the user can be determined more accurately, and the interactive feedback of the Widget and the desktop can be avoided at the same time, thereby improving the user experience.

需要说明的是,对于方法实施例,为了简单描述,故将其都表述为一系列的动作组合,但是本领域技术人员应该知悉,本申请实施例并不受所描述的动作顺序的限制,因为依据本申请实施例,某些步骤可以采用其他顺序或者同时进行。其次,本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,所涉及的动作并不一定是本申请实施例所必须的。It should be noted that, for the method embodiment, for the sake of simple description, it is expressed as a series of action combinations, but those skilled in the art should know that the embodiment of the present application is not limited by the described action sequence, because According to the embodiment of the present application, certain steps may be performed in other orders or simultaneously. Secondly, those skilled in the art should also know that the embodiments described in the specification belong to preferred embodiments, and the actions involved are not necessarily required by the embodiments of the present application.

参照图3,示出了本申请的一种在移动终端微件对象Widget上进行交互操作的装置实施例的结构框图,其中所述Widget用于获取应用程序提供的消息,并在移动终端桌面的预设区域中展现消息,所述交互操作包括触摸操作,在所述触摸操作之后的滑动操作,以及,在所述滑动操作之后的抬起操作;Referring to FIG. 3 , it shows a structural block diagram of an embodiment of an apparatus for performing interactive operations on a mobile terminal widget object Widget according to the present application, wherein the Widget is used to obtain messages provided by applications, and is displayed on the desktop of the mobile terminal. A message is displayed in a preset area, and the interaction operation includes a touch operation, a slide operation after the touch operation, and a lift operation after the slide operation;

所述的装置具体可以包括如下模块:The device specifically may include the following modules:

消息数量确定模块301,用于当检测到所述移动终端桌面的预设区域发生触摸操作时,确定所述Widget可展现的消息的数量;A message quantity determination module 301, configured to determine the quantity of messages that can be displayed by the Widget when a touch operation occurs in a preset area of the desktop of the mobile terminal is detected;

滑动操作接收模块302,用于接收发生在所述触摸操作之后滑动操作;A slide operation receiving module 302, configured to receive a slide operation occurring after the touch operation;

交互对象确定模块303,用于当检测到发生在所述滑动操作之后的抬起操作时,依据所述Widget可展现的消息的数量,确定当前交互操作的对象。The interactive object determining module 303 is configured to determine the object of the current interactive operation according to the number of messages that can be displayed by the Widget when a lifting operation after the sliding operation is detected.

在本申请实施例中,所述交互对象确定模块303可以包括:In the embodiment of this application, the interactive object determining module 303 may include:

第一对象确定子模块,用于若所述消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作;The first object determination submodule is configured to determine the current interactive operation as an interactive operation for the Widget if the number of the messages is greater than or equal to the preset number;

第二对象确定子模块,用于若所述消息的数量小于预设数量时,则将当前交互操作确定为针对所述移动终端桌面的交互操作。The second object determining submodule is configured to determine the current interactive operation as an interactive operation for the desktop of the mobile terminal if the number of the messages is less than a preset number.

在本申请实施例中,所述Widget具有正面窗口和反面窗口;所述应用程序提供的消息包括:指示在所述正面窗口展现的第一消息和指示在所述反面窗口展现第二消息;In the embodiment of the present application, the Widget has a front window and a back window; the message provided by the application includes: a first message indicating to be displayed on the front window and a second message indicating to be displayed on the back window;

所述消息数量确定模块301可以包括:The message quantity determining module 301 may include:

窗口确定子模块,用于确定所述Widget当前展现的窗口;A window determination submodule, configured to determine the window currently displayed by the Widget;

第一消息数量确定子模块,用于若所述Widget当前展现的窗口为正面窗口,则确定所述Widget当前可展现的第一消息的数量;The first message number determination submodule is used to determine the number of first messages that the Widget can currently display if the window currently displayed by the Widget is a front window;

第二消息数量确定子模块,用于若所述Widget当前展现的窗口为反面窗口,则确定所述Widget当前可展现的第二消息的数量。The sub-module for determining the number of second messages is configured to determine the number of second messages currently displayed by the Widget if the window currently displayed by the Widget is a reverse window.

在本申请实施例中,所述第一对象确定子模块可以包括:In the embodiment of the present application, the first object determination submodule may include:

第一目标对象确定单元,用于若所述第一消息或所述第二消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作;The first target object determining unit is configured to determine the current interactive operation as an interactive operation for the Widget if the number of the first message or the second message is greater than or equal to a preset number;

所述第二对象确定子模块可以包括:The second object determination submodule may include:

第二目标对象确定单元,用于若所述第一消息或所述第二消息的数量小于预设数量,则将当前交互操作确定为针对所述移动终端桌面的交互操作。The second target object determining unit is configured to determine the current interactive operation as an interactive operation for the desktop of the mobile terminal if the number of the first messages or the second messages is less than a preset number.

在本申请实施例中,所述的装置还可以包括:In the embodiment of the present application, the device may also include:

第一标识设置模块,用于当所述第一消息或所述第二消息的数量大于等于预设数量时,将预置的标识信息设置为第一标识;A first identification setting module, configured to set the preset identification information as the first identification when the number of the first message or the second message is greater than or equal to a preset number;

所述第一目标对象确定单元包括:The first target object determination unit includes:

第一目标对象确定子单元,用于若所述预置的标识信息为第一标识,则将当前交互操作确定为针对所述Widget的交互操作。The first target object determining subunit is configured to determine the current interactive operation as an interactive operation for the Widget if the preset identification information is the first identification.

在本申请实施例中,所述的装置还包括:In the embodiment of the present application, the device further includes:

第二标识设置模块,用于当所述第一消息或所述第二消息的数量小于所述预设数量时,将所述预置的标识信息设置为第二标识;A second identification setting module, configured to set the preset identification information as a second identification when the number of the first message or the second message is less than the preset number;

所述第二目标对象确定单元包括:The second target object determination unit includes:

第二目标对象确定子单元,用于若所述预置的标识信息为第二标识时,则将当前交互操作确定为针对所述移动终端桌面的交互操作。The second target object determining subunit is configured to determine the current interactive operation as an interactive operation for the desktop of the mobile terminal if the preset identification information is the second identification.

在本申请实施例中,所述Widget同一时间只展现一条消息。In this embodiment of the application, the Widget only displays one message at a time.

在本申请实施例中,所述Widget还用于将符合预设删除条件的消息删除。In the embodiment of the present application, the Widget is also used to delete messages meeting preset deletion conditions.

本申请实施例中,当用户进行交互操作时,根据Widget当前展现的窗口对应的可展现的消息的数量,来确定交互操作的对象。若Widget当前展现的窗口对应的可展现的消息的数量大于等于预设数量,则将当前交互操作确定为针对Widget的交互操作。若Widget当前展现的窗口对应的可展现的消息的数量小于预设数量,则将当前交互操作确定为针对移动终端桌面的交互操作。从而更精准的确定用户期望的交互对象,避免同时引起Widget和桌面的交互反馈,从而提高用户体验。In the embodiment of the present application, when the user performs an interactive operation, the object of the interactive operation is determined according to the number of displayable messages corresponding to the window currently displayed by the Widget. If the number of displayable messages corresponding to the window currently displayed by the Widget is greater than or equal to the preset number, the current interactive operation is determined as an interactive operation for the Widget. If the number of displayable messages corresponding to the window currently displayed by the Widget is less than the preset number, the current interactive operation is determined as an interactive operation for the desktop of the mobile terminal. In this way, the interaction object expected by the user can be determined more accurately, and the interactive feedback of the Widget and the desktop can be avoided at the same time, thereby improving the user experience.

对于装置实施例而言,由于其与方法实施例基本相似,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。As for the device embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and for related parts, please refer to the part of the description of the method embodiment.

本说明书中的各个实施例均采用递进的方式描述,每个实施例重点说明的都是与其他实施例的不同之处,各个实施例之间相同相似的部分互相参见即可。Each embodiment in this specification is described in a progressive manner, each embodiment focuses on the difference from other embodiments, and the same and similar parts of each embodiment can be referred to each other.

本领域内的技术人员应明白,本申请实施例的实施例可提供为方法、装置、或计算机程序产品。因此,本申请实施例可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本申请实施例可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。Those skilled in the art should understand that the embodiments of the embodiments of the present application may be provided as methods, devices, or computer program products. Therefore, the embodiment of the present application may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present application may 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.) having computer-usable program code embodied therein.

本申请实施例是参照根据本申请实施例的方法、终端设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理终端设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理终端设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。Embodiments of the present application are described with reference to flowcharts and/or block diagrams of methods, terminal devices (systems), and computer program products according to the embodiments of the present application. It should be understood that each procedure and/or block in the flowchart and/or block diagram, and a combination of procedures and/or blocks in the flowchart and/or block diagram can be realized by computer program instructions. These computer program instructions may be provided to a general purpose computer, special purpose computer, embedded processor or processor of other programmable data processing terminal equipment to produce a machine such that instructions executed by the computer or processor of other programmable data processing terminal equipment Produce means for realizing the functions specified in one or more procedures of the flowchart and/or one or more blocks of the block diagram.

这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理终端设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。These computer program instructions may also be stored in a computer-readable memory capable of directing a computer or other programmable data processing terminal to operate in a specific manner, such that the instructions stored in the computer-readable memory produce an article of manufacture comprising instruction means, the The instruction means implements the functions specified in one or more procedures of the flowchart and/or one or more blocks of the block diagram.

这些计算机程序指令也可装载到计算机或其他可编程数据处理终端设备上,使得在计算机或其他可编程终端设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程终端设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded into a computer or other programmable data processing terminal equipment, so that a series of operational steps are performed on the computer or other programmable terminal equipment to produce computer-implemented processing, thereby The instructions executed above provide steps for implementing the functions specified in one or more procedures of the flowchart and/or one or more blocks of the block diagram.

尽管已描述了本申请实施例的优选实施例,但本领域内的技术人员一旦得知了基本创造性概念,则可对这些实施例做出另外的变更和修改。所以,所附权利要求意欲解释为包括优选实施例以及落入本申请实施例范围的所有变更和修改。While the preferred embodiments of the embodiments of the present application have been described, additional changes and modifications can be made to these embodiments by those skilled in the art once the basic inventive concept is understood. Therefore, the appended claims are intended to be interpreted to cover the preferred embodiment and all changes and modifications that fall within the scope of the embodiments of the application.

最后,还需要说明的是,在本文中,诸如第一和第二等之类的关系术语仅仅用来将一个实体或者操作与另一个实体或操作区分开来,而不一定要求或者暗示这些实体或操作之间存在任何这种实际的关系或者顺序。而且,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者终端设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者终端设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、物品或者终端设备中还存在另外的相同要素。Finally, it should also be noted that in this text, relational terms such as first and second etc. are only used to distinguish one entity or operation from another, and do not necessarily require or imply that these entities or operations, any such actual relationship or order exists. Furthermore, the term "comprises", "comprises" or any other variation thereof is intended to cover a non-exclusive inclusion such that a process, method, article, or terminal equipment comprising a set of elements includes not only those elements, but also includes elements not expressly listed. other elements identified, or also include elements inherent in such a process, method, article, or end-equipment. Without further limitations, an element defined by the phrase "comprising a ..." does not exclude the presence of additional identical elements in the process, method, article or terminal device comprising said element.

以上对本申请所提供的一种在移动终端微件对象Widget上进行交互操作的方法和一种在移动终端微件对象Widget上进行交互操作的装置,进行了详细介绍,本文中应用了具体个例对本申请的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本申请的方法及其核心思想;同时,对于本领域的一般技术人员,依据本申请的思想,在具体实施方式及应用范围上均会有改变之处,综上所述,本说明书内容不应理解为对本申请的限制。A method for performing interactive operations on a mobile terminal widget object Widget and a device for performing interactive operations on a mobile terminal widget object Widget provided by this application have been introduced in detail above, and specific examples are used in this paper The principles and implementation methods of the application have been described, and the descriptions of the above examples are only used to help understand the method and core ideas of the application; meanwhile, for those of ordinary skill in the art, according to the ideas of the application, in the specific implementation methods There will be changes in the scope of application and the scope of application. In summary, the content of this specification should not be construed as limiting the application.

本申请实施例公开了A1、一种在移动终端微件对象Widget上进行交互操作的方法,其中,所述Widget用于获取应用程序提供的消息,并在移动终端桌面的预设区域中展现消息,所述交互操作包括触摸操作,在所述触摸操作之后的滑动操作,以及,在所述滑动操作之后的抬起操作;The embodiment of the present application discloses A1, a method for interactive operation on the widget object Widget of the mobile terminal, wherein the Widget is used to obtain the message provided by the application program, and display the message in the preset area of the desktop of the mobile terminal , the interaction operation includes a touch operation, a slide operation after the touch operation, and a lift operation after the slide operation;

所述的方法包括:The methods described include:

当检测到所述移动终端桌面的预设区域发生触摸操作时,确定所述Widget可展现的消息的数量;When detecting that a touch operation occurs in a preset area of the desktop of the mobile terminal, determine the number of messages that the Widget can display;

接收发生在所述触摸操作之后滑动操作;receiving a slide operation occurring after the touch operation;

当检测到发生在所述滑动操作之后的抬起操作时,依据所述Widget可展现的消息的数量,确定当前交互操作的对象。When a lifting operation occurring after the sliding operation is detected, an object of the current interactive operation is determined according to the number of messages that the Widget can display.

A2、如A1所述的方法,所述依据所述Widget可展现的消息的数量,确定当前交互操作的对象的步骤包括:A2, the method as described in A1, the step of determining the object of the current interactive operation according to the number of messages that can be displayed by the Widget includes:

若所述消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作;If the number of messages is greater than or equal to a preset number, then determine the current interaction operation as an interaction operation for the Widget;

若所述消息的数量小于预设数量时,则将当前交互操作确定为针对所述移动终端桌面的交互操作。If the number of the messages is less than the preset number, the current interactive operation is determined as an interactive operation on the desktop of the mobile terminal.

A3、如A2所述的方法,所述Widget具有正面窗口和反面窗口;所述应用程序提供的消息包括:指示在所述正面窗口展现的第一消息和指示在所述反面窗口展现第二消息;A3, the method as described in A2, the Widget has a front window and a back window; the message provided by the application includes: indicating the first message displayed on the front window and indicating the second message displayed on the back window ;

所述确定所述Widget可展现的消息的数量的步骤包括:The step of determining the number of messages that can be displayed by the Widget includes:

确定所述Widget当前展现的窗口;Determine the window currently displayed by the Widget;

若所述Widget当前展现的窗口为正面窗口,则确定所述Widget当前可展现的第一消息的数量;If the window currently displayed by the Widget is a front window, then determine the number of first messages that the Widget can currently display;

若所述Widget当前展现的窗口为反面窗口,则确定所述Widget当前可展现的第二消息的数量。If the window currently displayed by the Widget is a reverse window, then determine the number of second messages that the Widget can currently display.

A4、如A3所述的方法,所述若所述消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作的步骤包括:A4. The method as described in A3, if the number of the messages is greater than or equal to the preset number, the step of determining the current interactive operation as the interactive operation for the Widget includes:

若所述第一消息或所述第二消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作;If the number of the first message or the second message is greater than or equal to a preset number, then determining the current interaction operation as an interaction operation for the Widget;

所述若所述消息的数量小于预设数量时,则将当前交互操作确定为针对所述移动终端桌面的交互操作的步骤包括:If the number of the messages is less than the preset number, the step of determining the current interactive operation as an interactive operation for the desktop of the mobile terminal includes:

若所述第一消息或所述第二消息的数量小于预设数量,则当前交互操作确定为针对所述移动终端桌面的交互操作。If the number of the first messages or the second messages is less than a preset number, the current interactive operation is determined as an interactive operation for the desktop of the mobile terminal.

A5、如A4所述的方法,还包括:A5, the method as described in A4, also includes:

当所述第一消息或所述第二消息的数量大于等于预设数量时,将预置的标识信息设置为第一标识;When the number of the first message or the second message is greater than or equal to a preset number, setting the preset identification information as the first identification;

所述若所述第一消息或所述第二消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作的步骤包括:If the number of the first message or the second message is greater than or equal to a preset number, the step of determining the current interactive operation as an interactive operation for the Widget includes:

若所述预置的标识信息为第一标识,则将当前交互操作确定为针对所述Widget的交互操作。If the preset identification information is the first identification, then determine the current interaction operation as the interaction operation for the Widget.

A6、如A4所述的方法,还包括:A6, the method as described in A4, also includes:

当所述第一消息或所述第二消息的数量小于所述预设数量时,将所述预置的标识信息设置为第二标识;When the number of the first message or the second message is less than the preset number, setting the preset identification information as a second identification;

所述若所述第一消息或所述第二消息的数量小于预设数量,则当前交互操作确定为针对所述移动终端桌面的交互操作的步骤包括:If the number of the first message or the second message is less than the preset number, the step of determining the current interactive operation as an interactive operation for the desktop of the mobile terminal includes:

若所述预置的标识信息为第二标识,则将当前交互操作确定为针对所述移动终端桌面的交互操作。If the preset identification information is the second identification, the current interactive operation is determined as an interactive operation on the desktop of the mobile terminal.

A7、如A1所述的方法,所述Widget同一时间只展现一条消息。A7. In the method described in A1, the Widget only displays one message at a time.

A8、如A1所述的方法,所述Widget还用于将符合预设删除条件的消息删除。A8. The method described in A1, wherein the Widget is further used to delete messages meeting preset deletion conditions.

同时,本申请实施例还公开了B9、一种在移动终端微件对象Widget上进行交互操作的装置,其中,所述Widget用于获取应用程序提供的消息,并在移动终端桌面的预设区域中展现消息,所述交互操作包括触摸操作,在所述触摸操作之后的滑动操作,以及,在所述滑动操作之后的抬起操作;At the same time, the embodiment of the present application also discloses B9, a device for interactive operation on the widget object Widget of the mobile terminal, wherein the Widget is used to acquire the Presenting a message in , the interaction operation includes a touch operation, a slide operation after the touch operation, and a lift operation after the slide operation;

所述的装置包括:Said devices include:

消息数量确定模块,用于当检测到所述移动终端桌面的预设区域发生触摸操作时,确定所述Widget可展现的消息的数量;A message number determination module, configured to determine the number of messages that can be displayed by the Widget when a touch operation occurs in a preset area of the desktop of the mobile terminal is detected;

滑动操作接收模块,用于接收发生在所述触摸操作之后滑动操作;A slide operation receiving module, configured to receive a slide operation occurring after the touch operation;

交互对象确定模块,用于当检测到发生在所述滑动操作之后的抬起操作时,依据所述Widget可展现的消息的数量,确定当前交互操作的对象。The interactive object determination module is configured to determine the object of the current interactive operation according to the number of messages that can be displayed by the Widget when a lift operation after the sliding operation is detected.

B10、如B9所述的装置,所述交互对象确定模块包括:B10, the device as described in B9, the interactive object determination module includes:

第一对象确定子模块,用于若所述消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作;The first object determination submodule is configured to determine the current interactive operation as an interactive operation for the Widget if the number of the messages is greater than or equal to a preset number;

第二对象确定子模块,用于若所述消息的数量小于预设数量时,则将当前交互操作确定为针对所述移动终端桌面的交互操作。The second object determining submodule is configured to determine the current interactive operation as an interactive operation for the desktop of the mobile terminal if the number of the messages is less than a preset number.

B11、如B10所述的装置,所述Widget具有正面窗口和反面窗口;所述应用程序提供的消息包括:指示在所述正面窗口展现的第一消息和指示在所述反面窗口展现第二消息;B11, the device as described in B10, the Widget has a front window and a back window; the message provided by the application program includes: indicating the first message displayed on the front window and indicating the second message displayed on the back window ;

所述消息数量确定模块包括:The message number determination module includes:

窗口确定子模块,用于确定所述Widget当前展现的窗口;A window determination submodule, configured to determine the window currently displayed by the Widget;

第一消息数量确定子模块,用于若所述Widget当前展现的窗口为正面窗口,则确定所述Widget当前可展现的第一消息的数量;The first message number determination submodule is used to determine the number of first messages that the Widget can currently display if the window currently displayed by the Widget is a front window;

第二消息数量确定子模块,用于若所述Widget当前展现的窗口为反面窗口,则确定所述Widget当前可展现的第二消息的数量。The sub-module for determining the number of second messages is configured to determine the number of second messages currently displayed by the Widget if the window currently displayed by the Widget is a reverse window.

B12、如B11所述的装置,所述第一对象确定子模块包括:B12, the device as described in B11, said first object determination submodule includes:

第一目标对象确定单元,用于若所述第一消息或所述第二消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作;The first target object determining unit is configured to determine the current interactive operation as an interactive operation for the Widget if the number of the first message or the second message is greater than or equal to a preset number;

所述第二对象确定子模块包括:The second object determination submodule includes:

第二目标对象确定单元,用于若所述第一消息或所述第二消息的数量小于预设数量,则将当前交互操作确定为针对所述移动终端桌面的交互操作。The second target object determining unit is configured to determine the current interactive operation as an interactive operation for the desktop of the mobile terminal if the number of the first messages or the second messages is less than a preset number.

B13、如B12所述的装置,还包括:B13. The device as described in B12, further comprising:

第一标识设置模块,用于当所述第一消息或所述第二消息的数量大于等于预设数量时,将预置的标识信息设置为第一标识;A first identification setting module, configured to set the preset identification information as the first identification when the number of the first message or the second message is greater than or equal to a preset number;

所述第一目标对象确定单元包括:The first target object determination unit includes:

第一目标对象确定子单元,用于若所述预置的标识信息为第一标识,则将当前交互操作确定为针对所述Widget的交互操作。The first target object determining subunit is configured to determine the current interactive operation as an interactive operation for the Widget if the preset identification information is the first identification.

B14、如B12所述的装置,还包括:B14. The device as described in B12, further comprising:

第二标识设置模块,用于当所述第一消息或所述第二消息的数量小于所述预设数量时,将所述预置的标识信息设置为第二标识;A second identification setting module, configured to set the preset identification information as a second identification when the number of the first message or the second message is less than the preset number;

所述第二目标对象确定单元包括:The second target object determination unit includes:

第二目标对象确定子单元,用于若所述预置的标识信息为第二标识时,则将当前交互操作确定为针对所述移动终端桌面的交互操作。The second target object determining subunit is configured to determine the current interactive operation as an interactive operation for the desktop of the mobile terminal if the preset identification information is the second identification.

B15、如B9所述的装置,所述Widget同一时间只展现一条消息。B15. The device as described in B9, wherein the Widget only displays one message at a time.

B16、如B9所述的装置,所述Widget还用于将符合预设删除条件的消息删除。B16. The device according to B9, wherein the Widget is further used to delete messages meeting preset deletion conditions.

Claims (10)

1.一种在移动终端微件对象Widget上进行交互操作的方法,其特征在于,所述Widget用于获取应用程序提供的消息,并在移动终端桌面的预设区域中展现消息,所述交互操作包括触摸操作,在所述触摸操作之后的滑动操作,以及,在所述滑动操作之后的抬起操作;1. A method for interactive operation on the mobile terminal widget object Widget, characterized in that, the Widget is used to obtain the message provided by the application program, and display the message in a preset area of the mobile terminal desktop, the interactive The operation includes a touch operation, a sliding operation after the touching operation, and a lifting operation after the sliding operation; 所述的方法包括:The methods described include: 当检测到所述移动终端桌面的预设区域发生触摸操作时,确定所述Widget可展现的消息的数量;When detecting that a touch operation occurs in a preset area of the desktop of the mobile terminal, determine the number of messages that the Widget can display; 接收发生在所述触摸操作之后滑动操作;receiving a slide operation occurring after the touch operation; 当检测到发生在所述滑动操作之后的抬起操作时,依据所述Widget可展现的消息的数量,确定当前交互操作的对象。When a lifting operation occurring after the sliding operation is detected, an object of the current interactive operation is determined according to the number of messages that the Widget can display. 2.根据权利要求1所述的方法,其特征在于,所述依据所述Widget可展现的消息的数量,确定当前交互操作的对象的步骤包括:2. The method according to claim 1, wherein the step of determining the object of the current interactive operation according to the number of messages that can be displayed by the Widget comprises: 若所述消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作;If the number of messages is greater than or equal to a preset number, then determine the current interaction operation as an interaction operation for the Widget; 若所述消息的数量小于预设数量时,则将当前交互操作确定为针对所述移动终端桌面的交互操作。If the number of the messages is less than the preset number, the current interactive operation is determined as an interactive operation on the desktop of the mobile terminal. 3.根据权利要求2所述的方法,其特征在于,所述Widget具有正面窗口和反面窗口;所述应用程序提供的消息包括:指示在所述正面窗口展现的第一消息和指示在所述反面窗口展现第二消息;3. The method according to claim 2, wherein the Widget has a front window and a back window; the message provided by the application includes: indicating the first message displayed on the front window and indicating the first message displayed on the front window. The reverse window displays the second message; 所述确定所述Widget可展现的消息的数量的步骤包括:The step of determining the number of messages that can be displayed by the Widget includes: 确定所述Widget当前展现的窗口;Determine the window currently displayed by the Widget; 若所述Widget当前展现的窗口为正面窗口,则确定所述Widget当前可展现的第一消息的数量;If the window currently displayed by the Widget is a front window, then determine the number of first messages that the Widget can currently display; 若所述Widget当前展现的窗口为反面窗口,则确定所述Widget当前可展现的第二消息的数量。If the window currently displayed by the Widget is a reverse window, then determine the number of second messages that the Widget can currently display. 4.根据权利要求3所述的方法,其特征在于,所述若所述消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作的步骤包括:4. The method according to claim 3, wherein if the number of the messages is greater than or equal to a preset number, the step of determining the current interactive operation as the interactive operation for the Widget comprises: 若所述第一消息或所述第二消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作;If the number of the first message or the second message is greater than or equal to a preset number, then determining the current interaction operation as an interaction operation for the Widget; 所述若所述消息的数量小于预设数量时,则将当前交互操作确定为针对所述移动终端桌面的交互操作的步骤包括:If the number of the messages is less than the preset number, the step of determining the current interactive operation as an interactive operation for the desktop of the mobile terminal includes: 若所述第一消息或所述第二消息的数量小于预设数量,则当前交互操作确定为针对所述移动终端桌面的交互操作。If the number of the first messages or the second messages is less than a preset number, the current interactive operation is determined as an interactive operation for the desktop of the mobile terminal. 5.根据权利要求4所述的方法,其特征在于,还包括:5. The method according to claim 4, further comprising: 当所述第一消息或所述第二消息的数量大于等于预设数量时,将预置的标识信息设置为第一标识;When the number of the first message or the second message is greater than or equal to a preset number, setting the preset identification information as the first identification; 所述若所述第一消息或所述第二消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作的步骤包括:If the number of the first message or the second message is greater than or equal to a preset number, the step of determining the current interactive operation as an interactive operation for the Widget includes: 若所述预置的标识信息为第一标识,则将当前交互操作确定为针对所述Widget的交互操作。If the preset identification information is the first identification, then determine the current interaction operation as the interaction operation for the Widget. 6.根据权利要求4所述的方法,其特征在于,还包括:6. The method according to claim 4, further comprising: 当所述第一消息或所述第二消息的数量小于所述预设数量时,将所述预置的标识信息设置为第二标识;When the number of the first message or the second message is less than the preset number, setting the preset identification information as a second identification; 所述若所述第一消息或所述第二消息的数量小于预设数量,则当前交互操作确定为针对所述移动终端桌面的交互操作的步骤包括:If the number of the first message or the second message is less than the preset number, the step of determining the current interactive operation as an interactive operation for the desktop of the mobile terminal includes: 若所述预置的标识信息为第二标识,则将当前交互操作确定为针对所述移动终端桌面的交互操作。If the preset identification information is the second identification, the current interactive operation is determined as an interactive operation on the desktop of the mobile terminal. 7.根据权利要求1所述的方法,其特征在于,7. The method of claim 1, wherein, 所述Widget同一时间只展现一条消息。The Widget only displays one message at a time. 8.根据权利要求1所述的方法,其特征在于,8. The method of claim 1, wherein, 所述Widget还用于将符合预设删除条件的消息删除。The Widget is also used to delete messages meeting preset deletion conditions. 9.一种在移动终端微件对象Widget上进行交互操作的装置,其特征在于,所述Widget用于获取应用程序提供的消息,并在移动终端桌面的预设区域中展现消息,所述交互操作包括触摸操作,在所述触摸操作之后的滑动操作,以及,在所述滑动操作之后的抬起操作;9. A device for interactive operation on a mobile terminal widget object Widget, characterized in that the Widget is used to obtain messages provided by applications, and display messages in a preset area of the mobile terminal desktop, and the interactive The operation includes a touch operation, a sliding operation after the touching operation, and a lifting operation after the sliding operation; 所述的装置包括:Said devices include: 消息数量确定模块,用于当检测到所述移动终端桌面的预设区域发生触摸操作时,确定所述Widget可展现的消息的数量;A message number determination module, configured to determine the number of messages that can be displayed by the Widget when a touch operation occurs in a preset area of the desktop of the mobile terminal is detected; 滑动操作接收模块,用于接收发生在所述触摸操作之后滑动操作;A slide operation receiving module, configured to receive a slide operation occurring after the touch operation; 交互对象确定模块,用于当检测到发生在所述滑动操作之后的抬起操作时,依据所述Widget可展现的消息的数量,确定当前交互操作的对象。The interactive object determining module is configured to determine the object of the current interactive operation according to the number of messages that can be displayed by the Widget when a lifting operation after the sliding operation is detected. 10.根据权利要求9所述的装置,其特征在于,所述交互对象确定模块包括:10. The device according to claim 9, wherein the interactive object determining module comprises: 第一对象确定子模块,用于若所述消息的数量大于等于预设数量,则将当前交互操作确定为针对所述Widget的交互操作;The first object determination submodule is configured to determine the current interactive operation as an interactive operation for the Widget if the number of the messages is greater than or equal to the preset number; 第二对象确定子模块,用于若所述消息的数量小于预设数量时,则将当前交互操作确定为针对所述移动终端桌面的交互操作。The second object determining submodule is configured to determine the current interactive operation as an interactive operation for the desktop of the mobile terminal if the number of the messages is less than the preset number.
CN201610943320.XA 2016-11-01 2016-11-01 A kind of method and apparatus carrying out interactive operation on mobile terminal widget object Widget Active CN106527936B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610943320.XA CN106527936B (en) 2016-11-01 2016-11-01 A kind of method and apparatus carrying out interactive operation on mobile terminal widget object Widget

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610943320.XA CN106527936B (en) 2016-11-01 2016-11-01 A kind of method and apparatus carrying out interactive operation on mobile terminal widget object Widget

Publications (2)

Publication Number Publication Date
CN106527936A true CN106527936A (en) 2017-03-22
CN106527936B CN106527936B (en) 2019-08-02

Family

ID=58292987

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610943320.XA Active CN106527936B (en) 2016-11-01 2016-11-01 A kind of method and apparatus carrying out interactive operation on mobile terminal widget object Widget

Country Status (1)

Country Link
CN (1) CN106527936B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110045901A (en) * 2019-04-19 2019-07-23 网易(杭州)网络有限公司 Solicitation message processing method, device, equipment and computer readable storage medium
US12346553B2 (en) 2020-01-17 2025-07-01 Huawei Technologies Co., Ltd. Widget processing method and related apparatus

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100161713A1 (en) * 2008-12-18 2010-06-24 Sap Agdietmar-Hopp-Allee Method and system for personalizing a desktop widget
CN103941964A (en) * 2014-05-13 2014-07-23 上海天奕达电子科技有限公司 Information loading method based on desktop components and intelligent terminal
CN104182426A (en) * 2013-05-28 2014-12-03 腾讯科技(深圳)有限公司 Display method and display device of update website content

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100161713A1 (en) * 2008-12-18 2010-06-24 Sap Agdietmar-Hopp-Allee Method and system for personalizing a desktop widget
CN104182426A (en) * 2013-05-28 2014-12-03 腾讯科技(深圳)有限公司 Display method and display device of update website content
CN103941964A (en) * 2014-05-13 2014-07-23 上海天奕达电子科技有限公司 Information loading method based on desktop components and intelligent terminal

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110045901A (en) * 2019-04-19 2019-07-23 网易(杭州)网络有限公司 Solicitation message processing method, device, equipment and computer readable storage medium
US12346553B2 (en) 2020-01-17 2025-07-01 Huawei Technologies Co., Ltd. Widget processing method and related apparatus

Also Published As

Publication number Publication date
CN106527936B (en) 2019-08-02

Similar Documents

Publication Publication Date Title
CN104063280B (en) A kind of control method of intelligent terminal
EP2869501B1 (en) Method and device for displaying notification message
CN103685731B (en) A kind of information communication method and messenger client
US20140043355A1 (en) Method and apparatus for dynamic image manipulation in a mobile terminal
CN104077104B (en) A method for displaying and viewing notifications in the notification bar of a mobile terminal
CN105677182B (en) A kind of information processing method and terminal
CN105468364A (en) Processing method for notification messages of application programs and mobile terminal
CN105005429B (en) A kind of method and terminal of terminal display picture
CN103279303A (en) Event message processing method and device
CN105573484B (en) A kind of projecting method and terminal
CN103095923B (en) Short message display method of mobile communication terminal
WO2018112928A1 (en) Method for displaying information, apparatus and terminal device
CN105812552B (en) A kind of removing method and terminal of the prompt information of application icon
WO2016110217A1 (en) Method, apparatus, terminal and storage medium for saving number during call
WO2018112924A1 (en) Information display method, device and terminal device
CN106547358A (en) A kind of display packing and terminal of terminal time information
CN106095240A (en) The display packing of a kind of text box and device
CN104169861A (en) Method and apparatus for combining contact information, and terminal
WO2016177060A1 (en) Method and apparatus for displaying unread message
KR20150095523A (en) Electronic apparatus and method for extracting color in electronic apparatus
CN104333644B (en) Mobile communication terminal and method thereof for updating state of message
CN106527936A (en) Method and apparatus for performing interactive operation on Widget object of mobile terminal
CN106201295A (en) A kind of message clone method and device and intelligent terminal
CN105468133A (en) Touch processing method and device
CN104598023B (en) A kind of method and device by gesture identification select file

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20170802

Address after: 100102, 18 floor, building 2, Wangjing street, Beijing, Chaoyang District, 1801

Applicant after: BEIJING ANYUN SHIJI SCIENCE AND TECHNOLOGY CO., LTD.

Address before: 100088 Beijing city Xicheng District xinjiekouwai Street 28, block D room 112 (Desheng Park)

Applicant before: Beijing Qihu Technology Co., Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant