CN103279303A - Event message processing method and device - Google Patents
Event message processing method and device Download PDFInfo
- Publication number
- CN103279303A CN103279303A CN2013102116915A CN201310211691A CN103279303A CN 103279303 A CN103279303 A CN 103279303A CN 2013102116915 A CN2013102116915 A CN 2013102116915A CN 201310211691 A CN201310211691 A CN 201310211691A CN 103279303 A CN103279303 A CN 103279303A
- Authority
- CN
- China
- Prior art keywords
- display area
- screen
- user
- event message
- user instruction
- 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.)
- Pending
Links
- 238000003672 processing method Methods 0.000 title claims description 3
- 238000000034 method Methods 0.000 claims abstract description 71
- 238000010586 diagram Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 238000004590 computer program Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000011084 recovery Methods 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Landscapes
- User Interface Of Digital Computer (AREA)
Abstract
Description
技术领域technical field
本发明涉及电子设备技术领域,特别涉及一种事件消息的处理方法及装置。The present invention relates to the technical field of electronic equipment, in particular to a method and device for processing event messages.
背景技术Background technique
随着智能手机的发展,手机的UI设计也越来越简洁方便,更加人性化。目前大部分智能手机使用安卓系统和IOS系统两种主流系统。在安卓系统和IOS系统中,当用户收到新的事件消息(例如,短信息或者邮件等)时,手机会在下拉菜单里推送通知或者直接在屏幕上弹出提示框,提示用户有新的事件消息。用户通过点击下拉菜单中或者提示框中对应的消息来调用此消息所对应的程序,屏幕切换到此消息所对应的程序界面。用户处理完毕后,切换到主界面,再退回之前的程序界面,或者通过任务进程栏直接切换到之前的程序界面,或者通过摇晃旋转手机进行当前程序的暂停以及与其他程序的切换等。With the development of smart phones, the UI design of mobile phones is becoming more and more concise and convenient, and more humanized. At present, most smartphones use two mainstream operating systems, Android and IOS. In the Android system and IOS system, when the user receives a new event message (such as a short message or email, etc.), the mobile phone will push a notification in the drop-down menu or pop up a prompt box directly on the screen to prompt the user that there is a new event information. The user invokes the program corresponding to the message by clicking the corresponding message in the drop-down menu or in the prompt box, and the screen switches to the program interface corresponding to the message. After the user finishes processing, switch to the main interface, and then return to the previous program interface, or directly switch to the previous program interface through the task process bar, or pause the current program and switch with other programs by shaking and rotating the mobile phone.
在通过上述方法查看新的事件消息过程中,一方面,用户需要在消息对应的程序界面和用户当前的程序界面之间进行切换,影响用户对当前程序界面的操作;另一方面,在用户的当前程序界面可能无法点击下拉菜单去点击消息,这时需要从当前程序返回到主界面,然后再去下拉菜单中点击,步骤过于繁琐,不便于用户进行操作。In the process of viewing new event messages through the above method, on the one hand, the user needs to switch between the program interface corresponding to the message and the user's current program interface, which affects the user's operation on the current program interface; The current program interface may not be able to click on the drop-down menu to click on the message. At this time, it is necessary to return to the main interface from the current program, and then click on the drop-down menu. The steps are too cumbersome and inconvenient for the user to operate.
发明内容Contents of the invention
提供一种事件消息的处理方法及装置,能够解决用户查看新事件消息时需要在不同程序界面进行切换导致操作过于繁琐的问题,简化用户的操作。A method and device for processing event messages are provided, which can solve the problem that users need to switch between different program interfaces when viewing new event messages, resulting in too cumbersome operations, and simplify operations for users.
第一方面,提供一种事件消息的处理方法,包括:In the first aspect, a method for processing event messages is provided, including:
接收到事件消息后,将屏幕的初始显示区域分割成第一显示区域和第二显示区域;After receiving the event message, divide the initial display area of the screen into a first display area and a second display area;
在所述第一显示区域显示接收到所述事件消息时所述屏幕显示的程序界面,在所述第二显示区域显示与所述事件消息对应的程序界面。The program interface displayed on the screen when the event message is received is displayed in the first display area, and the program interface corresponding to the event message is displayed in the second display area.
第二方面,提供一种事件消息的处理装置,包括:In a second aspect, an event message processing device is provided, including:
接收单元,用于接收事件消息;a receiving unit, configured to receive event messages;
分割单元,用于在所述接收单元接收到所述事件消息后,将屏幕的初始显示区域分割成第一显示区域和第二显示区域;a splitting unit, configured to split the initial display area of the screen into a first display area and a second display area after the receiving unit receives the event message;
显示单元,用于在所述第一显示区域显示接收到所述事件消息时所述屏幕显示的程序界面,在所述第二显示区域显示与所述事件消息对应的程序界面。A display unit, configured to display a program interface displayed on the screen when the event message is received in the first display area, and display a program interface corresponding to the event message in the second display area.
与现有技术相比,本发明实施例在接收到新事件消息后将屏幕分割成两块显示区域,包括第一显示区域和第二显示区域;在所述第一显示区域显示接收到所述事件消息时所述屏幕显示的程序界面,在所述第二显示区域显示与所述事件消息对应的程序界面;用户在第二显示区域处理事件消息,处理完毕后恢复屏幕至初始状态。解决了用户在查看新事件消息时需要在不同程序界面进行切换导致操作过于繁琐的问题,使得用户不需要将当前程序后台操作即可对新接收到的事件消息进行处理,简化了用户的操作步骤,为用户提供便利。Compared with the prior art, the embodiment of the present invention divides the screen into two display areas after receiving a new event message, including a first display area and a second display area; When the event message is the program interface displayed on the screen, the program interface corresponding to the event message is displayed in the second display area; the user processes the event message in the second display area, and the screen returns to the initial state after processing. Solve the problem that users need to switch between different program interfaces when viewing new event messages, which makes the operation too cumbersome, so that users can process newly received event messages without operating the current program in the background, simplifying the user's operation steps , to provide convenience for users.
附图说明Description of drawings
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其它的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the following will briefly introduce the accompanying drawings that need to be used in the descriptions of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only of the present invention. For some embodiments, those skilled in the art can also obtain other drawings based on these drawings without creative efforts.
图1为本发明一实施例提供的方法流程图;Fig. 1 is a flow chart of a method provided by an embodiment of the present invention;
图2为本发明又一实施例提供的方法流程图;Fig. 2 is the flow chart of the method provided by another embodiment of the present invention;
图3为本发明又一实施例提供的方法流程图;FIG. 3 is a flowchart of a method provided by another embodiment of the present invention;
图4-图9为本发明又一实施例提供的终端界面示意图;4-9 are schematic diagrams of a terminal interface provided by another embodiment of the present invention;
图10、图11为本发明又一实施例提供的装置结构示意图。Fig. 10 and Fig. 11 are schematic structural diagrams of the device provided by another embodiment of the present invention.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其它实施例,都属于本发明保护的范围。The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some, not all, embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts belong to the protection scope of the present invention.
为使本发明技术方案的优点更加清楚,下面结合附图和实施例对本发明作详细说明。In order to make the advantages of the technical solution of the present invention clearer, the present invention will be described in detail below in conjunction with the accompanying drawings and embodiments.
本发明一实施例提供一种事件消息的处理方法,应用于智能终端中对事件消息的处理,如图1所示,所述方法包括:An embodiment of the present invention provides a method for processing event messages, which is applied to processing event messages in smart terminals. As shown in FIG. 1 , the method includes:
101、终端接收到事件消息后,将屏幕的初始显示区域分割成第一显示区域和第二显示区域。101. After receiving an event message, the terminal divides the initial display area of the screen into a first display area and a second display area.
例如,所述事件消息可以为短信息、新闻、邮件或者终端安装的应用程序的通知消息等。For example, the event message may be a short message, news, email, or a notification message of an application program installed on the terminal.
可选的,在将屏幕的初始显示区域分割成第一显示区域和第二显示区域之前,所述方法还可以包括:Optionally, before dividing the initial display area of the screen into a first display area and a second display area, the method may further include:
终端判断在接收到所述事件消息后的预定时间内是否接收到第三用户指示;如果未接收到所述第三用户指示,终端忽略所述事件消息;如果接收到所述第三用户指示,终端将屏幕的初始显示区域分割成第一显示区域和第二显示区域。其中,所述预定时间可以由用户自行设定,一方面,考虑到第三用户指示可能与用户当前运行的应用程序相冲突,如果第三用户指示对当前应用程序造成误操作,可能会为用户带来不可挽回的损失,因此设定预定时间可以给用户提供下发第三用户指示的缓冲时间,不对用户当前运行的应用程序造成影响;另一方面,当有新消息到来时,设定预定时间提示用户有新消息到来,为用户提供一个准备的时间,不至于特别突兀的分屏显示新消息,使这个过程更加平滑。例如,可以设定预定时间为3秒钟,当用户使用终端运行一个应用程序或者观看视频时,在当前界面提示有新的事件消息,用户如果不想查看该消息,则不向终端发出第三用户指示,那么3秒后终端的当前界面不再提示该消息,当用户想要查看该消息时可以去相应的应用程序中或者下拉菜单中查看;如果用户希望立即查看该消息,则发出第三用户指示,终端收到指示后,将屏幕做分屏处理,分成两个显示区域,在屏幕上同时显示用户运行的当前应用程序以及消息的界面。The terminal judges whether a third user indication is received within a predetermined time after receiving the event message; if the third user indication is not received, the terminal ignores the event message; if the third user indication is received, The terminal divides the initial display area of the screen into a first display area and a second display area. Wherein, the predetermined time can be set by the user. On the one hand, considering that the third user instruction may conflict with the application program currently running by the user, if the third user instruction causes misoperation of the current application program, it may cause the user It will bring irreparable losses, so setting the scheduled time can provide the user with a buffer time for sending the third user instruction, without affecting the application program currently running by the user; on the other hand, when a new message arrives, set the scheduled time The time prompts the user that there is a new message coming, and provides the user with a time to prepare, so that the new message will not be displayed on a particularly abrupt split screen, making the process smoother. For example, the predetermined time can be set to 3 seconds. When the user uses the terminal to run an application program or watch a video, a new event message will be prompted on the current interface. Instruction, then after 3 seconds, the current interface of the terminal will no longer prompt the message. When the user wants to view the message, he can go to the corresponding application program or the drop-down menu to view it; if the user wants to view the message immediately, send a third user Instructions, after receiving the instructions, the terminal splits the screen into two display areas, and simultaneously displays the current application program and message interface run by the user on the screen.
上述第三用户指示包括但不限于以下形式:用户在终端屏幕上的操作手势或用户的声音指令,其中所述操作手势包括手指点击所述屏幕上的特定区域,或者手指在屏幕上滑动,分割屏幕为两个显示区域。例如,用户通过终端上的mic向终端下达声音指令,声音指令可以为“分屏”或者“查收消息”等,终端通过声音传感器识别声音指令后,下达分屏命令进行分屏;或者,用户在屏幕上弹出的新消息提示框上用手指进行点击,终端接收到用户的触摸指令后进行分屏。使用上述两种第三用户指示时,屏幕分屏的区域大小已经预先设定好,接收到这两种第三用户指示就可以自动分屏,具体可以由用户根据屏幕的大小以及自身的需要去设定分屏区域大小。The above-mentioned third user instruction includes but is not limited to the following forms: the user's operation gesture on the terminal screen or the user's voice instruction, wherein the operation gesture includes clicking a specific area on the screen with a finger, or sliding a finger on the screen, splitting The screen is divided into two display areas. For example, the user sends a voice command to the terminal through the mic on the terminal. The voice command can be "split screen" or "check messages". After the terminal recognizes the voice command through the sound sensor, it issues a split screen command to split the screen; Click with your finger on the new message prompt box that pops up on the screen, and the terminal splits the screen after receiving the user's touch instruction. When using the above two third user instructions, the area size of the screen split screen has been preset, and the screen can be automatically split after receiving these two third user instructions, which can be determined by the user according to the size of the screen and their own needs. Set the size of the split screen area.
可选的,手指在所述屏幕上滑动,分割屏幕为两个显示区域可以为用户手指沿一特定方向滑动至所述屏幕的任一位置时,需要用户通过手指去划分分屏区域的大小,例如,用户在看到消息提示后,手指在屏幕上向一个固定方向滑动,滑动至某一位置处停止,该位置即为分割线经过的位置,由滑动方向确定分割线是水平还是竖直经过该位置。具体可以由下面方式确定,例如,当滑动方向与其水平方向的分量的夹角小于等于45度时,则确定滑动方向为水平方向,分割线与滑动方向垂直,为竖直方向;当滑动方向与其水平方向的分量的夹角大于45度时,则确定滑动方向为竖直方向,分割线与滑动方向垂直,为水平方向。需要说明的是,上述对分割线方向的确定方式仅是众多确定方式中的一种,此处不对具体的确定方式进行限定,对于其余的分割线方向的确定方式此处不再赘述。Optionally, when the finger slides on the screen, splitting the screen into two display areas may be that when the user slides the finger to any position on the screen in a specific direction, the user needs to use the finger to divide the size of the split screen area, For example, after the user sees the message prompt, the user slides his finger on the screen in a fixed direction and stops at a certain position. This position is the position where the dividing line passes. The sliding direction determines whether the dividing line passes horizontally or vertically. the location. Specifically, it can be determined in the following manner. For example, when the angle between the sliding direction and its horizontal component is less than or equal to 45 degrees, the sliding direction is determined to be the horizontal direction, and the dividing line is perpendicular to the sliding direction, which is the vertical direction; When the included angle of the components in the horizontal direction is greater than 45 degrees, the sliding direction is determined to be the vertical direction, and the dividing line is perpendicular to the sliding direction, which is the horizontal direction. It should be noted that the above method of determining the direction of the dividing line is only one of many determining methods, and the specific determining method is not limited here, and the rest of the methods of determining the direction of the dividing line will not be repeated here.
可选的,手指在所述屏幕上滑动,分割屏幕为两个显示区域还可以是手指从所述屏幕的一个边缘滑动至与所述边缘平行的另一个边缘时,将手指的滑动轨迹作为分割线,根据分割线以及屏幕边缘确定两个显示区域,分别为第一显示区域和第二显示区域。Optionally, when the finger slides on the screen and splits the screen into two display areas, when the finger slides from one edge of the screen to the other edge parallel to the edge, the sliding track of the finger is used as a split Line, according to the dividing line and the edge of the screen to determine two display areas, namely the first display area and the second display area.
优选的,考虑到屏幕一般都为长方形,不论手机为横屏显示或竖屏显示,分割时尽量使分割后的区域的长度和宽度能够接近一些,这样分割后的两个区域显示的内容看起来比较舒服,否则会导致分割后的区域太过狭长,不便于用户观看。Preferably, considering that the screens are generally rectangular, regardless of whether the mobile phone is displayed in a horizontal or vertical screen, try to make the length and width of the divided area as close as possible when dividing, so that the content displayed in the two divided areas looks like It is more comfortable, otherwise the divided area will be too narrow and long, which is not convenient for users to watch.
可选的,手指在所述屏幕上滑动,分割屏幕为两个显示区域还可以是手指在所述屏幕的任意位置画一个封闭的图形,如圆形、方形或其它多边形等,以该封闭图形的边界线为分割线确定两个显示区域,分别为第一显示区域和第二显示区域,所述封闭图形的边界线可以是完全由手指的滑动轨迹组成,也可以是手指的滑动轨迹与屏幕的边缘共同组成。Optionally, the finger slides on the screen to split the screen into two display areas, and the finger draws a closed figure, such as a circle, square or other polygons, at any position on the screen, and the closed figure The boundary line is the dividing line to determine two display areas, namely the first display area and the second display area. The boundary line of the closed figure can be completely composed of the sliding track of the finger, or it can be the sliding track of the finger and the screen. edges together.
102、终端在所述第一显示区域显示接收到所述事件消息时所述屏幕显示的程序界面,在所述第二显示区域显示与所述事件消息对应的程序界面。102. The terminal displays the program interface displayed on the screen when the event message is received in the first display area, and displays the program interface corresponding to the event message in the second display area.
优选的,分配面积较小的显示区域为第二显示区域,面积较大的显示区域为第一显示区域。因为用户收到消息时运行的程序一般都是全屏运行的,如果分配较小的显示区域的话,可能由于按比例缩放导致显示内容失真,另外,事件消息一般都是短信息、新闻、邮件等,用较小的显示区域即可实现查收并进行相应处理。Preferably, the display area with a smaller allocated area is the second display area, and the display area with a larger area is the first display area. Because the programs that users run when they receive messages are generally run in full screen, if a smaller display area is allocated, the display content may be distorted due to scaling. In addition, event messages are generally short messages, news, emails, etc. Checking and processing can be realized with a smaller display area.
进一步的,终端在所述第二显示区域内接收第一用户指示,根据所述第一用户指示处理所述事件消息。Further, the terminal receives a first user instruction in the second display area, and processes the event message according to the first user instruction.
可选的,当需要在第二显示区域进行文字输入时,如果输入法为全键盘模式,则需要对第二显示区域的面积进行扩张,以使得用户能够更方便的使用全键盘输入法进行文字输入。Optionally, when text input needs to be performed in the second display area, if the input method is the full keyboard mode, the area of the second display area needs to be expanded so that the user can more conveniently use the full keyboard input method for text input. enter.
可选的,如果在处理事件消息时,又接收到新的事件消息,则在屏幕上弹出提示框提示用户是否处理,如果用户选择处理,则在用户处理完当前事件消息后,自动调出新接收的事件消息;如果用户选择不处理,则直接忽略该消息,当用户想要查看该消息时可以去相应的应用程序中或者下拉菜单中查看。Optionally, if a new event message is received while processing the event message, a prompt box will pop up on the screen to prompt the user whether to process it. If the user chooses to process it, after the user finishes processing the current event message, a new event message will be called automatically. The received event message; if the user chooses not to process it, the message will be ignored directly. When the user wants to view the message, he can go to the corresponding application or drop-down menu to view it.
进一步的,终端接收第二用户指示,根据所述第二用户指示将所述第一显示区域和所述第二显示区域合并,恢复所述初始显示区域。Further, the terminal receives a second user instruction, merges the first display area and the second display area according to the second user instruction, and restores the initial display area.
其中,第二用户指示可以为声音指令和手势动作指令等,例如,用户通过终端上的mic向终端下达声音指令,声音指令可以为“恢复”等,终端通过声音传感器识别声音指令后,将屏幕恢复;或者,终端在分屏后,对每个分屏区域都设一个关闭按钮,用户想要关闭某一个分屏区域时,直接点击该区域上的关闭按钮对终端下达指令,终端根据指令关闭该区域,并将另一区域的程序界面扩展到全屏幕;或者,用户用手指拖动两块分屏区域中间的分割线,将其沿与分割线垂直的方向拖动,关闭其中一个分屏区域。Wherein, the second user instruction may be a voice command and a gesture command, etc. For example, the user sends a voice command to the terminal through the mic on the terminal, and the voice command may be "resume", etc. After the terminal recognizes the voice command through the sound sensor, the screen will Recovery; or, after the terminal is divided into screens, a close button is set for each split-screen area. When the user wants to close a certain split-screen area, he can directly click the close button on the area to give instructions to the terminal, and the terminal closes according to the command. This area, and expand the program interface of the other area to the full screen; or, the user drags the dividing line between the two split-screen areas with a finger, and drags it in a direction perpendicular to the dividing line to close one of the split-screens area.
需要说明的是,本实施例中仅以将屏幕分成两块区域为例,在实际的处理过程中,可以根据实际需要继续进行分屏,本实施例不对屏幕分屏后的区域数量进行具体限定。It should be noted that in this embodiment, the screen is divided into two areas as an example. In the actual processing process, the screen can be divided according to actual needs. This embodiment does not specifically limit the number of areas after the screen is divided. .
与现有技术相比,本发明实施例在接收到新事件消息后将屏幕分割成两块显示区域,包括第一显示区域和第二显示区域;在所述第一显示区域显示接收到所述事件消息时所述屏幕显示的程序界面,在所述第二显示区域显示与所述事件消息对应的程序界面;用户在第二显示区域处理事件消息,处理完毕后恢复屏幕至初始状态。解决了用户在查看新事件消息时需要在不同程序界面进行切换导致操作过于繁琐的问题,使得用户不需要将当前程序后台操作即可对新接收到的事件消息进行处理,简化了用户的操作步骤,为用户提供便利。Compared with the prior art, the embodiment of the present invention divides the screen into two display areas after receiving a new event message, including a first display area and a second display area; When the event message is the program interface displayed on the screen, the program interface corresponding to the event message is displayed in the second display area; the user processes the event message in the second display area, and the screen returns to the initial state after processing. Solve the problem that users need to switch between different program interfaces when viewing new event messages, which makes the operation too cumbersome, so that users can process newly received event messages without operating the current program in the background, simplifying the user's operation steps , to provide convenience for users.
本发明又一实施例提供一种事件消息的处理方法,应用于智能终端中对事件消息的处理,如图2所示,所述方法包括:Another embodiment of the present invention provides a method for processing event messages, which is applied to processing event messages in smart terminals. As shown in FIG. 2, the method includes:
201、终端接收事件消息,在屏幕上弹出消息提示框。201. The terminal receives an event message, and pops up a message prompt box on the screen.
例如,所述事件消息可以为短信息、新闻、邮件或者终端安装的应用程序的通知消息等。For example, the event message may be a short message, news, email, or a notification message of an application program installed on the terminal.
202、终端判断是否在预定时间内接收到用户的语音指令,如果在预定时间内接收到用户的语音指令,执行步骤203;如果在预定时间内未接收到用户的语音指令,执行步骤206。202. The terminal judges whether the user's voice command is received within the predetermined time, and if the user's voice command is received within the predetermined time, perform
例如,当用户看到屏幕上的消息提示框时,可以发出“分屏”或者“查看”等指令,语音指令通过终端的mic传达至终端的声音传感器,在声音传感器的识别成功后,向终端的分屏单元下达分屏命令。For example, when the user sees the message prompt box on the screen, he can issue commands such as "split screen" or "view", and the voice command is transmitted to the terminal's sound sensor through the terminal's mic. The split-screen unit issues a split-screen command.
可选的,在本步骤中也可以直接根据语音指令的内容判断执行的下一个步骤,而不必考虑预定时间,例如,用户发出“分屏”或者“查看”等语音指令即可执行步骤203;用户发出“忽略”或者“拒绝”等语音指令即可执行步骤206。Optionally, in this step, the next step to be executed can also be judged directly according to the content of the voice command, without considering the scheduled time, for example, step 203 can be executed when the user issues a voice command such as "split screen" or "view"; Step 206 can be performed by the user issuing a voice command such as "ignore" or "deny".
其中,所述预定时间可以由用户自行设定,一方面,考虑到语音指令可能与用户当前运行的应用程序相冲突,如果语音指令对当前应用程序造成误操作,可能会为用户带来不可挽回的损失,因此设定预定时间可以给用户提供下发语音指令的缓冲时间,不对用户当前运行的应用程序造成影响;另一方面,当有新消息到来时,设定预定时间提示用户有新消息到来,为用户提供一个准备的时间,使这个过程更加平滑,不至于特别突兀的直接分屏显示新消息。The predetermined time can be set by the user. On the one hand, considering that the voice command may conflict with the application program currently running by the user, if the voice command causes misoperation of the current application program, it may cause irreparable damage to the user. Therefore, setting a predetermined time can provide users with a buffer time for issuing voice commands without affecting the user's currently running application; on the other hand, when a new message arrives, set a predetermined time to remind the user that there is a new message Arrival, to provide users with a time to prepare, to make the process smoother, so that new messages will not be displayed directly in a particularly abrupt split screen.
203、终端将屏幕分成两个显示区域,分别显示当前运行的程序和事件消息对应的程序。203. The terminal divides the screen into two display areas, which respectively display the currently running program and the program corresponding to the event message.
可选的,在分屏时,分割成的每一块区域的大小可以由系统默认设置,也可由用户根据屏幕的大小以及自身的需要去设定。Optionally, when splitting the screen, the size of each divided area can be set by default by the system, or can be set by the user according to the size of the screen and their own needs.
优选的,在面积较小的屏幕区域显示事件消息对应的程序,在面积较大的屏幕区域显示当前运行的程序。因为用户收到事件消息时,当前运行的程序一般都是全屏运行的,如果分配较小的显示区域的话,可能由于按比例缩放导致显示内容失真,另外,事件消息一般都是短信息、新闻、邮件等,用较小的显示区域即可实现查收并进行相应处理。Preferably, the program corresponding to the event message is displayed in a smaller screen area, and the currently running program is displayed in a larger screen area. Because when the user receives an event message, the currently running program generally runs in full screen. If a smaller display area is allocated, the display content may be distorted due to scaling. In addition, event messages are generally short messages, news, Mail, etc., can be checked and processed with a small display area.
优选的,考虑到屏幕一般都为长方形,不论手机为横屏显示或竖屏显示,分割时尽量使分割后的区域的长度和宽度能够接近一些,这样分割后的两个区域显示的内容看起来比较舒服,否则会导致分割后的区域太过狭长,不便于用户观看。Preferably, considering that the screens are generally rectangular, regardless of whether the mobile phone is displayed in a horizontal or vertical screen, try to make the length and width of the divided area as close as possible when dividing, so that the content displayed in the two divided areas looks like It is more comfortable, otherwise the divided area will be too narrow and long, which is not convenient for users to watch.
204、终端在显示事件消息对应的程序的屏幕区域接收用户的处理指示,对该事件消息进行处理。204. The terminal receives a user's processing instruction in the screen area where the program corresponding to the event message is displayed, and processes the event message.
例如,回复短消息、回复邮件、查看新闻等。For example, replying to short messages, replying to emails, viewing news, etc.
可选的,在处理过程中,当需要在该屏幕区域进行文字输入时,如果输入法为全键盘模式,则需要对该屏幕区域的面积进行扩张,以使得用户能够更方便的使用全键盘输入法进行文字输入。Optionally, during processing, when text input needs to be performed in this screen area, if the input method is the full keyboard mode, the area of the screen area needs to be expanded so that the user can more conveniently use the full keyboard input to enter text.
可选的,如果在处理事件消息时,又接收到新的事件消息,则在屏幕上弹出提示框提示用户是否处理,如果用户选择处理,则在用户处理完当前事件消息后,自动调出新接收的事件消息;如果用户选择不处理,则直接忽略该消息,当用户想要查看该消息时可以去相应的应用程序中或者下拉菜单中查看。Optionally, if a new event message is received while processing the event message, a prompt box will pop up on the screen to prompt the user whether to process it. If the user chooses to process it, after the user finishes processing the current event message, a new event message will be called automatically. The received event message; if the user chooses not to process it, the message will be ignored directly. When the user wants to view the message, he can go to the corresponding application or drop-down menu to view it.
205、终端接收用户的语音指令,将屏幕恢复至完整状态。205. The terminal receives the user's voice instruction, and restores the screen to a complete state.
例如,用户下发“恢复”等语音指令,终端通过声音传感器识别声音指令后,将屏幕恢复至显示接收事件消息时当前运行的程序。可选的,用户也可以通过其他的语音指令决定屏幕恢复显示哪一个程序。For example, the user sends a voice command such as "resume", and the terminal recognizes the voice command through the sound sensor, and restores the screen to display the program currently running when the event message is received. Optionally, the user can also decide which program to restore and display on the screen through other voice commands.
可选的,还可以通过手势动作指令实现此效果,例如,终端在分屏后,对每个分屏区域都设一个关闭按钮,用户想要关闭某一个分屏区域时,直接点击该区域上的关闭按钮对终端下达指令,终端根据指令关闭该区域,并将另一区域的程序界面扩展到全屏幕;或者,用户用手指拖动两块分屏区域中间的分割线,将其沿与分割线垂直的方向拖动,关闭其中一个分屏区域。Optionally, this effect can also be achieved through gesture commands. For example, after the terminal splits the screen, a close button is set for each split-screen area. When the user wants to close a certain split-screen area, directly click on the area The close button of the button gives an instruction to the terminal, and the terminal closes the area according to the instruction, and expands the program interface of the other area to the full screen; Drag the line vertically to close one of the split-screen areas.
需要说明的是,在将屏幕恢复至完整状态时,屏幕上显示的程序可能是终端接收事件消息时当前运行的程序,也可能是事件消息对应的程序。具体显示哪一个程序由用户下发的指令决定。It should be noted that when the screen is restored to a complete state, the program displayed on the screen may be the program currently running when the terminal receives the event message, or may be the program corresponding to the event message. Which program to display is determined by the instruction issued by the user.
206、终端保持当前显示界面不变。206. The terminal keeps the current display interface unchanged.
与现有技术相比,本发明实施例中终端接收到新事件消息后,接收用户下达的语音指令,根据语音指令确定是否将屏幕分割成两块显示区域;在一块显示区域显示接收到所述事件消息时所述屏幕显示的程序界面,在另一块显示区域显示与所述事件消息对应的程序界面;确定分割显示区域后,用户在对应的显示区域处理事件消息,处理完毕后恢复屏幕至初始状态。解决了用户在查看新事件消息时需要在不同程序界面进行切换导致操作过于繁琐的问题,使得用户不需要将当前程序后台操作即可对新接收到的事件消息进行处理,简化了用户的操作步骤,为用户提供便利。Compared with the prior art, in the embodiment of the present invention, after receiving a new event message, the terminal receives a voice command issued by the user, and determines whether to divide the screen into two display areas according to the voice command; When the event message is displayed on the screen, the program interface corresponding to the event message is displayed in another display area; after the split display area is determined, the user processes the event message in the corresponding display area, and restores the screen to the initial state after processing. state. Solve the problem that users need to switch between different program interfaces when viewing new event messages, which makes the operation too cumbersome, so that users can process newly received event messages without operating the current program in the background, simplifying the user's operation steps , to provide convenience for users.
本发明又一实施例提供一种事件消息的处理方法,应用于智能终端中对事件消息的处理,如图3所示,所述方法包括:Another embodiment of the present invention provides a method for processing event messages, which is applied to processing event messages in smart terminals. As shown in FIG. 3 , the method includes:
301、终端接收事件消息,在屏幕上弹出消息提示框。301. The terminal receives an event message, and pops up a message prompt box on the screen.
例如,所述事件消息可以为短信息、新闻、邮件或者终端安装的应用程序的通知消息等。For example, the event message may be a short message, news, email, or a notification message of an application program installed on the terminal.
302、终端判断是否在预定时间内接收到用户的手势指令,如果在预定时间内接收到用户的手势指令,执行步骤303;如果在预定时间内未接收到用户的手势指令,执行步骤306。302. The terminal determines whether the user's gesture command is received within the predetermined time, and if the user's gesture command is received within the predetermined time, perform
其中,手势指令包括但不限于以下方式:手指点击所述屏幕上的特定区域,或者手指在屏幕上滑动,根据滑动轨迹将屏幕分成两个显示区域,或者根据滑动轨迹和屏幕边缘将屏幕分成两个显示区域。例如,如图4所示,弹出的提示框上有选择按钮和时间倒数计时,如果用户不用手对其做任何操作直至时间倒数结束或者用手指点击“否”的按钮,则忽略此条事件消息,收起提示框,当用户想要查看该消息时可以去相应的应用程序中或者下拉菜单中查看;如果用户用手指点击“是”的按钮,则终端对屏幕进行分屏,分为分屏1和分屏2,屏幕分屏的区域大小已经预先设定好,具体可以由用户根据屏幕的大小以及自身的需要去设定。Wherein, the gesture instruction includes but is not limited to the following ways: a finger taps a specific area on the screen, or a finger slides on the screen, and the screen is divided into two display areas according to the sliding track, or the screen is divided into two according to the sliding track and the edge of the screen. display area. For example, as shown in Figure 4, there is a selection button and a time countdown on the prompt box that pops up. If the user does not perform any operations on it until the time countdown ends or clicks the "No" button with his finger, then ignore this event message , close the prompt box, and when the user wants to view the message, he can go to the corresponding application program or the drop-down menu to view it; if the user clicks the "Yes" button with his finger, the terminal will split the screen into split screens 1 and split screen 2, the area size of the screen split screen has been preset, which can be set by the user according to the size of the screen and their own needs.
可选的,如图5所示,当用户使用手指在所述屏幕上沿一特定方向滑动至所述屏幕的任一位置时,用户在看到消息提示后,手指在屏幕上向一个固定方向滑动,滑动至某一位置处停止,该位置即为分割线经过的位置,由滑动方向确定分割线是水平还是竖直经过该位置。具体可以由下面方式确定,例如,当滑动方向与其水平方向的分量的夹角小于等于45度时,则确定滑动方向为水平方向,分割线与滑动方向垂直,为竖直方向;当滑动方向与其水平方向的分量的夹角大于45度时,则确定滑动方向为竖直方向,分割线与滑动方向垂直,为水平方向。需要说民的是,上述对分割线方向的确定方式仅是众多确定方式中的一种,此处不对具体的确定方式进行限定,对于其余的分割线方向的确定方式此处不再赘述。可选的,在使用上述分屏手势时,也可以预先设定分屏的区域大小,根据手指滑动的方向是水平方向还是竖直方向调用相应的预设分屏方案即可。Optionally, as shown in Figure 5, when the user slides his finger on the screen in a specific direction to any position on the screen, after seeing the message prompt, the user slides his finger on the screen in a fixed direction Slide, slide to a certain position and stop, this position is the position where the dividing line passes, and the sliding direction determines whether the dividing line passes through this position horizontally or vertically. Specifically, it can be determined in the following manner. For example, when the angle between the sliding direction and its horizontal component is less than or equal to 45 degrees, the sliding direction is determined to be the horizontal direction, and the dividing line is perpendicular to the sliding direction, which is the vertical direction; When the included angle of the components in the horizontal direction is greater than 45 degrees, the sliding direction is determined to be the vertical direction, and the dividing line is perpendicular to the sliding direction, which is the horizontal direction. What needs to be said is that the above method of determining the direction of the dividing line is only one of many determining methods, and the specific determining method is not limited here, and the rest of the methods of determining the direction of the dividing line will not be repeated here. Optionally, when using the above-mentioned split-screen gesture, the area size of the split-screen can also be set in advance, and the corresponding preset split-screen scheme can be invoked according to whether the sliding direction of the finger is horizontal or vertical.
可选的,如图6所示,当所述第三用户指示为手指从所述屏幕的一个边缘滑动至与所述边缘平行的另一个边缘时,将手指的滑动轨迹作为分割线,确定分割线两侧分别为第一显示区域和第二显示区域。或者,如图7所示,手指在屏幕中滑动,滑动轨迹分割出一个区域,用户该区域显示新事件消息,可选的,滑动轨迹分割出的该区域的其中一个或多个边缘可以为屏幕的边缘,由滑动轨迹和屏幕边缘共同组成该区域,用以显示新事件消息。Optionally, as shown in FIG. 6, when the third user indicates that the finger slides from one edge of the screen to another edge parallel to the edge, the sliding track of the finger is used as the dividing line to determine the dividing line. The two sides of the line are respectively the first display area and the second display area. Or, as shown in Figure 7, the finger slides on the screen, and the sliding track divides an area, and the user displays new event messages in this area. Optionally, one or more edges of the area divided by the sliding track can be the screen The edge of the , which is composed of the sliding track and the edge of the screen, is used to display new event messages.
其中,所述预定时间可以由用户自行设定,一方面,考虑到语音指令可能与用户当前运行的应用程序相冲突,如果语音指令对当前应用程序造成误操作,可能会为用户带来不可挽回的损失,因此设定预定时间可以给用户提供下发语音指令的缓冲时间,不对用户当前运行的应用程序造成影响;另一方面,当有新消息到来时,设定预定时间提示用户有新消息到来,为用户提供一个准备的时间,使这个过程更加平滑,不至于特别突兀的直接分屏显示新消息。The predetermined time can be set by the user. On the one hand, considering that the voice command may conflict with the application program currently running by the user, if the voice command causes misoperation of the current application program, it may cause irreparable damage to the user. Therefore, setting a predetermined time can provide users with a buffer time for issuing voice commands without affecting the user's currently running application; on the other hand, when a new message arrives, set a predetermined time to remind the user that there is a new message Arrival, to provide users with a time to prepare, to make the process smoother, so that new messages will not be displayed directly in a particularly abrupt split screen.
303、终端将屏幕分成两个显示区域,分别显示当前运行的程序和事件消息对应的程序。303. The terminal divides the screen into two display areas, which respectively display the currently running program and the program corresponding to the event message.
可选的,在分屏时,分割成的每一块区域的大小可以由系统默认设置,也可由用户根据屏幕的大小以及自身的需要去设定。Optionally, when splitting the screen, the size of each divided area can be set by default by the system, or can be set by the user according to the size of the screen and their own needs.
优选的,在面积较小的屏幕区域显示事件消息对应的程序,在面积较大的屏幕区域显示当前运行的程序。因为用户收到事件消息时,当前运行的程序一般都是全屏运行的,如果分配较小的显示区域的话,可能由于按比例缩放导致显示内容失真,另外,事件消息一般都是短信息、新闻、邮件等,用较小的显示区域即可实现查收并进行相应处理。Preferably, the program corresponding to the event message is displayed in a smaller screen area, and the currently running program is displayed in a larger screen area. Because when the user receives an event message, the currently running program generally runs in full screen. If a smaller display area is allocated, the display content may be distorted due to scaling. In addition, event messages are generally short messages, news, Mail, etc., can be checked and processed with a small display area.
优选的,考虑到屏幕一般都为长方形,不论手机为横屏显示或竖屏显示,分割时尽量使分割后的区域的长度和宽度能够接近一些,这样分割后的两个区域显示的内容看起来比较舒服,否则会导致分割后的区域太过狭长,不便于用户观看Preferably, considering that the screens are generally rectangular, regardless of whether the mobile phone is displayed in a horizontal or vertical screen, try to make the length and width of the divided area as close as possible when dividing, so that the content displayed in the two divided areas looks like It is more comfortable, otherwise the divided area will be too narrow and long, which is not convenient for users to watch
304、终端在显示事件消息对应的程序的屏幕区域接收用户的处理指示,对该事件消息进行处理。304. The terminal receives a user's processing instruction in the screen area where the program corresponding to the event message is displayed, and processes the event message.
例如,回复短消息、回复邮件、查看新闻等。For example, replying to short messages, replying to emails, viewing news, etc.
可选的,在处理过程中,当需要在该屏幕区域进行文字输入时,如果输入法为全键盘模式,则需要对该屏幕区域的面积进行扩张,以使得用户能够更方便的使用全键盘输入法进行文字输入。Optionally, during processing, when text input needs to be performed in this screen area, if the input method is the full keyboard mode, the area of the screen area needs to be expanded so that the user can more conveniently use the full keyboard input to enter text.
可选的,如果在处理事件消息时,又接收到新的事件消息,则在屏幕上弹出提示框提示用户是否处理,如果用户选择处理,则在用户处理完当前事件消息后,自动调出新接收的事件消息;如果用户选择不处理,则直接忽略该消息,当用户想要查看该消息时可以去相应的应用程序中或者下拉菜单中查看。Optionally, if a new event message is received while processing the event message, a prompt box will pop up on the screen to prompt the user whether to process it. If the user chooses to process it, after the user finishes processing the current event message, a new event message will be called automatically. The received event message; if the user chooses not to process it, the message will be ignored directly. When the user wants to view the message, he can go to the corresponding application or drop-down menu to view it.
305、终端接收用户的手势指令,将屏幕恢复至完整状态。305. The terminal receives a gesture instruction from the user, and restores the screen to a complete state.
例如,如图8所示,终端在分屏后,对每个分屏区域都设一个关闭按钮,用户想要关闭某一个分屏区域时,直接点击该区域上的关闭按钮对终端下达指令,终端根据指令关闭该区域,并将另一区域的程序界面扩展到全屏幕;或者如图9所示,用户用手指拖动两块分屏区域中间的分割线,将其沿与分割线垂直的方向拖动,关闭其中一个分屏区域。For example, as shown in Figure 8, after the terminal splits the screen, a close button is set for each split-screen area. When the user wants to close a certain split-screen area, he directly clicks the close button on the area to issue instructions to the terminal. The terminal closes this area according to the instruction, and expands the program interface of another area to the full screen; or as shown in Figure 9, the user drags the dividing line in the middle of the two split-screen areas with a finger, and moves it along the vertical line to the dividing line. Drag in the direction to close one of the split-screen areas.
可选的,还可以通过用户的语音指令实现此效果。例如,用户下发“恢复”等语音指令,终端通过声音传感器识别声音指令后,将屏幕恢复至显示接收事件消息时当前运行的程序。可选的,用户也可以通过其他的语音指令决定屏幕恢复显示哪一个程序。Optionally, this effect can also be realized through the user's voice command. For example, the user sends a voice command such as "resume", and the terminal recognizes the voice command through the sound sensor, and restores the screen to display the program currently running when the event message is received. Optionally, the user can also decide which program to restore and display on the screen through other voice commands.
需要说明的是,在将屏幕恢复至完整状态时,屏幕上显示的程序可能是终端接收事件消息时当前运行的程序,也可能是事件消息对应的程序。具体显示哪一个程序由用户下发的指令决定。It should be noted that when the screen is restored to a complete state, the program displayed on the screen may be the program currently running when the terminal receives the event message, or may be the program corresponding to the event message. Which program to display is determined by the instruction issued by the user.
306、终端保持当前显示界面不变。306. The terminal keeps the current display interface unchanged.
与现有技术相比,本发明实施例中终端接收到新事件消息后,接收用户下达的手势指令,根据手势指令确定是否将屏幕分割成两块显示区域;在一块显示区域显示接收到所述事件消息时所述屏幕显示的程序界面,在另一块显示区域显示与所述事件消息对应的程序界面;确定分割显示区域后,用户在对应的显示区域处理事件消息,处理完毕后恢复屏幕至初始状态。解决了用户在查看新事件消息时需要在不同程序界面进行切换导致操作过于繁琐的问题,使得用户不需要将当前程序后台操作即可对新接收到的事件消息进行处理,简化了用户的操作步骤,为用户提供便利。Compared with the prior art, in the embodiment of the present invention, after receiving a new event message, the terminal receives a gesture command issued by the user, and determines whether to divide the screen into two display areas according to the gesture command; When the event message is displayed on the screen, the program interface corresponding to the event message is displayed in another display area; after the split display area is determined, the user processes the event message in the corresponding display area, and restores the screen to the initial state after processing. state. Solve the problem that users need to switch between different program interfaces when viewing new event messages, which makes the operation too cumbersome, so that users can process newly received event messages without operating the current program in the background, simplifying the user's operation steps , to provide convenience for users.
本发明又一实施例提供一种事件消息的处理装置30,如图10所示,所述装置30包括:Another embodiment of the present invention provides an event
接收单元31,用于接收事件消息;a receiving
分割单元32,用于在所述接收单元31接收到所述事件消息后,将屏幕的初始显示区域分割成第一显示区域和第二显示区域;A splitting
显示单元33,用于在所述第一显示区域显示接收到所述事件消息时所述屏幕显示的程序界面,在所述第二显示区域显示与所述事件消息对应的程序界面。The
进一步的,如图11所示,所述装置30还可以包括:Further, as shown in FIG. 11, the
判断单元34,用于判断在接收到所述事件消息后的预定时间内是否接收到第三用户指示;A judging
忽略单元35,用于当未接收到所述第三用户指示时,忽略所述事件消息;An ignoring
所述分割单元32还用于当接收到所述第三用户指示时,将屏幕的初始显示区域分割成第一显示区域和第二显示区域。The splitting
其中,所述第三用户指示包括:用户使用操作手势分割所述屏幕为两个显示区域。Wherein, the third user instruction includes: the user uses an operation gesture to split the screen into two display areas.
其中,所述操作手势包括:手指从所述屏幕的一个边缘滑动至与所述边缘平行的另一个边缘;则所述分割单元32具体用于:以手指的滑动轨迹为分割线,将所述屏幕的初始显示区域分割成第一显示区域和第二显示区域。Wherein, the operation gesture includes: sliding a finger from one edge of the screen to another edge parallel to the edge; The initial display area of the screen is divided into a first display area and a second display area.
进一步的,所述接收单元31还用于在所述第二显示区域内接收第一用户指示;则如图11所示,所述装置40还包括:Further, the receiving
处理单元36,用于根据所述接收单元31接收的所述第一用户指示处理所述事件消息;a
所述接收单元31还用于接收第二用户指示;则如图11所示,所述装置40还包括:The receiving
恢复单元37,用于根据所述接收单元31接收的所述第二用户指示将所述第一显示区域和所述第二显示区域合并,恢复所述初始显示区域。The
其中,所述事件消息包括:短消息、新闻和应用消息。Wherein, the event message includes: short message, news and application message.
与现有技术相比,本发明实施例在接收到新事件消息后将屏幕分割成两块显示区域,包括第一显示区域和第二显示区域;在所述第一显示区域显示接收到所述事件消息时所述屏幕显示的程序界面,在所述第二显示区域显示与所述事件消息对应的程序界面;用户在第二显示区域处理事件消息,处理完毕后恢复屏幕至初始状态。解决了用户在查看新事件消息时需要在不同程序界面进行切换导致操作过于繁琐的问题,使得用户不需要将当前程序后台操作即可对新接收到的事件消息进行处理,简化了用户的操作步骤,为用户提供便利。Compared with the prior art, the embodiment of the present invention divides the screen into two display areas after receiving a new event message, including a first display area and a second display area; When the event message is the program interface displayed on the screen, the program interface corresponding to the event message is displayed in the second display area; the user processes the event message in the second display area, and the screen returns to the initial state after processing. Solve the problem that users need to switch between different program interfaces when viewing new event messages, which makes the operation too cumbersome, so that users can process newly received event messages without operating the current program in the background, simplifying the user's operation steps , to provide convenience for users.
本发明实施例提供的事件消息的处理装置可以实现上述提供的方法实施例,具体功能实现请参见方法实施例中的说明,在此不再赘述。本发明实施例提供的事件消息的处理方法及装置可以适用于智能终端,但不仅限于此。The device for processing event messages provided by the embodiments of the present invention can implement the method embodiments provided above. For specific function realization, please refer to the descriptions in the method embodiments, which will not be repeated here. The event message processing method and device provided in the embodiments of the present invention may be applicable to smart terminals, but are not limited thereto.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,所述的程序可存储于一计算机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。其中,所述的存储介质可为磁碟、光盘、只读存储记忆体(Read-Only Memory,ROM)或随机存储记忆体(Random Access Memory,RAM)等。Those of ordinary skill in the art can understand that all or part of the processes in the methods of the above embodiments can be implemented through computer programs to instruct related hardware, and the programs can be stored in a computer-readable storage medium. During execution, it may include the processes of the embodiments of the above-mentioned methods. Wherein, the storage medium may be a magnetic disk, an optical disk, a read-only memory (Read-Only Memory, ROM) or a random access memory (Random Access Memory, RAM), etc.
以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到的变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应该以权利要求的保护范围为准。The above is only a specific embodiment of the present invention, but the scope of protection of the present invention is not limited thereto. Anyone skilled in the art can easily think of changes or substitutions within the technical scope disclosed in the present invention. All should be covered within the protection scope of the present invention. Therefore, the protection scope of the present invention should be determined by the protection scope of the claims.
Claims (10)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2013102116915A CN103279303A (en) | 2013-05-31 | 2013-05-31 | Event message processing method and device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2013102116915A CN103279303A (en) | 2013-05-31 | 2013-05-31 | Event message processing method and device |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN103279303A true CN103279303A (en) | 2013-09-04 |
Family
ID=49061849
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN2013102116915A Pending CN103279303A (en) | 2013-05-31 | 2013-05-31 | Event message processing method and device |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN103279303A (en) |
Cited By (53)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103473027A (en) * | 2013-09-16 | 2013-12-25 | 张智锋 | Split-screen multi-task interaction method for communication terminal and communication terminal |
| CN103530058A (en) * | 2013-10-30 | 2014-01-22 | 深圳市中兴移动通信有限公司 | Method for dividing screen freely and mobile terminal |
| CN103618956A (en) * | 2013-11-13 | 2014-03-05 | 深圳市同洲电子股份有限公司 | Method for obtaining video associated information and mobile terminal |
| CN103677569A (en) * | 2013-12-10 | 2014-03-26 | 华为终端有限公司 | Method for processing user interface of electronic equipment and electronic equipment |
| CN103824011A (en) * | 2014-03-24 | 2014-05-28 | 联想(北京)有限公司 | Information prompt method in security authentication process and electronic equipment |
| CN103995707A (en) * | 2014-06-11 | 2014-08-20 | 腾讯科技(深圳)有限公司 | Method, device and terminal device for processing application notification message |
| CN104035683A (en) * | 2014-05-14 | 2014-09-10 | 张智锋 | Split-screen multitask interaction method for communication terminal |
| CN104049866A (en) * | 2014-06-25 | 2014-09-17 | 深圳市中兴移动通信有限公司 | Mobile terminal and method and device for achieving screen splitting of mobile terminal |
| CN104317395A (en) * | 2014-09-29 | 2015-01-28 | 联想(北京)有限公司 | Information processing method and electronic equipment |
| CN104331246A (en) * | 2014-11-19 | 2015-02-04 | 广州三星通信技术研究有限公司 | Device and method for split screen display in terminal |
| CN104484098A (en) * | 2014-11-12 | 2015-04-01 | 北京天宇朗通通信设备股份有限公司 | Control method of mobile terminal touch screen operation and mobile terminal |
| WO2015062493A1 (en) * | 2013-10-30 | 2015-05-07 | 深圳市中兴移动通信有限公司 | Mobile terminal and screen splitting method thereof |
| CN104881201A (en) * | 2014-02-28 | 2015-09-02 | 联想(北京)有限公司 | Data display method and electronic equipment |
| CN104898952A (en) * | 2015-06-16 | 2015-09-09 | 魅族科技(中国)有限公司 | Terminal screen splitting implementing method and terminal |
| WO2015139410A1 (en) * | 2014-03-21 | 2015-09-24 | 深圳市汇顶科技股份有限公司 | Near-field communication system and terminal |
| CN104991705A (en) * | 2015-07-16 | 2015-10-21 | 魅族科技(中国)有限公司 | Interface display method and terminal |
| CN105094728A (en) * | 2014-05-23 | 2015-11-25 | 中兴通讯股份有限公司 | Intelligent screen-splitting method and device for terminal |
| CN105117105A (en) * | 2015-08-25 | 2015-12-02 | 广州三星通信技术研究有限公司 | Device and method used for performing screen division display in terminal |
| CN105204766A (en) * | 2015-09-29 | 2015-12-30 | 广东欧珀移动通信有限公司 | A method, device and mobile terminal for opening a shortcut setting menu |
| CN105260083A (en) * | 2015-10-30 | 2016-01-20 | 努比亚技术有限公司 | Mobile terminal and method for realizing split screens |
| CN105320693A (en) * | 2014-07-31 | 2016-02-10 | 腾讯科技(深圳)有限公司 | Information querying method and terminal |
| CN105487742A (en) * | 2014-09-18 | 2016-04-13 | 北京三星通信技术研究有限公司 | Method and device for displaying plurality of application windows |
| CN105577927A (en) * | 2015-12-23 | 2016-05-11 | 努比亚技术有限公司 | Terminal and sub-screen display method |
| CN105824590A (en) * | 2015-08-31 | 2016-08-03 | 维沃移动通信有限公司 | Split screen processing method and device in mobile equipment |
| CN105827816A (en) * | 2015-11-25 | 2016-08-03 | 维沃移动通信有限公司 | Screen splitting method for terminal screen, and mobile terminal |
| CN105988662A (en) * | 2015-03-06 | 2016-10-05 | 阿里巴巴集团控股有限公司 | Display method and system for multi-application window on mobile terminal |
| CN106293711A (en) * | 2016-07-29 | 2017-01-04 | 宇龙计算机通信科技(深圳)有限公司 | The display packing of a kind of PUSH message, device and terminal |
| CN106445553A (en) * | 2016-10-13 | 2017-02-22 | 珠海格力电器股份有限公司 | Terminal and split-screen display control method and control system thereof |
| CN106534914A (en) * | 2016-10-31 | 2017-03-22 | 努比亚技术有限公司 | Split screen display device, mobile terminal and method |
| CN106708181A (en) * | 2015-11-18 | 2017-05-24 | 三星电子株式会社 | Electronic device and method for configuring display of the electronic device |
| CN106873881A (en) * | 2015-12-11 | 2017-06-20 | 富泰华工业(深圳)有限公司 | Electronic equipment and toy control method |
| CN106933588A (en) * | 2017-03-13 | 2017-07-07 | 联想(北京)有限公司 | A kind of processing method, control method and electronic equipment |
| CN107102806A (en) * | 2017-01-25 | 2017-08-29 | 维沃移动通信有限公司 | A kind of split screen input method and mobile terminal |
| CN107247552A (en) * | 2017-06-30 | 2017-10-13 | 联想(北京)有限公司 | A kind of display drive method and electronic equipment |
| CN107315518A (en) * | 2017-06-27 | 2017-11-03 | 努比亚技术有限公司 | A kind of terminal split screen method, device and computer-readable recording medium |
| CN107621777A (en) * | 2014-03-07 | 2018-01-23 | 联想(北京)有限公司 | Electronic equipment and collection control method |
| CN108073312A (en) * | 2016-11-13 | 2018-05-25 | 本田技研工业株式会社 | People's car mutual |
| CN108388351A (en) * | 2018-04-12 | 2018-08-10 | 深圳市正图科技有限公司 | A kind of mixed reality experiencing system |
| CN108416203A (en) * | 2018-03-21 | 2018-08-17 | 维沃移动通信有限公司 | A kind of unlocking screen method and mobile terminal |
| CN108803964A (en) * | 2018-06-08 | 2018-11-13 | Oppo广东移动通信有限公司 | buoy display method, device, terminal and storage medium |
| CN108932101A (en) * | 2017-05-27 | 2018-12-04 | 南宁富桂精密工业有限公司 | interface control method, electronic device and computer readable storage medium |
| CN109117041A (en) * | 2018-07-25 | 2019-01-01 | 维沃移动通信有限公司 | A kind of message treatment method and mobile terminal |
| CN109151172A (en) * | 2018-07-23 | 2019-01-04 | Oppo广东移动通信有限公司 | Audio output control method and related equipment |
| CN109445736A (en) * | 2018-10-26 | 2019-03-08 | 维沃移动通信有限公司 | A kind of multi-screen display method and mobile terminal |
| WO2019047189A1 (en) * | 2017-09-08 | 2019-03-14 | 广东欧珀移动通信有限公司 | Message display method and device and terminal |
| CN109542316A (en) * | 2018-11-23 | 2019-03-29 | 维沃移动通信有限公司 | Information display method, terminal and computer-readable storage medium |
| WO2019141119A1 (en) * | 2018-01-19 | 2019-07-25 | Oppo广东移动通信有限公司 | User interface display method, device, and apparatus |
| CN110308883A (en) * | 2019-05-24 | 2019-10-08 | 努比亚技术有限公司 | Method for splitting, wearable device and the computer readable storage medium of screen |
| CN110543273A (en) * | 2018-05-28 | 2019-12-06 | 华为技术有限公司 | split screen display method and device for terminal |
| CN110855828A (en) * | 2015-01-04 | 2020-02-28 | 华为技术有限公司 | A notification information processing method, device and terminal |
| CN111443840A (en) * | 2020-03-25 | 2020-07-24 | 维沃移动通信有限公司 | Display method and electronic equipment |
| WO2021036714A1 (en) * | 2019-08-26 | 2021-03-04 | 华为技术有限公司 | Voice-controlled split-screen display method and electronic device |
| CN115193033A (en) * | 2022-06-21 | 2022-10-18 | 网易(杭州)网络有限公司 | Game data processing method and device, computer equipment and storage medium |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20020138584A1 (en) * | 2001-03-21 | 2002-09-26 | Hiroyuki Fujimoto | Electronic mail transmission/reception system and electronic mail transmission/reception program |
| CN101682670A (en) * | 2007-05-29 | 2010-03-24 | 日本电气株式会社 | Mobile terminal device, television display method, and program therefor |
| CN101685373A (en) * | 2008-09-26 | 2010-03-31 | 宏达国际电子股份有限公司 | Method for generating multiple window frames and electronic device thereof |
| CN102129345A (en) * | 2010-01-19 | 2011-07-20 | Lg电子株式会社 | Mobile terminal and control method thereof |
| CN102753378A (en) * | 2009-12-12 | 2012-10-24 | 大众汽车有限公司 | Operating method for a display device of a vehicle |
-
2013
- 2013-05-31 CN CN2013102116915A patent/CN103279303A/en active Pending
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20020138584A1 (en) * | 2001-03-21 | 2002-09-26 | Hiroyuki Fujimoto | Electronic mail transmission/reception system and electronic mail transmission/reception program |
| CN101682670A (en) * | 2007-05-29 | 2010-03-24 | 日本电气株式会社 | Mobile terminal device, television display method, and program therefor |
| US20100173677A1 (en) * | 2007-05-29 | 2010-07-08 | Nec Corporation | Mobile terminal apparatus, and television display method and program of the same |
| CN101685373A (en) * | 2008-09-26 | 2010-03-31 | 宏达国际电子股份有限公司 | Method for generating multiple window frames and electronic device thereof |
| CN102753378A (en) * | 2009-12-12 | 2012-10-24 | 大众汽车有限公司 | Operating method for a display device of a vehicle |
| CN102129345A (en) * | 2010-01-19 | 2011-07-20 | Lg电子株式会社 | Mobile terminal and control method thereof |
Non-Patent Citations (3)
| Title |
|---|
| 叶杨: "Mountain Lion:OS X向iOS看齐", 《微型计算机》 * |
| 石恒华 等: "《iPhone 4S酷乐志》", 30 June 2012 * |
| 韩路 等: "《THE NEW IPAD 随心玩》", 31 August 2012 * |
Cited By (81)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103473027B (en) * | 2013-09-16 | 2017-01-04 | 张智锋 | A kind of communicating terminal split screen multi-task interaction method and communicating terminal |
| CN103473027A (en) * | 2013-09-16 | 2013-12-25 | 张智锋 | Split-screen multi-task interaction method for communication terminal and communication terminal |
| CN103530058A (en) * | 2013-10-30 | 2014-01-22 | 深圳市中兴移动通信有限公司 | Method for dividing screen freely and mobile terminal |
| WO2015062493A1 (en) * | 2013-10-30 | 2015-05-07 | 深圳市中兴移动通信有限公司 | Mobile terminal and screen splitting method thereof |
| CN103618956A (en) * | 2013-11-13 | 2014-03-05 | 深圳市同洲电子股份有限公司 | Method for obtaining video associated information and mobile terminal |
| CN103677569A (en) * | 2013-12-10 | 2014-03-26 | 华为终端有限公司 | Method for processing user interface of electronic equipment and electronic equipment |
| CN103677569B (en) * | 2013-12-10 | 2017-04-12 | 华为终端有限公司 | Method for processing user interface of electronic equipment and electronic equipment |
| WO2015085868A1 (en) * | 2013-12-10 | 2015-06-18 | 华为终端有限公司 | Method for processing user interface of electronic device and electronic device |
| CN104881201B (en) * | 2014-02-28 | 2020-02-21 | 联想(北京)有限公司 | Data display method and electronic equipment |
| CN104881201A (en) * | 2014-02-28 | 2015-09-02 | 联想(北京)有限公司 | Data display method and electronic equipment |
| CN107621777A (en) * | 2014-03-07 | 2018-01-23 | 联想(北京)有限公司 | Electronic equipment and collection control method |
| US10201028B2 (en) | 2014-03-21 | 2019-02-05 | Shenzhen GOODIX Technology Co., Ltd. | Near-field communication method and terminal |
| WO2015139410A1 (en) * | 2014-03-21 | 2015-09-24 | 深圳市汇顶科技股份有限公司 | Near-field communication system and terminal |
| CN103824011A (en) * | 2014-03-24 | 2014-05-28 | 联想(北京)有限公司 | Information prompt method in security authentication process and electronic equipment |
| CN104035683A (en) * | 2014-05-14 | 2014-09-10 | 张智锋 | Split-screen multitask interaction method for communication terminal |
| CN105094728A (en) * | 2014-05-23 | 2015-11-25 | 中兴通讯股份有限公司 | Intelligent screen-splitting method and device for terminal |
| CN103995707A (en) * | 2014-06-11 | 2014-08-20 | 腾讯科技(深圳)有限公司 | Method, device and terminal device for processing application notification message |
| CN104049866B (en) * | 2014-06-25 | 2019-06-21 | 努比亚技术有限公司 | The implementation method and device of a kind of mobile terminal and its split screen |
| CN104049866A (en) * | 2014-06-25 | 2014-09-17 | 深圳市中兴移动通信有限公司 | Mobile terminal and method and device for achieving screen splitting of mobile terminal |
| CN105320693A (en) * | 2014-07-31 | 2016-02-10 | 腾讯科技(深圳)有限公司 | Information querying method and terminal |
| CN105487742B (en) * | 2014-09-18 | 2019-06-18 | 北京三星通信技术研究有限公司 | Method and device for displaying multiple application windows |
| CN105487742A (en) * | 2014-09-18 | 2016-04-13 | 北京三星通信技术研究有限公司 | Method and device for displaying plurality of application windows |
| CN104317395B (en) * | 2014-09-29 | 2018-08-10 | 联想(北京)有限公司 | Information processing method and electronic equipment |
| CN104317395A (en) * | 2014-09-29 | 2015-01-28 | 联想(北京)有限公司 | Information processing method and electronic equipment |
| CN104484098A (en) * | 2014-11-12 | 2015-04-01 | 北京天宇朗通通信设备股份有限公司 | Control method of mobile terminal touch screen operation and mobile terminal |
| CN104331246A (en) * | 2014-11-19 | 2015-02-04 | 广州三星通信技术研究有限公司 | Device and method for split screen display in terminal |
| EP3223127B1 (en) * | 2014-11-19 | 2020-02-19 | Samsung Electronics Co., Ltd. | Apparatus for executing split screen display and operating method therefor |
| CN110855828B (en) * | 2015-01-04 | 2022-12-06 | 华为技术有限公司 | Notification information processing method and device and terminal |
| US11175811B2 (en) | 2015-01-04 | 2021-11-16 | Huawei Technologies Co., Ltd. | Method, apparatus, and terminal for processing notification information |
| CN110855828A (en) * | 2015-01-04 | 2020-02-28 | 华为技术有限公司 | A notification information processing method, device and terminal |
| US11573688B2 (en) | 2015-01-04 | 2023-02-07 | Huawei Technologies Co., Ltd. | Method, apparatus, and terminal for processing notification information |
| US12056341B2 (en) | 2015-01-04 | 2024-08-06 | Huawei Technologies Co., Ltd. | Method, apparatus, and terminal for processing notification information |
| CN105988662A (en) * | 2015-03-06 | 2016-10-05 | 阿里巴巴集团控股有限公司 | Display method and system for multi-application window on mobile terminal |
| CN104898952B (en) * | 2015-06-16 | 2019-05-28 | 魅族科技(中国)有限公司 | A kind of terminal split screen implementation method and terminal |
| CN104898952A (en) * | 2015-06-16 | 2015-09-09 | 魅族科技(中国)有限公司 | Terminal screen splitting implementing method and terminal |
| CN104991705A (en) * | 2015-07-16 | 2015-10-21 | 魅族科技(中国)有限公司 | Interface display method and terminal |
| CN105117105A (en) * | 2015-08-25 | 2015-12-02 | 广州三星通信技术研究有限公司 | Device and method used for performing screen division display in terminal |
| CN105824590A (en) * | 2015-08-31 | 2016-08-03 | 维沃移动通信有限公司 | Split screen processing method and device in mobile equipment |
| CN105204766A (en) * | 2015-09-29 | 2015-12-30 | 广东欧珀移动通信有限公司 | A method, device and mobile terminal for opening a shortcut setting menu |
| CN105260083A (en) * | 2015-10-30 | 2016-01-20 | 努比亚技术有限公司 | Mobile terminal and method for realizing split screens |
| CN106708181A (en) * | 2015-11-18 | 2017-05-24 | 三星电子株式会社 | Electronic device and method for configuring display of the electronic device |
| CN105827816A (en) * | 2015-11-25 | 2016-08-03 | 维沃移动通信有限公司 | Screen splitting method for terminal screen, and mobile terminal |
| CN105827816B (en) * | 2015-11-25 | 2019-06-04 | 维沃移动通信有限公司 | A method for splitting a terminal screen and a mobile terminal |
| CN106873881A (en) * | 2015-12-11 | 2017-06-20 | 富泰华工业(深圳)有限公司 | Electronic equipment and toy control method |
| CN105577927A (en) * | 2015-12-23 | 2016-05-11 | 努比亚技术有限公司 | Terminal and sub-screen display method |
| CN106293711A (en) * | 2016-07-29 | 2017-01-04 | 宇龙计算机通信科技(深圳)有限公司 | The display packing of a kind of PUSH message, device and terminal |
| CN106293711B (en) * | 2016-07-29 | 2019-10-22 | 宇龙计算机通信科技(深圳)有限公司 | A push message display method, device and terminal |
| CN106445553A (en) * | 2016-10-13 | 2017-02-22 | 珠海格力电器股份有限公司 | Terminal and split-screen display control method and control system thereof |
| CN106534914A (en) * | 2016-10-31 | 2017-03-22 | 努比亚技术有限公司 | Split screen display device, mobile terminal and method |
| CN108073312A (en) * | 2016-11-13 | 2018-05-25 | 本田技研工业株式会社 | People's car mutual |
| CN108073312B (en) * | 2016-11-13 | 2022-03-29 | 本田技研工业株式会社 | Human-vehicle interaction |
| CN107102806A (en) * | 2017-01-25 | 2017-08-29 | 维沃移动通信有限公司 | A kind of split screen input method and mobile terminal |
| CN106933588A (en) * | 2017-03-13 | 2017-07-07 | 联想(北京)有限公司 | A kind of processing method, control method and electronic equipment |
| CN106933588B (en) * | 2017-03-13 | 2020-12-18 | 联想(北京)有限公司 | Processing method, control method and electronic equipment |
| CN108932101B (en) * | 2017-05-27 | 2020-08-28 | 南宁富桂精密工业有限公司 | Interface control method, electronic device and computer readable storage medium |
| CN108932101A (en) * | 2017-05-27 | 2018-12-04 | 南宁富桂精密工业有限公司 | interface control method, electronic device and computer readable storage medium |
| CN107315518A (en) * | 2017-06-27 | 2017-11-03 | 努比亚技术有限公司 | A kind of terminal split screen method, device and computer-readable recording medium |
| CN107247552A (en) * | 2017-06-30 | 2017-10-13 | 联想(北京)有限公司 | A kind of display drive method and electronic equipment |
| WO2019047189A1 (en) * | 2017-09-08 | 2019-03-14 | 广东欧珀移动通信有限公司 | Message display method and device and terminal |
| WO2019141119A1 (en) * | 2018-01-19 | 2019-07-25 | Oppo广东移动通信有限公司 | User interface display method, device, and apparatus |
| US11372528B2 (en) | 2018-01-19 | 2022-06-28 | Guangdong Oppo Mobile Telecommunications Corp., Ltd. | User interface display method, device, and apparatus |
| JP2021510878A (en) * | 2018-01-19 | 2021-04-30 | オッポ広東移動通信有限公司Guangdong Oppo Mobile Telecommunications Corp., Ltd. | User interface Display method, device and device |
| CN108416203A (en) * | 2018-03-21 | 2018-08-17 | 维沃移动通信有限公司 | A kind of unlocking screen method and mobile terminal |
| CN108388351B (en) * | 2018-04-12 | 2024-03-12 | 深圳市正图科技有限公司 | Mixed reality experience system |
| CN108388351A (en) * | 2018-04-12 | 2018-08-10 | 深圳市正图科技有限公司 | A kind of mixed reality experiencing system |
| CN110543273A (en) * | 2018-05-28 | 2019-12-06 | 华为技术有限公司 | split screen display method and device for terminal |
| US11513671B2 (en) | 2018-05-28 | 2022-11-29 | Huawei Technologies Co., Ltd. | Split-screen display method for terminal and apparatus |
| WO2019233337A1 (en) * | 2018-06-08 | 2019-12-12 | Oppo广东移动通信有限公司 | Floating action button display method and device, terminal, and storage medium |
| CN108803964B (en) * | 2018-06-08 | 2021-04-20 | Oppo广东移动通信有限公司 | Buoy display method, device, terminal and storage medium |
| CN113157155A (en) * | 2018-06-08 | 2021-07-23 | Oppo广东移动通信有限公司 | Buoy display method, device, terminal and storage medium |
| CN108803964A (en) * | 2018-06-08 | 2018-11-13 | Oppo广东移动通信有限公司 | buoy display method, device, terminal and storage medium |
| CN109151172A (en) * | 2018-07-23 | 2019-01-04 | Oppo广东移动通信有限公司 | Audio output control method and related equipment |
| CN109117041A (en) * | 2018-07-25 | 2019-01-01 | 维沃移动通信有限公司 | A kind of message treatment method and mobile terminal |
| CN109445736A (en) * | 2018-10-26 | 2019-03-08 | 维沃移动通信有限公司 | A kind of multi-screen display method and mobile terminal |
| CN109542316A (en) * | 2018-11-23 | 2019-03-29 | 维沃移动通信有限公司 | Information display method, terminal and computer-readable storage medium |
| CN110308883A (en) * | 2019-05-24 | 2019-10-08 | 努比亚技术有限公司 | Method for splitting, wearable device and the computer readable storage medium of screen |
| WO2021036714A1 (en) * | 2019-08-26 | 2021-03-04 | 华为技术有限公司 | Voice-controlled split-screen display method and electronic device |
| US12400664B2 (en) | 2019-08-26 | 2025-08-26 | Huawei Technologies Co., Ltd. | Voice-controlled split-screen display method and electronic device |
| CN111443840A (en) * | 2020-03-25 | 2020-07-24 | 维沃移动通信有限公司 | Display method and electronic equipment |
| CN115193033A (en) * | 2022-06-21 | 2022-10-18 | 网易(杭州)网络有限公司 | Game data processing method and device, computer equipment and storage medium |
| CN115193033B (en) * | 2022-06-21 | 2025-12-05 | 网易(杭州)网络有限公司 | Game data processing methods, devices, computer equipment, and storage media |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN103279303A (en) | Event message processing method and device | |
| US12056341B2 (en) | Method, apparatus, and terminal for processing notification information | |
| US11301126B2 (en) | Icon control method and terminal | |
| KR101919788B1 (en) | Mobile terminal and method for controlling thereof | |
| CN101950236B (en) | Method for processing message | |
| CN102799351B (en) | Method for activating user interface of terminal equipment and terminal equipment | |
| CN104536666B (en) | A method and device for quickly switching application programs and their interfaces | |
| WO2015180621A1 (en) | Method and apparatus for playing im message | |
| US20150100914A1 (en) | Gestures for multiple window operation | |
| WO2016078441A1 (en) | Icon management method and apparatus, and terminal | |
| CN104239136A (en) | Application program switching method and device | |
| CN105159582B (en) | A kind of video area method of adjustment and terminal | |
| USRE47812E1 (en) | Adaptive determination of information display | |
| CN103229133A (en) | Task switching method and terminal | |
| WO2017063443A1 (en) | Message display method and apparatus | |
| CN108228020A (en) | An information processing method and terminal | |
| CN105162959A (en) | Message notification processing method and device | |
| TW201624252A (en) | Information integrating system and method | |
| CN108124064A (en) | The key response method and mobile terminal of a kind of mobile terminal | |
| CN105404439A (en) | Folder creation method and apparatus | |
| CN105824590A (en) | Split screen processing method and device in mobile equipment | |
| CN107205090A (en) | Reminding method, system and the intelligent terminal of intelligent terminal application message | |
| CN106681630A (en) | Operation method and device of mobile terminal |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| RJ01 | Rejection of invention patent application after publication | ||
| RJ01 | Rejection of invention patent application after publication |
Application publication date: 20130904 |