技术领域technical field
本发明属于移动终端技术领域,尤其涉及应用程序图标管理方法及装置。The invention belongs to the technical field of mobile terminals, and in particular relates to a method and a device for managing application program icons.
背景技术Background technique
现有的智能终端(比如智能手机、平板电脑等)都安装有各种各样的应用程序。普通用户的智能终端上所安装的应用程序占用了显示屏上多个界面的空间。当用户需要把某个应用程序图标移动到另一界面上时,现有技术需要长按应用程序图标,一边移动移动应用程序图标一边进行翻页并查找界面的空余位置,操作繁琐。而且,在应用程序图标移动的过程中不容易把握翻过的界面;用户手抖或者误操作会导致图标移动过程停止,更甚者,图标没有移动到目标界面,反而和其他的应用程序图标合并在一起。Existing smart terminals (such as smart phones, tablet computers, etc.) are installed with various applications. The application programs installed on the smart terminals of ordinary users occupy the space of multiple interfaces on the display screen. When the user needs to move a certain application icon to another interface, in the prior art, it is necessary to press and hold the application icon, turn the page while moving the mobile application icon and find a vacant position on the interface, and the operation is cumbersome. Moreover, it is not easy to grasp the overturned interface during the process of moving the application icon; the user's hand shaking or misoperation will cause the icon movement process to stop, what's more, the icon does not move to the target interface, but merges with other application icons together.
发明内容Contents of the invention
鉴于此,本发明实施例提供一种应用程序图标管理方法及装置,以简化现有的应用程序图标管理方式。In view of this, embodiments of the present invention provide a method and device for managing application program icons, so as to simplify the existing application program icon management methods.
第一方面,提供了一种应用程序图标管理方法,所述方法包括:In a first aspect, a method for managing application program icons is provided, the method comprising:
加载应用程序图标管理界面;Load the application icon management interface;
在所述应用程序管理界面下,获取用户在待操作应用程序图标对应的操作区域上输入的操作指令;Under the application program management interface, obtain the operation instruction input by the user on the operation area corresponding to the icon of the application program to be operated;
对所述待操作应用程序图标执行所述操作指令对应的操作。An operation corresponding to the operation instruction is performed on the icon of the application program to be operated.
进一步地,所述加载应用程序图标管理界面之前还包括:Further, before loading the application icon management interface, the method also includes:
预先将应用程序图标管理界面划分为N*M个操作区域,每个应用程序图标对应一个操作区域,N、M为大于零的整数。The application icon management interface is divided into N*M operation areas in advance, each application icon corresponds to an operation area, and N and M are integers greater than zero.
进一步地,所述获取用户在待操作应用程序图标对应的操作区域上输入的操作指令包括:Further, the obtaining the operation instruction input by the user on the operation area corresponding to the icon of the application program to be operated includes:
获取用户在所述待操作应用程序图标对应的操作区域上输入的滑动轨迹;Acquiring the sliding track input by the user on the operation area corresponding to the icon of the application program to be operated;
根据所述滑动轨迹识别目标显示界面的页码;Identifying the page number of the target display interface according to the sliding track;
所述对所述待操作应用程序图标执行所述操作指令对应的操作包括:The performing the operation corresponding to the operation instruction on the application icon to be operated includes:
将所述待操作应用程序图标移动到所述页码指向的显示界面。The icon of the application program to be operated is moved to the display interface pointed to by the page number.
进一步地,所述获取用户在待操作应用程序图标对应的操作区域上输入的操作指令包括:Further, the obtaining the operation instruction input by the user on the operation area corresponding to the icon of the application program to be operated includes:
检测用户在待操作应用程序图标对应的操作区域上的输入点击指令;Detect the user's input click instruction on the operation area corresponding to the application icon to be operated;
根据所述点击指令显示所述待操作应用程序图标的功能项列表;displaying a list of function items of the application icon to be operated according to the click instruction;
接收用户输入的语音信息或者在所述功能项列表上的点击操作,根据所述语音信息或者点击操作获取用户选择的功能项;receiving voice information input by the user or a click operation on the function item list, and obtaining the function item selected by the user according to the voice information or click operation;
所述对所述待操作应用程序图标执行所述操作指令对应的操作包括:The performing the operation corresponding to the operation instruction on the application icon to be operated includes:
对所述待操作应用程序图标执行所述功能项对应的图标操作。Executing the icon operation corresponding to the function item on the icon of the application program to be operated.
进一步地,所述对所述待操作应用程序图标执行所述操作指令对应的操作之后还包括:Further, after performing the operation corresponding to the operation instruction on the application icon to be operated, the method further includes:
接收用户输入的撤销指令;Receive the cancel instruction input by the user;
根据所述撤销指令撤销所述操作指令,以及撤销对所述待操作应用程序图标所执行的操作。Canceling the operation instruction according to the cancel instruction, and canceling the operation performed on the icon of the application program to be operated.
第二方面,提供了一种应用程序图标管理装置,所述装置包括:In a second aspect, an application program icon management device is provided, and the device includes:
加载模块,用于加载应用程序图标管理界面;The loading module is used to load the application icon management interface;
获取模块,用于在所述应用程序管理界面下,获取用户在待操作应用程序图标对应的操作区域上输入的操作指令;An acquisition module, configured to acquire, under the application management interface, the operation instruction input by the user on the operation area corresponding to the icon of the application to be operated;
操作模块,用于对所述待操作应用程序图标执行所述操作指令对应的操作。An operation module, configured to perform an operation corresponding to the operation instruction on the icon of the application program to be operated.
进一步地,所述装置还包括:Further, the device also includes:
划分模块,用于预先将应用程序图标管理界面划分为N*M个操作区域,每个应用程序图标对应一个操作区域,N、M为大于零的整数。The division module is used to divide the application icon management interface into N*M operation areas in advance, each application icon corresponds to an operation area, and N and M are integers greater than zero.
进一步地,所述获取模块包括:Further, the acquisition module includes:
第一获取单元,用于获取用户在所述待操作应用程序图标对应的操作区域上输入的滑动轨迹;A first acquiring unit, configured to acquire a sliding track input by the user on the operation area corresponding to the icon of the application program to be operated;
识别单元,用于根据所述滑动轨迹识别目标显示界面的页码;A recognition unit, configured to recognize the page number of the target display interface according to the sliding track;
所述操作模块具体用于:The operation module is specifically used for:
将所述待操作应用程序图标移动到所述页码指向的显示界面。The icon of the application program to be operated is moved to the display interface pointed to by the page number.
进一步地,所述获取模块包括:Further, the acquisition module includes:
检测单元,用于检测用户在待操作应用程序图标对应的操作区域上输入的点击指令;a detection unit, configured to detect a click instruction input by the user on the operation area corresponding to the icon of the application program to be operated;
显示单元,用于根据所述点击指令显示所述待操作应用程序图标的功能项列表;a display unit, configured to display a list of function items of the application icon to be operated according to the click instruction;
第二获取单元,用于接收用户输入的语音信息或者在所述功能项列表上的点击操作,根据所述语音信息或者点击操作获取用户选择的功能项;The second acquisition unit is configured to receive voice information input by the user or a click operation on the function item list, and acquire the function item selected by the user according to the voice information or click operation;
所述操作模块具体用于:The operation module is specifically used for:
对所述待操作应用程序图标执行所述功能项对应的图标操作。Executing the icon operation corresponding to the function item on the icon of the application program to be operated.
进一步地,所述装置还包括:Further, the device also includes:
撤销模块,用于接收用户输入的撤销指令;根据所述撤销指令撤销所述操作指令,以及撤销对所述待操作应用程序图标所执行的操作。The canceling module is configured to receive a canceling instruction input by the user; cancel the operation instruction according to the canceling instruction, and cancel the operation performed on the icon of the application program to be operated.
与现有技术相比,本发明实施例预先设置应用程序图标对应的操作区域,在进行应用程序图标的管理时,加载应用程序图标管理界面;在所述应用程序管理界面下,获取用户在待操作应用程序图标对应的操作区域上输入的操作指令;对所述待操作应用程序图标执行所述操作指令对应的操作;从而实现了在待操作应用程序图标对应的操作区域上输入操作指令来将待操作应用程序图标移动到目标位置上,避免了长按应用程序图标以及在长按状态下的跨屏移动操作,简化了现有的应用程序图标的管理方式。Compared with the prior art, the embodiment of the present invention pre-sets the operation area corresponding to the application program icon, and loads the application program icon management interface when managing the application program icon; Operate the operation instruction input on the operation area corresponding to the application program icon; perform the operation corresponding to the operation instruction on the application program icon to be operated; The icon of the application program to be operated is moved to the target position, which avoids long-pressing the application icon and cross-screen movement operation in the long-press state, and simplifies the management method of the existing application program icon.
附图说明Description of drawings
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention or the prior art, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only These are some embodiments of the present invention. For those skilled in the art, other drawings can also be obtained according to these drawings without any creative effort.
图1是本发明实施例一提供的应用程序图标管理方法的第一实现流程图;FIG. 1 is a first implementation flowchart of the application icon management method provided by Embodiment 1 of the present invention;
图2是本发明实施例一提供的应用程序管理界面示意图;FIG. 2 is a schematic diagram of an application program management interface provided by Embodiment 1 of the present invention;
图3是本发明实施例一提供的应用程序图标管理方法中步骤S102的第一实现流程图;Fig. 3 is a first implementation flowchart of step S102 in the application icon management method provided by Embodiment 1 of the present invention;
图4是本发明实施例一提供的应用程序图标管理方法中步骤S102的第二实现流程图;Fig. 4 is a second implementation flowchart of step S102 in the application icon management method provided by Embodiment 1 of the present invention;
图5是本发明实施例三提供的应用程序图标管理方法的组成结构图。FIG. 5 is a structural diagram of a method for managing application program icons provided by Embodiment 3 of the present invention.
具体实施方式Detailed ways
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。In order to make the object, technical solution and advantages of the present invention clearer, the present invention will be further described in detail below in conjunction with the accompanying drawings and embodiments. It should be understood that the specific embodiments described here are only used to explain the present invention, not to limit the present invention.
在本发明实施例中,预先设置应用程序图标对应的操作区域,在进行应用程序图标的管理时,加载应用程序图标管理界面;在所述应用程序管理界面下,获取用户在待操作应用程序图标对应的操作区域上输入的操作指令;对所述待操作应用程序图标执行所述操作指令对应的操作;从而实现了在待操作应用程序图标对应的操作区域上通过滑动、点击或者语音信息等方式将待操作应用程序图标移动到目标位置上,避免长按应用程序图标以及长按状态下的跨屏移动操作,简化了现有的应用程序图标的管理方式。本发明还提供了相应装置,以下分别进行详细的说明。In the embodiment of the present invention, the operation area corresponding to the application program icon is set in advance, and the application program icon management interface is loaded when the application program icon is managed; The operation instruction input on the corresponding operation area; the operation corresponding to the operation instruction is performed on the application program icon to be operated; thereby realizing the operation of the operation area corresponding to the application program icon to be operated by sliding, clicking or voice information, etc. The application icon to be operated is moved to the target position, avoiding long-pressing the application icon and cross-screen movement operation in the long-press state, and simplifying the management method of the existing application icon. The present invention also provides corresponding devices, which will be described in detail below.
实施例一Embodiment one
图1示出了本发明实施例一提供的应用程序图标管理方法的第一实现流程,为了便于说明,仅示出了与本发明相关的部分。FIG. 1 shows the first implementation flow of the application icon management method provided by Embodiment 1 of the present invention. For the convenience of description, only the parts related to the present invention are shown.
在本发明实施例中,所述方法应用于具有触摸屏的移动终端,所述移动终端包括一触摸屏,所述触摸屏包括但不限于电容式触摸屏、电感式触摸屏。用户可在所述触摸屏上进行触控操作,所述移动终端包括但不限于移动电话、口袋计算机(Pocket personalComputer,PPC)、掌上电脑、个人数字助理(Personal Digital Assistant,PDA)等。所述移动终端的触摸屏能够显示多个显示界面,相邻的显示界面之间可进行切换。In the embodiment of the present invention, the method is applied to a mobile terminal with a touch screen, and the mobile terminal includes a touch screen, and the touch screen includes but not limited to a capacitive touch screen and an inductive touch screen. The user can perform touch operations on the touch screen, and the mobile terminal includes but not limited to a mobile phone, a pocket computer (Pocket personalComputer, PPC), a palmtop computer, a personal digital assistant (Personal Digital Assistant, PDA) and the like. The touch screen of the mobile terminal can display multiple display interfaces, and adjacent display interfaces can be switched.
如图1所示,所述方法包括:As shown in Figure 1, the method includes:
在步骤S101中,加载应用程序图标管理界面。In step S101, an application icon management interface is loaded.
在本发明实施例中,所述应用程序图标管理界面是用户管理智能终端应用程序图标的交互界面。在所述应用程序图标管理界面下,用户可对应用程序图标进行删除、移动、卸载等操作。优选地,用户可通过长按触摸屏的任一显示界面中的任意位置等方式输入对应用程序图标进行管理的指令,智能终端将根据所述指令加载所述应用程序图标管理界面。In the embodiment of the present invention, the application program icon management interface is an interactive interface for the user to manage the application program icons of the smart terminal. Under the application program icon management interface, the user can perform operations such as deleting, moving, and uninstalling application program icons. Preferably, the user can input an instruction to manage the application icon by long pressing any position in any display interface of the touch screen, and the smart terminal will load the application icon management interface according to the instruction.
在步骤S102中,在所述应用程序管理界面下,获取用户在待操作应用程序图标对应的操作区域上输入的操作指令。In step S102, under the application program management interface, an operation instruction input by the user on an operation area corresponding to an icon of the application program to be operated is acquired.
在本发明实施例中,预先将应用程序图标管理界面划分为N*M个操作区域,每个应用程序图标对应一个操作区域,N、M为大于零的整数。因此,触摸屏的每一个显示界面上的应用程序图标都有一个预设的操作区域。In the embodiment of the present invention, the application icon management interface is divided into N*M operation areas in advance, each application icon corresponds to an operation area, and N and M are integers greater than zero. Therefore, each application icon on the display interface of the touch screen has a preset operation area.
在加载所述应用程序图标管理界面后,同时显示一个N*M的网格,以告知用户每一个应用程序图标对应的可操作区域。图2是本发明实施例提供的应用程序管理界面示意图。从图2中可知,应用程序图标管理界面划分为5*4的网格,每一个应用程序图标都有一个对应的操作区域,即虚线框内部的区域。用户可在所述应用程序图标对应的操作区域上输入对应用程序图标的操作指令。在所述应用程序管理界面下,智能终端获取用户在待操作应用程序图标对应的操作区域上输入的操作指令。After the application icon management interface is loaded, an N*M grid is displayed at the same time to inform the user of the operable area corresponding to each application icon. Fig. 2 is a schematic diagram of an application program management interface provided by an embodiment of the present invention. It can be seen from FIG. 2 that the application icon management interface is divided into a grid of 5*4, and each application icon has a corresponding operation area, that is, the area inside the dotted box. The user can input an operation instruction for the application program icon on the operation area corresponding to the application program icon. Under the application program management interface, the smart terminal obtains the operation instruction input by the user on the operation area corresponding to the icon of the application program to be operated.
优选地,操作指令的输入方式包括滑动、点击或者语音信息中的一种或者多种。所述操作指令包括但不限于移动图标、发送图标到桌面、删除图标、卸载图标等指令。Preferably, the input method of the operation instruction includes one or more of sliding, clicking or voice information. The operation instructions include, but are not limited to, instructions such as moving an icon, sending an icon to the desktop, deleting an icon, and uninstalling an icon.
后续实施例将对步骤S102进行详细的说明,具体请参见后续实施例,此处不再赘述。Subsequent embodiments will describe step S102 in detail, please refer to subsequent embodiments for details, and details will not be repeated here.
在步骤S103中,对所述待操作应用程序图标执行所述操作指令对应的操作。In step S103, an operation corresponding to the operation instruction is performed on the icon of the application program to be operated.
获取到在操作区域上输入的操作指令后,根据所述操作指令对操作区域上的待操作应用程序图标执行移动、发送到桌面、删除、卸载等操作。After the operation instruction input on the operation area is obtained, operations such as moving, sending to the desktop, deleting, and uninstalling the icon of the application program to be operated on the operation area are performed according to the operation instruction.
在本发明实施例中,预先设置应用程序图标的操作区域,在进行应用程序图标的管理时,加载应用程序图标管理界面;在所述应用程序管理界面下,获取用户在待操作应用程序图标对应的操作区域上输入的操作指令,所述操作指令的输入方式包括滑动、点击或者语音信息中的一种或者多种;对所述待操作应用程序图标执行所述操作指令对应的操作;从而实现了在待操作应用程序图标对应的操作区域上通过滑动、点击或者语音信息的方式将待操作应用程序图标移动到目标位置上,避免了长按应用程序图标以及在长按状态下的跨屏移动操作,简化了现有的应用程序图标的管理方式,提升了用户体验。In the embodiment of the present invention, the operation area of the application program icon is set in advance, and the application program icon management interface is loaded when the application program icon is managed; The operation instruction input on the operation area of the operation instruction, the input method of the operation instruction includes one or more of sliding, clicking or voice information; perform the operation corresponding to the operation instruction on the application program icon to be operated; thereby realizing In order to move the icon of the application to be operated to the target position by sliding, clicking, or voice information on the operation area corresponding to the icon of the application to be operated, avoiding long-pressing the application icon and cross-screen movement in the long-press state operation, which simplifies the management of existing application icons and improves user experience.
在本发明实施例中,操作指令的输入方式包括滑动、点击以及语音。In the embodiment of the present invention, the input mode of the operation command includes sliding, clicking and voice.
图3示出了滑动输入方式下步骤S102的第一实现流程,为了便于说明,仅示出了与本发明相关的部分。FIG. 3 shows the first implementation process of step S102 in the sliding input mode. For the convenience of description, only the parts related to the present invention are shown.
如图3所示,步骤S102包括:As shown in Figure 3, step S102 includes:
在步骤S301中,获取用户在所述待操作应用程序图标对应的操作区域上输入的滑动轨迹。In step S301, the sliding track input by the user on the operation area corresponding to the icon of the application program to be operated is obtained.
在步骤S302中,根据所述滑动轨迹识别目标显示界面的页码。In step S302, the page number of the target display interface is identified according to the sliding track.
在本发明实施例中,用户可以直接在所述操作区域上通过手写的方式输入目标显示界面的页码。智能终端检测和获取用户在操作区域上输入的滑动轨迹后,通过笔迹识别的方式识别所述滑动轨迹,以获得目标显示界面的页码。优选地,为了便于用户输入目标显示界面的页码以及提高识别的准确性,所述页码为阿拉伯数字。In the embodiment of the present invention, the user may directly input the page number of the target display interface by handwriting on the operation area. After the smart terminal detects and acquires the sliding track input by the user on the operation area, it recognizes the sliding track by means of handwriting recognition, so as to obtain the page number of the target display interface. Preferably, in order to facilitate the user to input the page number of the target display interface and improve the accuracy of recognition, the page number is Arabic numerals.
识别到目标显示界面页码后,将所述操作区域上的待操作应用程序图标移动到所述页码指向的显示界面。After the page number of the target display interface is recognized, the icon of the application program to be operated on the operation area is moved to the display interface pointed to by the page number.
可见,通过获取用户在所述待操作应用程序图标对应的操作区域上输入的滑动轨迹,并根据所述滑动轨迹识别用户输入的目标显示界面的页码,使得用户只需要在待操作应用程序图标对应的操作区域上输入目标显示界面的页码即可将所述待操作应用程序图标移动到目标显示界面上,使得移动一步到位,避免了现有技术长按应用程序图标以及在长按状态下的跨屏操作,极大地提升了用户体验。It can be seen that by acquiring the sliding track input by the user on the operation area corresponding to the icon of the application program to be operated, and identifying the page number of the target display interface input by the user according to the sliding track, the user only needs to click on the icon corresponding to the application program icon to be operated. Input the page number of the target display interface on the operation area to move the icon of the application program to be operated to the target display interface, so that the movement can be completed in one step, avoiding the long press of the application program icon in the prior art and the crossover in the long press state Screen operation greatly improves the user experience.
图4示出了点击、语音输入方式下步骤S102的第二实现流程,为了便于说明,仅示出了与本发明相关的部分。FIG. 4 shows the second implementation process of step S102 in the click and voice input mode. For the convenience of description, only the parts related to the present invention are shown.
如图4所示,步骤S102包括:As shown in Figure 4, step S102 includes:
在步骤S401中,检测用户在待操作应用程序图标对应的操作区域上输入的点击指令。In step S401, a click instruction input by the user on the operation area corresponding to the icon of the application program to be operated is detected.
在步骤S402中,根据所述点击指令显示所述待操作应用程序图标的功能项列表。In step S402, a list of function items of the application icon to be operated is displayed according to the click instruction.
在步骤S403中,接收用户输入的语音信息或者在所述功能项列表上的点击操作,根据所述语音信息或者点击操作获取用户选择的功能项。In step S403, voice information input by the user or a click operation on the function item list is received, and the function item selected by the user is obtained according to the voice information or click operation.
优选地,所述功能项列表包括但不限于移动图标、发送图标到桌面、删除图标、卸载图标等功能项。用户可以在所述功能项列表上点击需要操作的功能项或者输入语音信息来触发所述功能项。示例性地,所述语音信号包括但不限于“移动图标到第X页显示界面”、“发送图标到桌面”、“删除图标”、“卸载图标”等。Preferably, the list of function items includes, but is not limited to, function items such as moving icons, sending icons to the desktop, deleting icons, and uninstalling icons. The user can click a function item to be operated on the function item list or input a voice message to trigger the function item. Exemplarily, the voice signal includes but is not limited to "move the icon to the display interface on page X", "send the icon to the desktop", "delete the icon", "uninstall the icon" and so on.
若接收到语音信号时,则根据所述语音信号识别出对应的功能项,并触发所述功能。If a voice signal is received, the corresponding function item is recognized according to the voice signal, and the function is triggered.
识别到功能项后,对所述待操作应用程序图标执行所述功能项对应的图标操作,即对所述待操作应用程序图标执行移动、发送到桌面、删除或者卸载等操作。After the function item is identified, perform an icon operation corresponding to the function item on the icon of the application program to be operated, that is, perform operations such as moving, sending to the desktop, deleting or uninstalling the icon of the application program to be operated.
可见,通过设置功能项列表,集合了用户可对应用程序图标进行操作的项目,使得用户可根据所述功能项列表通过点击操作或者输入语音信号等方式选择功能项,以对待操作的应用程序图标进行移动、发送到桌面、删除或者卸载等操作,避免了现有技术长按应用程序图标以及在长按状态下的跨屏操作,且丰富了应用程序图标管理的方式,极大地提升了用户体验。It can be seen that by setting the function item list, the items that the user can operate on the application program icon are collected, so that the user can select a function item by clicking on the function item list or inputting a voice signal according to the function item list, so that the application program icon to be operated Perform operations such as moving, sending to the desktop, deleting or uninstalling, avoiding long-pressing the application icon and cross-screen operation in the long-press state in the prior art, and enriching the way of application icon management, which greatly improves the user experience .
实施例二Embodiment two
优选地,在本发明实施例中,在根据操作指令对待操作应用程序图标进行操之前,图1实施例所述的方法还包括:Preferably, in the embodiment of the present invention, before operating the application icon to be operated according to the operation instruction, the method described in the embodiment of FIG. 1 further includes:
记录所述待操作应用程序图标的初始位置信息。Record the initial position information of the icon of the application program to be operated.
在根据操作指令对所述待操作应用程序图标进行操作之后,图1实施例所述的方法还包括:After operating the icon of the application program to be operated according to the operation instruction, the method described in the embodiment of FIG. 1 further includes:
接收用户输入的撤销指令;Receive the cancel instruction input by the user;
根据所述撤销指令撤销所述操作指令,以及撤销对所述待操作应用程序图标所执行的操作。Canceling the operation instruction according to the cancel instruction, and canceling the operation performed on the icon of the application program to be operated.
示例性地,用户可通过触发移动终端触摸屏上所显示的撤销功能键来输入撤销指令。Exemplarily, the user can input the cancel instruction by triggering the cancel function key displayed on the touch screen of the mobile terminal.
通过设置撤销功能键,在用户不满意当前对应用程序图标的操作时,通过所述撤销指令来撤销对应用程序图标的操作,使得应用程序图标返回到操作前的初始位置。By setting the undo function key, when the user is dissatisfied with the current operation on the application program icon, the operation on the application program icon is canceled through the undo instruction, so that the application program icon returns to the initial position before the operation.
应理解,在本发明实施例中,上述各过程的序号的大小并不意味着执行顺序的先后,各过程的执行顺序应以其功能和内在逻辑确定。本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,而不应对本发明实施例的实施过程构成任何限定。It should be understood that in the embodiment of the present invention, the sequence numbers of the above processes do not mean the order of execution, and the order of execution of the processes should be determined by their functions and internal logic. Those skilled in the art should also know that the embodiments described in the specification belong to preferred embodiments, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
实施例三Embodiment Three
图5示出了本发明实施例三提供的应用程序图标管理装置的组成结构,为了便于说明,仅示出了与本发明相关的部分。FIG. 5 shows the composition and structure of the application program icon management device provided by the third embodiment of the present invention. For the convenience of description, only the parts related to the present invention are shown.
在本发明实施例中,所述装置用于实现上述实施例中所述的应用程序图标管理方法,可以是内置于移动终端的软件单元、硬件单元或者软硬件结合的单元。所述移动终端包括一触摸屏,所述触摸屏包括但不限于电容式触摸屏、电感式触摸屏。用户可在所述触摸屏上进行触控操作,所述移动终端包括但不限于移动电话、口袋计算机(Pocket personalComputer,PPC)、掌上电脑、个人数字助理(Personal Digital Assistant,PDA)等。In the embodiment of the present invention, the device is used to implement the application icon management method described in the above embodiments, and may be a software unit, a hardware unit or a combination of software and hardware built in the mobile terminal. The mobile terminal includes a touch screen, and the touch screen includes but not limited to a capacitive touch screen and an inductive touch screen. The user can perform touch operations on the touch screen, and the mobile terminal includes but not limited to a mobile phone, a pocket computer (Pocket personalComputer, PPC), a palmtop computer, a personal digital assistant (Personal Digital Assistant, PDA) and the like.
如图5所示,所述装置包括:As shown in Figure 5, the device includes:
加载模块51,用于加载应用程序图标管理界面。The loading module 51 is configured to load the application program icon management interface.
获取模块52,用于在所述应用程序管理界面下,获取用户在待操作应用程序图标对应的操作区域上输入的操作指令。The obtaining module 52 is configured to obtain, under the application program management interface, an operation instruction input by the user on the operation area corresponding to the icon of the application program to be operated.
操作模块53,用于对所述待操作应用程序图标执行所述操作指令对应的操作。The operation module 53 is configured to perform an operation corresponding to the operation instruction on the icon of the application program to be operated.
进一步地,所述装置还包括:Further, the device also includes:
划分模块54,用于将应用程序图标管理界面划分为N*M个操作区域,每个应用程序图标对应一个操作区域。The division module 54 is configured to divide the application program icon management interface into N*M operation areas, and each application program icon corresponds to an operation area.
所述N、M为大于零的整数The N and M are integers greater than zero
因此,在本发明实施例中,触摸屏的每一个显示界面上的应用程序图标都有一个预设的操作区域。Therefore, in the embodiment of the present invention, each application program icon on the display interface of the touch screen has a preset operation area.
优选地,若在操作区域上通过滑动的方式输入操作指令时,所述获取模块52包括:Preferably, if the operation instruction is input by sliding on the operation area, the acquisition module 52 includes:
第一获取单元521,用于获取用户在所述待操作应用程序图标对应的操作区域上输入的滑动轨迹。The first obtaining unit 521 is configured to obtain a sliding track input by the user on the operation area corresponding to the icon of the application program to be operated.
识别单元522,用于根据所述滑动轨迹识别目标显示界面的页码。The identification unit 522 is configured to identify the page number of the target display interface according to the sliding track.
所述操作模块53具体用于:The operation module 53 is specifically used for:
将所述待操作应用程序图标移动到所述页码指向的显示界面。The icon of the application program to be operated is moved to the display interface pointed to by the page number.
优选地,若在操作区域上通过点击或语音信号的方式输入操作指令时,所述获取模块52还包括:Preferably, if the operation instruction is input by clicking or voice signal on the operation area, the acquisition module 52 further includes:
检测单元523,用于监测用户在待操作应用程序图标对应的操作区域上输入的点击指令。The detection unit 523 is configured to monitor a click instruction input by the user on the operation area corresponding to the icon of the application program to be operated.
显示单元524,用于根据所述点击指令显示所述待操作应用程序图标的功能项列表。The display unit 524 is configured to display a list of function items of the icon of the application program to be operated according to the click instruction.
第二获取单元525,用于接收用户输入的语音信息或者在所述功能项列表上的点击操作,根据所述语音信息或者点击操作获取用户选择的功能项。The second acquisition unit 525 is configured to receive voice information input by the user or a click operation on the function item list, and acquire the function item selected by the user according to the voice information or click operation.
所述操作模块53具体用于:The operation module 53 is specifically used for:
对所述待操作应用程序图标执行所述功能项对应的图标操作。Executing the icon operation corresponding to the function item on the icon of the application program to be operated.
优选地,在本发明实施例中,在根据操作指令对待操作应用程序图标进行操之前,记录所述待操作应用程序图标的初始位置信息。所述装置还包括:Preferably, in the embodiment of the present invention, before the icon of the application program to be operated is operated according to the operation instruction, the initial position information of the icon of the application program to be operated is recorded. The device also includes:
撤销模块55,用于接收用户输入的撤销指令;根据所述撤销指令撤销所述操作指令,以及撤销对所述待操作应用程序图标所执行的操作。The canceling module 55 is configured to receive a canceling instruction input by the user; cancel the operation instruction according to the canceling instruction, and cancel the operation performed on the icon of the application program to be operated.
示例性地,用户可通过触发移动终端触摸屏上所显示的撤销功能键来输入撤销指令。通过设置撤销功能键,在用户不满意当前对应用程序图标的操作时,通过所述撤销指令来撤销对应用程序图标的操作,使得应用程序图标返回到操作前的初始位置。Exemplarily, the user can input the cancel instruction by triggering the cancel function key displayed on the touch screen of the mobile terminal. By setting the undo function key, when the user is dissatisfied with the current operation on the application program icon, the operation on the application program icon is canceled through the undo instruction, so that the application program icon returns to the initial position before the operation.
需要说明的是,本发明实施例中的装置可以用于实现上述方法实施例中的全部技术方案,其各个功能模块的功能可以根据上述方法实施例中的方法具体实现,其具体实现过程可参照上述实施例中的相关描述,此处不再赘述。It should be noted that the device in the embodiment of the present invention can be used to realize all the technical solutions in the above method embodiment, and the functions of each functional module can be realized according to the method in the above method embodiment, and the specific implementation process can refer to Relevant descriptions in the foregoing embodiments will not be repeated here.
在本发明实施例中,预先设置应用程序图标对应的操作区域,在进行应用程序图标的管理时,加载应用程序图标管理界面;在所述应用程序管理界面下,获取用户在待操作应用程序图标对应的操作区域上输入的操作指令;对所述待操作应用程序图标执行所述操作指令对应的操作;从而实现了在待操作应用程序图标对应的操作区域上通过滑动、点击或者语音信号的方式将待操作应用程序图标移动到目标位置上,避免了长按应用程序图标以及长按状态下的跨屏移动操作,简化了现有的应用程序图标的管理方式。In the embodiment of the present invention, the operation area corresponding to the application program icon is set in advance, and the application program icon management interface is loaded when the application program icon is managed; The operation instruction input on the corresponding operation area; the operation corresponding to the operation instruction is performed on the application program icon to be operated; thereby realizing the method of sliding, clicking or voice signal on the operation area corresponding to the application program icon to be operated Moving the application icon to be operated to the target position avoids long-pressing the application icon and cross-screen moving operation in the long-press state, and simplifies the management method of the existing application icon.
本领域普通技术人员可以意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、或者计算机软件和电子硬件的结合来实现。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本发明的范围。Those skilled in the art can appreciate that the units and algorithm steps of the examples described in conjunction with the embodiments disclosed herein can be implemented by electronic hardware, or a combination of computer software and electronic hardware. Whether these functions are executed by hardware or software depends on the specific application and design constraints of the technical solution. Those skilled in the art may use different methods to implement the described functions for each specific application, but such implementation should not be regarded as exceeding the scope of the present invention.
所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的系统、装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。Those skilled in the art can clearly understand that for the convenience and brevity of the description, the specific working process of the above-described system, device and unit can refer to the corresponding process in the foregoing method embodiment, which will not be repeated here.
在本申请所提供的几个实施例中,应该理解到,所揭露的装置和方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。In the several embodiments provided in this application, it should be understood that the disclosed devices and methods may be implemented in other ways. For example, the device embodiments described above are only illustrative. For example, the division of the units is only a logical function division. In actual implementation, there may be other division methods. For example, multiple units or components can be combined or May be integrated into another system, or some features may be ignored, or not implemented. In another point, the mutual coupling or direct coupling or communication connection shown or discussed may be through some interfaces, and the indirect coupling or communication connection of devices or units may be in electrical, mechanical or other forms.
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。The units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, they may be located in one place, or may be distributed to multiple network units. Part or all of the units can be selected according to actual needs to achieve the purpose of the solution of this embodiment.
另外,在本发明各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。In addition, each functional unit in each embodiment of the present invention may be integrated into one processing unit, each unit may exist separately physically, or two or more units may be integrated into one unit.
所述功能如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。If the functions described above are realized in the form of software function units and sold or used as independent products, they can be stored in a computer-readable storage medium. Based on this understanding, the essence of the technical solution of the present invention or the part that contributes to the prior art or the part of the technical solution can be embodied in the form of a software product, and the computer software product is stored in a storage medium, including Several instructions are used to make a computer device (which may be a personal computer, a server, or a network device, etc.) execute all or part of the steps of the methods described in various embodiments of the present invention. The aforementioned storage medium includes: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disk and other media that can store program codes. .
以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应所述以权利要求的保护范围为准。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. Should be covered within the protection scope of the present invention. Therefore, the protection scope of the present invention should be based on the protection scope of the claims.
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201410719905.4ACN104360805B (en) | 2014-11-28 | 2014-11-28 | Application icon management method and device |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201410719905.4ACN104360805B (en) | 2014-11-28 | 2014-11-28 | Application icon management method and device |
| Publication Number | Publication Date |
|---|---|
| CN104360805A CN104360805A (en) | 2015-02-18 |
| CN104360805Btrue CN104360805B (en) | 2018-01-16 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201410719905.4AActiveCN104360805B (en) | 2014-11-28 | 2014-11-28 | Application icon management method and device |
| Country | Link |
|---|---|
| CN (1) | CN104360805B (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104866179B (en)* | 2015-05-29 | 2020-03-17 | 小米科技有限责任公司 | Terminal application program management method and device |
| CN105139851A (en)* | 2015-09-17 | 2015-12-09 | 努比亚技术有限公司 | Desktop application icon organization mobile terminal and method |
| CN105912187A (en)* | 2015-12-30 | 2016-08-31 | 乐视致新电子科技(天津)有限公司 | Voice control method and device thereof |
| CN113849091B (en)* | 2016-01-18 | 2024-06-14 | 创新先进技术有限公司 | Method and device for managing application icons in mobile terminal |
| CN105718238A (en)* | 2016-01-22 | 2016-06-29 | 庞迪 | Icon migration achieving method and icon migration achieving system based on voice recognition |
| CN106095303B (en)* | 2016-05-31 | 2021-03-23 | 周奇 | Application program operation method and device |
| CN106201197A (en)* | 2016-06-30 | 2016-12-07 | 乐视控股(北京)有限公司 | A kind of virtual reality interactive interface management method and device |
| CN106484239A (en)* | 2016-10-18 | 2017-03-08 | 江西博瑞彤芸科技有限公司 | The setting change method of system homepage display information |
| CN106648394A (en)* | 2016-12-31 | 2017-05-10 | 珠海市魅族科技有限公司 | Voice control method and system |
| CN109032710B (en)* | 2017-06-09 | 2022-05-24 | 斑马智行网络(香港)有限公司 | An interface adjustment method, apparatus, device and storage medium |
| CN107179873B (en)* | 2017-06-13 | 2020-02-11 | 中科创达软件科技(深圳)有限公司 | One-hand operation method and device based on application program interface |
| CN109933252B (en)* | 2018-12-27 | 2021-01-15 | 维沃移动通信有限公司 | Icon moving method and terminal equipment |
| CN110136718A (en)* | 2019-05-31 | 2019-08-16 | 深圳市语芯维电子有限公司 | The method and apparatus of voice control |
| CN111610904B (en)* | 2020-05-25 | 2022-04-29 | 维沃移动通信有限公司 | Icon arrangement method, electronic device and storage medium |
| CN112083843B (en)* | 2020-09-02 | 2022-05-27 | 珠海格力电器股份有限公司 | Control method and device of application icons |
| CN113535027A (en)* | 2021-07-29 | 2021-10-22 | 维沃移动通信有限公司 | Icon control method, apparatus, electronic device, and readable storage medium |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| TW201335830A (en)* | 2012-02-16 | 2013-09-01 | Chi Mei Comm Systems Inc | Method and system for arranging icons of applications |
| CN103257792A (en)* | 2012-02-17 | 2013-08-21 | 宇龙计算机通信科技(深圳)有限公司 | Icon operation method, icon operation device and mobile terminal |
| CN103034396B (en)* | 2012-11-28 | 2016-01-20 | 广东欧珀移动通信有限公司 | A kind of moving icon is to the method and apparatus of android system desktop |
| CN103076947B (en)* | 2013-01-11 | 2016-03-02 | 广东欧珀移动通信有限公司 | Method and system for adjusting desktop shortcut icon and mobile terminal |
| CN103577044A (en)* | 2013-08-31 | 2014-02-12 | 成都西可科技有限公司 | Rapid management method for moving application icon onto desktop |
| CN103616980B (en)* | 2013-10-19 | 2017-06-16 | 广东欧珀移动通信有限公司 | A kind of fast finishing desk-top picture calibration method and terminal |
| CN103605804B (en)* | 2013-12-06 | 2018-07-03 | 华为技术有限公司 | A kind of method and system being ranked up to desktop object |
| Publication number | Publication date |
|---|---|
| CN104360805A (en) | 2015-02-18 |
| Publication | Publication Date | Title |
|---|---|---|
| CN104360805B (en) | Application icon management method and device | |
| CN105045514B (en) | A kind of application process management method and terminal | |
| CN106126009B (en) | Application icon management method and device and terminal | |
| CN107193438B (en) | Method and mobile terminal for managing desktop icons | |
| CN106055195A (en) | Operating method for folder and mobile terminal | |
| CN102981711A (en) | Method and system for moving application icons on touch screen | |
| CN106681711A (en) | Method for content sharing under split screen mode and mobile terminal | |
| CN105005448B (en) | Application program launching method, device and terminal device | |
| CN102855081A (en) | Apparatus and method for providing web browser interface using gesture in device | |
| CN106951141A (en) | The processing method and mobile terminal of a kind of icon | |
| CN106599246B (en) | Display content interception method, mobile terminal and control server | |
| WO2013180687A1 (en) | Translation of touch input into local input based on a translation profile for an application | |
| CN106817484A (en) | The acquisition methods and mobile terminal of a kind of session information | |
| US10474344B2 (en) | Method, apparatus and recording medium for a scrolling screen | |
| CN107203307A (en) | A kind of icon management method and mobile terminal | |
| CN104820619A (en) | Application program switching method and device for mobile terminal | |
| CN106776821A (en) | A kind of album creating method and terminal | |
| CN103279276B (en) | The method of locating information and device | |
| US10732719B2 (en) | Performing actions responsive to hovering over an input surface | |
| CN110174946A (en) | Mouse action analogy method, simulation system, storage medium and electronic equipment | |
| CN102222008B (en) | Interface management system and method thereof | |
| WO2016173307A1 (en) | Message copying method and device, and smart terminal | |
| US9338666B2 (en) | Binding of an apparatus to a computing device | |
| CN106027786A (en) | Lookup method of record list and mobile terminal | |
| CN106445319B (en) | A file location method and terminal |
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant | ||
| CP03 | Change of name, title or address | Address after:Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18 Patentee after:GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP., Ltd. Address before:Changan town in Guangdong province Dongguan 523841 usha Beach Road No. 18 Patentee before:GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP., Ltd. | |
| CP03 | Change of name, title or address |