
技术领域technical field
本发明属于触摸屏终端技术领域,尤其涉及一种触摸屏终端应用程序的操控方法及装置。The invention belongs to the technical field of touch screen terminals, and in particular relates to a method and device for controlling an application program of a touch screen terminal.
背景技术Background technique
现有的触摸屏终端(如手机、平板电脑等)上的应用程序越来越多,用户如果想要启动某个应用程序,需要经过“亮屏”—>“解锁”—>“进入主菜单”—>“翻页”—>“双击该应用程序”等多项操作,操作较繁琐,影响用户体验。There are more and more applications on existing touch screen terminals (such as mobile phones, tablet computers, etc.). —> “Flip page” —> “Double-click the application” and many other operations, the operation is cumbersome and affects the user experience.
发明内容Contents of the invention
本发明实施例的目的在于提供一种触摸屏终端应用程序的操控方法,以解决现有技术在启动触摸屏终端应用程序时,操作较繁琐的问题。The purpose of the embodiments of the present invention is to provide a method for controlling an application program of a touch screen terminal, so as to solve the problem of cumbersome operations in the prior art when starting an application program of a touch screen terminal.
本发明实施例是这样实现的,一种触摸屏终端应用程序的操控方法,所述方法包括:The embodiment of the present invention is achieved in this way, a method for manipulating a touch screen terminal application program, the method comprising:
监测用户在触摸屏上的触摸操作;Monitor the user's touch operation on the touch screen;
当所述触摸操作与预设的应用程序启动操作一致时,启动相应的应用程序。When the touch operation is consistent with the preset application program start operation, the corresponding application program is started.
本发明实施例的另一目的在于提供一种触摸屏终端应用程序的操控装置,所述装置包括:Another object of the embodiments of the present invention is to provide a touch screen terminal application control device, the device comprising:
监测单元,用于监测用户在触摸屏上的触摸操作;A monitoring unit, configured to monitor a user's touch operation on the touch screen;
启动单元,用于当所述监测单元监测到的触摸操作与预设的应用程序启动操作一致时,启动相应的应用程序。The starting unit is configured to start the corresponding application program when the touch operation detected by the monitoring unit is consistent with the preset application program starting operation.
本发明实施例的再一目的在于提供一种触摸屏终端,所述触摸屏终端包括所述触摸屏终端应用程序的操控装置。Still another object of the embodiments of the present invention is to provide a touch screen terminal, the touch screen terminal including a device for manipulating an application program of the touch screen terminal.
从上述技术方案可以看出,本发明实施例实现了一种通过触摸操作控制应用程序启动的操作,使得用户不需要经过亮屏、解锁、翻页等操作,通过手指在触摸屏当前页上的某个触摸操作即可直接、快速的启动相应的应用程序,减少应用程序启动的操作步骤,提高用户的体验效果。It can be seen from the above technical solution that the embodiment of the present invention implements an operation to control the start of an application program through a touch operation, so that the user does not need to go through operations such as brightening the screen, unlocking, and turning pages, and can use a finger on a certain page on the current page of the touch screen. One touch operation can directly and quickly start the corresponding application program, reduce the operation steps of application program startup, and improve the user experience effect.
附图说明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 of ordinary skill in the art can also obtain other drawings based on these drawings without paying creative efforts.
图1是本发明第一实施例提供的触摸屏终端应用程序操控方法的实现流程图;FIG. 1 is a flow chart of the implementation of the touch screen terminal application control method provided by the first embodiment of the present invention;
图2是本发明第二实施例提供的触摸屏终端应用程序操控装置的组成结构图。FIG. 2 is a structural diagram of a touch screen terminal application control device provided by a second embodiment 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 order to illustrate the technical solutions of the present invention, specific examples are used below to illustrate.
实施例一:Embodiment one:
图1示出了第一实施例提供的触摸屏终端应用程序操控方法的实现流程,该方法过程详述如下:Fig. 1 shows the implementation flow of the touch screen terminal application manipulation method provided by the first embodiment, and the process of the method is described in detail as follows:
在步骤S101中,监测用户在触摸屏上的触摸操作。In step S101, the user's touch operation on the touch screen is monitored.
在本实施例中,在触摸屏终端所有窗口类的基类(父类)中实现一种触摸操作监测接口,通过该监测接口监测用户在所述触摸屏终端的触摸屏上的触摸操作。In this embodiment, a touch operation monitoring interface is implemented in the base class (parent class) of all window classes of the touch screen terminal, and the user's touch operation on the touch screen of the touch screen terminal is monitored through the monitoring interface.
需要说明的是,由于用户输入的触摸操作可以有多种,触摸屏终端的功能操作也有多种,因此在监测用户在触摸屏上的触摸操作之前,需要在所述监测接口中设置各触摸操作与功能操作的映射关系,例如建立各应用程序与各应用程序启动操作的映射关系,以使得在监测到触摸操作时,可以转换成对应功能操作的控制指令,实现相应的操作。其中,所述对应关系包括一对一或者一对多。It should be noted that since there are many types of touch operations input by the user, and there are also many types of functional operations of the touch screen terminal, before monitoring the user's touch operations on the touch screen, it is necessary to set each touch operation and function in the monitoring interface. The mapping relationship of the operation, for example, establishes the mapping relationship between each application program and each application program startup operation, so that when a touch operation is detected, it can be converted into a control instruction corresponding to the functional operation to realize the corresponding operation. Wherein, the correspondence includes one-to-one or one-to-many.
在步骤S102中,当所述触摸操作与预设的应用程序启动操作一致时,启动相应的应用程序。In step S102, when the touch operation is consistent with the preset application program start operation, start the corresponding application program.
具体的是,在所述触摸屏终端当前显示的窗口下,该窗口可以为主窗口或者应用程序子窗口,当所述触摸操作与预设的应用程序启动操作一致时,启动相应的应用程序。Specifically, under the window currently displayed on the touch screen terminal, the window may be a main window or an application sub-window, and when the touch operation is consistent with the preset application start operation, the corresponding application is started.
其中,所述预设的应用程序启动操作包括:长点击指令、短点击指令、长点击指令的次数以及短点击指令的次数。所述短点击指令为用户手指和触摸屏接触的时间小于第一阈值的指令;所述长点击指令为用户手指和触摸屏接触的时间大于第一阈值的指令。例如,启动浏览器应用程序:设置的启动操作为一长点击一短点击;启动QQ应用程序:设置的启动操作为两长点击一短点击等。Wherein, the preset application startup operation includes: a long click instruction, a short click instruction, the number of long click instructions, and the number of short click instructions. The short click instruction is an instruction in which the user's finger is in contact with the touch screen for less than a first threshold; the long click instruction is an instruction in which the user's finger is in contact with the touch screen for a time greater than the first threshold. For example, to start a browser application: the set start operation is one long click and one short click; to start a QQ application: the set start operation is two long clicks and one short click, etc.
所述应用程序子窗口包括但不局限于网页窗口、办公软件窗口、游戏窗口、音视频窗口等。所述主窗口包括但不局限于触摸屏终端桌面窗口、主界面窗口等。The application sub-windows include, but are not limited to, webpage windows, office software windows, game windows, audio and video windows, and the like. The main window includes, but is not limited to, a touch screen terminal desktop window, a main interface window, and the like.
需要说明的是,由于所述监测接口是在所有窗口类的基类中实现,所以所有窗口类都默认继承所述监测接口,当在某窗口上进行启动某应用程序的触摸操作时,会自动调用基类的监测接口,启动相应的应用程序。It should be noted that since the monitoring interface is implemented in the base class of all window classes, all window classes inherit the monitoring interface by default. When a touch operation is performed on a window to start an application, it will automatically Call the monitoring interface of the base class and start the corresponding application program.
另外,本实施例中各应用程序的启动操作可以根据用户的需求设置,以满足用户的个性化需求以及应用程序启动的安全性。In addition, the start-up operation of each application program in this embodiment can be set according to the needs of the user, so as to meet the individual needs of the user and the security of the start-up of the application program.
优选的是,本实施例可以在触摸屏终端的多种状态下,例如待机、锁屏等,在监测到所述触摸操作与预设的应用程序启动操作一致时,即可启动相应的应用程序。Preferably, in this embodiment, in various states of the touch screen terminal, such as standby, screen lock, etc., when it is detected that the touch operation is consistent with the preset application start operation, the corresponding application can be started.
在实际应用中,当所述触摸屏终端在锁屏状态下,且监测到的所述触摸操作与预设的应用程序启动操作一致时,对所述触摸屏终端进行解锁并启动相应的应用程序。即将该触摸操作作为所述触摸屏终端的解锁操作以及启动相应应用程序的操作。In practical applications, when the touch screen terminal is in a locked screen state and the monitored touch operation is consistent with a preset application program start operation, the touch screen terminal is unlocked and a corresponding application program is started. That is, the touch operation is used as an unlocking operation of the touch screen terminal and an operation of starting a corresponding application program.
本发明实施例可以通过手指在触摸屏上的长点击和/或短点击等触摸操作来控制触摸屏终端应用程序的启动,即可满足用户个性化的需求,又可快速的启动相应的应用程序。通过本发明实施例使得用户不需要经过亮屏、解锁、翻页等操作,即在触摸屏终端待机或锁屏等各种状态下,在当前窗口通过预设的应用程序启动操作即可快速的启动应用程序,极大的提高用户体验。The embodiment of the present invention can control the start of the terminal application program on the touch screen through touch operations such as long click and/or short click of the finger on the touch screen, which can meet the personalized needs of users and quickly start the corresponding application program. Through the embodiment of the present invention, the user does not need to go through operations such as brightening the screen, unlocking, and turning pages, that is, in various states such as the standby or lock screen of the touch screen terminal, the user can quickly start the operation through the preset application program in the current window applications, greatly improving the user experience.
实施例二:Embodiment two:
图2示出了本发明第二实施例提供的触摸屏终端应用程序操控装置的组成结构,为了便于说明,仅示出了与本发明实施例相关的部分。Fig. 2 shows the composition structure of the touch screen terminal application control device provided by the second embodiment of the present invention. For the convenience of description, only the parts related to the embodiment of the present invention are shown.
该触摸屏终端应用程序操控装置可以是运行于触摸屏终端内的软件单元、硬件单元或者软硬件相结合的单元,也可以作为独立的挂件集成到所述触摸屏终端中或者运行于所述触摸屏终端的应用系统中。The touch screen terminal application control device can be a software unit, a hardware unit or a combination of software and hardware running in the touch screen terminal, or it can be integrated into the touch screen terminal as an independent pendant or run in the application of the touch screen terminal system.
该触摸屏终端应用程序操控装置包括监测单元21以及启动单元22。其中,各单元的具体功能如下:The touch screen terminal application control device includes a monitoring unit 21 and a starting unit 22 . Among them, the specific functions of each unit are as follows:
监测单元21,用于监测用户在触摸屏上的触摸操作;A monitoring unit 21, configured to monitor the user's touch operation on the touch screen;
启动单元22,用于当所述监测单元21监测到的触摸操作与预设的应用程序启动操作一致时,启动相应的应用程序。The starting unit 22 is configured to start a corresponding application when the touch operation detected by the monitoring unit 21 is consistent with a preset application starting operation.
进一步的是,所述装置还包括:Further, the device also includes:
映射关系建立单元23,用于在监测用户在触摸屏上的触摸操作之前,建立各应用程序与启动操作的映射关系。The mapping relationship establishment unit 23 is configured to establish a mapping relationship between each application program and the start operation before monitoring the user's touch operation on the touch screen.
进一步的,所述启动单元22具体用于,当所述触摸屏终端在锁屏状态下,且所述触摸操作与预设的应用程序启动操作一致时,对所述触摸屏终端进行解锁并启动相应的应用程序。Further, the starting unit 22 is specifically configured to unlock the touch screen terminal and start the corresponding application.
本实施例可以在触摸屏终端的多种状态下,例如待机、锁屏等,在监测到所述触摸操作与预设的应用程序启动操作一致时,即可启动相应的应用程序。In this embodiment, in various states of the touch screen terminal, such as standby, screen lock, etc., when it is detected that the touch operation is consistent with the preset application start operation, the corresponding application can be started.
其中,所述预设的应用程序启动操作包括:长点击指令、短点击指令、长点击指令的次数以及短点击指令的次数。所述短点击指令为用户手指和触摸屏接触的时间小于第一阈值的指令;所述长点击指令为用户手指和触摸屏接触的时间大于第一阈值的指令。Wherein, the preset application startup operation includes: a long click instruction, a short click instruction, the number of long click instructions, and the number of short click instructions. The short click instruction is an instruction in which the user's finger is in contact with the touch screen for less than a first threshold; the long click instruction is an instruction in which the user's finger is in contact with the touch screen for a time greater than the first threshold.
本实施例提供的触摸屏终端应用程序操控装置可以使用在前述对应的触摸屏终端应用程序操控方法,详情参见上述触摸屏终端应用程序操控方法实施例一的相关描述,在此不再赘述。The touch screen terminal application control device provided in this embodiment can be used in the above-mentioned corresponding touch screen terminal application control method. For details, refer to the relevant description of the first embodiment of the touch screen terminal application control method, which will not be repeated here.
本领域技术人员可以理解为上述实施例二包括的各个单元只是按照功能逻辑进行划分的,但并不局限于上述的划分,只要能够实现相应的功能即可;另外,各功能单元的具体名称也只是为了便于相互区分,并不用于限制本发明的保护范围。Those skilled in the art can understand that the various units included in the above-mentioned embodiment 2 are only divided according to functional logic, but are not limited to the above-mentioned division, as long as the corresponding functions can be realized; in addition, the specific names of each functional unit are also It is only for the convenience of distinguishing each other, and is not intended to limit the protection scope of the present invention.
综上所述,本发明实施例可以通过手指在触摸屏上的长点击和/或短点击等触摸操作来控制触摸屏终端应用程序的启动,即可满足用户个性化的需求,又可快速的启动相应的应用程序。通过本发明实施例使得用户不需要经过亮屏、解锁、翻页等操作,即在触摸屏终端待机或锁屏等各种状态下,在当前窗口通过预设的应用程序启动操作即可快速的启动应用程序,极大的提高用户体验。To sum up, the embodiment of the present invention can control the start-up of the terminal application program on the touch screen through touch operations such as long click and/or short click of the finger on the touch screen, which can meet the user's personalized needs and quickly start the corresponding s application. Through the embodiment of the present invention, the user does not need to go through operations such as brightening the screen, unlocking, and turning pages, that is, in various states such as the standby or lock screen of the touch screen terminal, the user can quickly start the operation through the preset application program in the current window applications, greatly improving the user experience.
本领域普通技术人员还可以理解,实现上述实施例方法中的全部或部分步骤是可以通过程序来指令相关的硬件来完成,所述的程序可以在存储于一计算机可读取存储介质中,所述的存储介质,包括ROM/RAM、磁盘、光盘等。Those of ordinary skill in the art can also understand that all or part of the steps in the method of the above embodiments can be completed by instructing related hardware through a program, and the program can be stored in a computer-readable storage medium, so The storage medium mentioned above includes ROM/RAM, magnetic disk, optical disk, etc.
以上内容是结合具体的优选实施方式对本发明所作的进一步详细说明,不能认定本发明的具体实施只局限于这些说明。对于本发明所属技术领域的普通技术人员来说,在不脱离本发明构思的前提下做出若干等同替代或明显变型,而且性能或用途相同,都应当视为属于本发明由所提交的权利要求书确定的专利保护范围。The above content is a further detailed description of the present invention in conjunction with specific preferred embodiments, and it cannot be assumed that the specific implementation of the present invention is limited to these descriptions. For those of ordinary skill in the technical field to which the present invention belongs, several equivalent substitutions or obvious modifications are made without departing from the concept of the present invention, and the performance or use is the same, all should be regarded as belonging to the present invention by the submitted claims The scope of patent protection determined by the book.
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2012103037598ACN102866853A (en) | 2012-08-23 | 2012-08-23 | Method and device for controlling an application program of a touch screen terminal |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2012103037598ACN102866853A (en) | 2012-08-23 | 2012-08-23 | Method and device for controlling an application program of a touch screen terminal |
| Publication Number | Publication Date |
|---|---|
| CN102866853Atrue CN102866853A (en) | 2013-01-09 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN2012103037598APendingCN102866853A (en) | 2012-08-23 | 2012-08-23 | Method and device for controlling an application program of a touch screen terminal |
| Country | Link |
|---|---|
| CN (1) | CN102866853A (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103167179A (en)* | 2013-03-12 | 2013-06-19 | 广东欧珀移动通信有限公司 | Method and mobile device for quickly starting camera function |
| CN103823632A (en)* | 2014-03-18 | 2014-05-28 | 福州瑞芯微电子有限公司 | Screen unlocking method and terminal thereof |
| CN103942047A (en)* | 2014-03-28 | 2014-07-23 | 小米科技有限责任公司 | User instruction execution method and device |
| CN104035707A (en)* | 2013-03-08 | 2014-09-10 | 三星电子(中国)研发中心 | Terminal and rapid startup method for applications of terminal |
| CN104063141A (en)* | 2013-03-18 | 2014-09-24 | 维沃移动通信有限公司 | Method and system for synchronously controlling screen lighting and unlocking of mobile touch screen handheld device in blank screen locking state |
| WO2014187278A1 (en)* | 2013-05-21 | 2014-11-27 | Deng Xiaolu | Method and device for unlocking handheld terminal device |
| CN104182240A (en)* | 2013-05-22 | 2014-12-03 | 中国移动通信集团公司 | Method, device and mobile terminal for starting application program |
| CN104217151A (en)* | 2014-09-11 | 2014-12-17 | 三星电子(中国)研发中心 | Locking method for application of intelligent terminal and intelligent terminal |
| CN104346100A (en)* | 2014-10-17 | 2015-02-11 | 广东欧珀移动通信有限公司 | A shortcut operation method and device for an intelligent mobile terminal in a black screen state |
| CN104699532A (en)* | 2013-12-09 | 2015-06-10 | 深圳桑菲消费通信有限公司 | Method and device for rapidly starting and switching application program |
| WO2015110053A1 (en)* | 2014-01-23 | 2015-07-30 | Tencent Technology (Shenzhen) Company Limited | Method and apparatus for controlling portable intelligent terminal |
| CN104898966A (en)* | 2014-03-07 | 2015-09-09 | 联想(北京)有限公司 | Information processing method, touch-control electronic equipment and touch control device |
| CN104932927A (en)* | 2015-07-10 | 2015-09-23 | 联想(北京)有限公司 | Application program control method and electronic equipment |
| CN105095745A (en)* | 2014-05-12 | 2015-11-25 | 宇龙计算机通信科技(深圳)有限公司 | Authority control method and device |
| CN105187638A (en)* | 2015-08-17 | 2015-12-23 | 干静 | Key using method |
| CN105373323A (en)* | 2014-08-25 | 2016-03-02 | 联想(北京)有限公司 | Method for operating electronic equipment, operation device and electronic equipment |
| CN105468264A (en)* | 2014-05-29 | 2016-04-06 | 北京三星通信技术研究有限公司 | Method and apparatus for controlling application in control mode and terminal device |
| CN105653181A (en)* | 2015-11-06 | 2016-06-08 | 乐视移动智能信息技术(北京)有限公司 | Control method for application program, device and mobile terminal |
| CN105844133A (en)* | 2016-03-18 | 2016-08-10 | 广东欧珀移动通信有限公司 | Application opening method and system |
| CN105867666A (en)* | 2015-01-19 | 2016-08-17 | 联想(北京)有限公司 | Electronic device and control method for same |
| CN106161729A (en)* | 2015-03-24 | 2016-11-23 | 联想(北京)有限公司 | A kind of information processing method and device |
| CN106598468A (en)* | 2016-12-23 | 2017-04-26 | 广东小天才科技有限公司 | Starting method and device of photographing search application |
| US9807219B2 (en) | 2014-03-28 | 2017-10-31 | Xiaomi Inc. | Method and terminal for executing user instructions |
| CN107870714A (en)* | 2016-09-28 | 2018-04-03 | 北京嘀嘀无限科技发展有限公司 | A kind of method and device that application program operation is triggered by double hit |
| CN108664286A (en)* | 2018-05-10 | 2018-10-16 | Oppo广东移动通信有限公司 | Application program preloads method, apparatus, storage medium and mobile terminal |
| CN108710457A (en)* | 2018-04-16 | 2018-10-26 | 珠海格力电器股份有限公司 | Interaction method and terminal equipment |
| CN110096319A (en)* | 2013-03-11 | 2019-08-06 | 联想(北京)有限公司 | A kind of method and electronic equipment for opening camera applications |
| CN111752818A (en)* | 2019-03-27 | 2020-10-09 | 北京沃东天骏信息技术有限公司 | Debugging method, debugging device and medium for application program |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH09204255A (en)* | 1996-01-24 | 1997-08-05 | Shibaura Eng Works Co Ltd | Information input device |
| WO2004092338A2 (en)* | 2003-04-11 | 2004-10-28 | Diadexus, Inc. | Compositions, splice variants and methods relating to cancer specific genes and proteins |
| CN1813237A (en)* | 2004-06-25 | 2006-08-02 | 松下电器产业株式会社 | Command input device using touch screen display |
| CN101339489A (en)* | 2008-08-14 | 2009-01-07 | 炬才微电子(深圳)有限公司 | Human-computer interaction method, device and system |
| CN101916166A (en)* | 2010-08-19 | 2010-12-15 | 中兴通讯股份有限公司 | Method for starting application program and mobile terminal |
| CN102216895A (en)* | 2008-11-24 | 2011-10-12 | 高通股份有限公司 | Pictorial methods for application selection and activation |
| CN102339151A (en)* | 2010-07-20 | 2012-02-01 | 德信无线通讯科技(上海)有限公司 | Method of gesture rapid start for touch screen mobile phone |
| CN102356555A (en)* | 2008-12-23 | 2012-02-15 | 三星电子株式会社 | Method and device for unlocking electronic equipment |
| CN102354272A (en)* | 2011-09-20 | 2012-02-15 | 宇龙计算机通信科技(深圳)有限公司 | Starting method for application programs and terminal |
| CN102439352A (en)* | 2010-06-30 | 2012-05-02 | 陶小培 | System and method for providing safety mechanism for laser-emitting device |
| CN102455842A (en)* | 2010-10-21 | 2012-05-16 | 北京创新方舟科技有限公司 | Method and equipment for unlocking screen according to knocking operation of user |
| CN102646047A (en)* | 2012-04-20 | 2012-08-22 | 华为终端有限公司 | Method for starting application program and terminal device having touch display screen |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH09204255A (en)* | 1996-01-24 | 1997-08-05 | Shibaura Eng Works Co Ltd | Information input device |
| WO2004092338A2 (en)* | 2003-04-11 | 2004-10-28 | Diadexus, Inc. | Compositions, splice variants and methods relating to cancer specific genes and proteins |
| CN1813237A (en)* | 2004-06-25 | 2006-08-02 | 松下电器产业株式会社 | Command input device using touch screen display |
| CN101339489A (en)* | 2008-08-14 | 2009-01-07 | 炬才微电子(深圳)有限公司 | Human-computer interaction method, device and system |
| CN102216895A (en)* | 2008-11-24 | 2011-10-12 | 高通股份有限公司 | Pictorial methods for application selection and activation |
| CN102356555A (en)* | 2008-12-23 | 2012-02-15 | 三星电子株式会社 | Method and device for unlocking electronic equipment |
| CN102439352A (en)* | 2010-06-30 | 2012-05-02 | 陶小培 | System and method for providing safety mechanism for laser-emitting device |
| CN102339151A (en)* | 2010-07-20 | 2012-02-01 | 德信无线通讯科技(上海)有限公司 | Method of gesture rapid start for touch screen mobile phone |
| CN101916166A (en)* | 2010-08-19 | 2010-12-15 | 中兴通讯股份有限公司 | Method for starting application program and mobile terminal |
| CN102455842A (en)* | 2010-10-21 | 2012-05-16 | 北京创新方舟科技有限公司 | Method and equipment for unlocking screen according to knocking operation of user |
| CN102354272A (en)* | 2011-09-20 | 2012-02-15 | 宇龙计算机通信科技(深圳)有限公司 | Starting method for application programs and terminal |
| CN102646047A (en)* | 2012-04-20 | 2012-08-22 | 华为终端有限公司 | Method for starting application program and terminal device having touch display screen |
| Title |
|---|
| 裴存亮,杨海波: "《Google Android手机游戏设计大人讲座》", 30 June 2011* |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104035707A (en)* | 2013-03-08 | 2014-09-10 | 三星电子(中国)研发中心 | Terminal and rapid startup method for applications of terminal |
| CN110096319A (en)* | 2013-03-11 | 2019-08-06 | 联想(北京)有限公司 | A kind of method and electronic equipment for opening camera applications |
| CN103167179B (en)* | 2013-03-12 | 2015-03-18 | 广东欧珀移动通信有限公司 | Method for rapidly starting photographing function and mobile device |
| CN103167179A (en)* | 2013-03-12 | 2013-06-19 | 广东欧珀移动通信有限公司 | Method and mobile device for quickly starting camera function |
| CN104063141A (en)* | 2013-03-18 | 2014-09-24 | 维沃移动通信有限公司 | Method and system for synchronously controlling screen lighting and unlocking of mobile touch screen handheld device in blank screen locking state |
| WO2014187278A1 (en)* | 2013-05-21 | 2014-11-27 | Deng Xiaolu | Method and device for unlocking handheld terminal device |
| CN104182134A (en)* | 2013-05-21 | 2014-12-03 | 邓晓路 | Method and device for unlocking handheld terminal equipment |
| CN104182240A (en)* | 2013-05-22 | 2014-12-03 | 中国移动通信集团公司 | Method, device and mobile terminal for starting application program |
| CN104699532B (en)* | 2013-12-09 | 2018-08-31 | 深圳桑菲消费通信有限公司 | A kind of method and apparatus of quick startup and switching application program |
| CN104699532A (en)* | 2013-12-09 | 2015-06-10 | 深圳桑菲消费通信有限公司 | Method and device for rapidly starting and switching application program |
| WO2015110053A1 (en)* | 2014-01-23 | 2015-07-30 | Tencent Technology (Shenzhen) Company Limited | Method and apparatus for controlling portable intelligent terminal |
| CN104898966A (en)* | 2014-03-07 | 2015-09-09 | 联想(北京)有限公司 | Information processing method, touch-control electronic equipment and touch control device |
| CN104898966B (en)* | 2014-03-07 | 2019-03-29 | 联想(北京)有限公司 | A kind of information processing method, touch-controlled electronic devices and touch device |
| CN103823632B (en)* | 2014-03-18 | 2018-02-13 | 福州瑞芯微电子股份有限公司 | A kind of unlocking screen method and its terminal |
| CN103823632A (en)* | 2014-03-18 | 2014-05-28 | 福州瑞芯微电子有限公司 | Screen unlocking method and terminal thereof |
| US9807219B2 (en) | 2014-03-28 | 2017-10-31 | Xiaomi Inc. | Method and terminal for executing user instructions |
| CN103942047A (en)* | 2014-03-28 | 2014-07-23 | 小米科技有限责任公司 | User instruction execution method and device |
| CN105095745A (en)* | 2014-05-12 | 2015-11-25 | 宇龙计算机通信科技(深圳)有限公司 | Authority control method and device |
| CN105468264A (en)* | 2014-05-29 | 2016-04-06 | 北京三星通信技术研究有限公司 | Method and apparatus for controlling application in control mode and terminal device |
| CN105373323A (en)* | 2014-08-25 | 2016-03-02 | 联想(北京)有限公司 | Method for operating electronic equipment, operation device and electronic equipment |
| CN105373323B (en)* | 2014-08-25 | 2019-07-26 | 联想(北京)有限公司 | Method of operating an electronic device, operating device and electronic equipment |
| CN104217151B (en)* | 2014-09-11 | 2017-10-27 | 三星电子(中国)研发中心 | The locking method and intelligent terminal of intelligent terminal application program |
| CN104217151A (en)* | 2014-09-11 | 2014-12-17 | 三星电子(中国)研发中心 | Locking method for application of intelligent terminal and intelligent terminal |
| CN104346100A (en)* | 2014-10-17 | 2015-02-11 | 广东欧珀移动通信有限公司 | A shortcut operation method and device for an intelligent mobile terminal in a black screen state |
| CN105867666A (en)* | 2015-01-19 | 2016-08-17 | 联想(北京)有限公司 | Electronic device and control method for same |
| CN105867666B (en)* | 2015-01-19 | 2019-03-29 | 联想(北京)有限公司 | The control method of electronic equipment and the electronic equipment |
| CN106161729A (en)* | 2015-03-24 | 2016-11-23 | 联想(北京)有限公司 | A kind of information processing method and device |
| CN104932927A (en)* | 2015-07-10 | 2015-09-23 | 联想(北京)有限公司 | Application program control method and electronic equipment |
| CN104932927B (en)* | 2015-07-10 | 2019-04-26 | 联想(北京)有限公司 | A kind of application control method and electronic equipment |
| CN105187638A (en)* | 2015-08-17 | 2015-12-23 | 干静 | Key using method |
| WO2017076046A1 (en)* | 2015-11-06 | 2017-05-11 | 乐视控股(北京)有限公司 | Method for controlling application, device for the method, and mobile terminal |
| CN105653181A (en)* | 2015-11-06 | 2016-06-08 | 乐视移动智能信息技术(北京)有限公司 | Control method for application program, device and mobile terminal |
| CN105844133A (en)* | 2016-03-18 | 2016-08-10 | 广东欧珀移动通信有限公司 | Application opening method and system |
| CN105844133B (en)* | 2016-03-18 | 2019-04-02 | Oppo广东移动通信有限公司 | Using deployment method and system |
| CN107870714A (en)* | 2016-09-28 | 2018-04-03 | 北京嘀嘀无限科技发展有限公司 | A kind of method and device that application program operation is triggered by double hit |
| CN106598468A (en)* | 2016-12-23 | 2017-04-26 | 广东小天才科技有限公司 | Starting method and device of photographing search application |
| CN106598468B (en)* | 2016-12-23 | 2020-03-31 | 广东小天才科技有限公司 | Starting method and device of photographing search application |
| CN108710457A (en)* | 2018-04-16 | 2018-10-26 | 珠海格力电器股份有限公司 | Interaction method and terminal equipment |
| CN108664286A (en)* | 2018-05-10 | 2018-10-16 | Oppo广东移动通信有限公司 | Application program preloads method, apparatus, storage medium and mobile terminal |
| CN111752818A (en)* | 2019-03-27 | 2020-10-09 | 北京沃东天骏信息技术有限公司 | Debugging method, debugging device and medium for application program |
| Publication | Publication Date | Title |
|---|---|---|
| CN102866853A (en) | Method and device for controlling an application program of a touch screen terminal | |
| CN105138229A (en) | Information processing method and electronic equipment | |
| CN102968343A (en) | Method and system for switching users | |
| CN106201219A (en) | The quick call method of function of application and system | |
| WO2015100933A1 (en) | Data processing method for realizing multiple operating systems and terminal device | |
| CN112306325B (en) | Interactive control method and device | |
| CN104049806A (en) | Touch terminal and control method and system of touch terminal | |
| CN106484262A (en) | Method, device and terminal for generating a clone application | |
| US20210334118A1 (en) | Opening local files in remote applications | |
| CN106326073B (en) | The method and mobile terminal of information processing | |
| CN103019608A (en) | Unlocking method of touch screen terminal and touch screen terminal | |
| CN107648844A (en) | A kind of game mode method to set up and mobile terminal | |
| CN105144108A (en) | Service-based load balancing management of processes on remote hosts | |
| CN107850975A (en) | For being customized the method and user interface of user's access to function of application(UI) | |
| KR102091509B1 (en) | Method for processing character input and apparatus for the same | |
| JP6257424B2 (en) | Information processing apparatus and computer program | |
| CN103874985B (en) | A method for displaying by a terminal device and the terminal device | |
| CN112099702A (en) | Application running method and device and electronic equipment | |
| US20250053543A1 (en) | Using drag-and-drop to open local files remotely | |
| US11782881B2 (en) | Recommending remotely executed applications for opening files | |
| CN106462352B (en) | A kind of processing method, device and the terminal of fingerprint event | |
| CN103176740B (en) | Unlock and quickly search the method for application program and touch mobile terminal thereof | |
| CN104750369A (en) | Method and device for controlling shortcut switches of intelligent terminal | |
| CN102385442A (en) | Cloud terminal keyboard use method based on virtualization technology | |
| CN104077143A (en) | System and method for showing slides |
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C12 | Rejection of a patent application after its publication | ||
| RJ01 | Rejection of invention patent application after publication | Application publication date:20130109 |