CN106648746B - Application program execution method and device - Google Patents

Application program execution method and device Download PDF

Info

Publication number
CN106648746B
CN106648746B CN201610971299.4A CN201610971299A CN106648746B CN 106648746 B CN106648746 B CN 106648746B CN 201610971299 A CN201610971299 A CN 201610971299A CN 106648746 B CN106648746 B CN 106648746B
Authority
CN
China
Prior art keywords
component list
functional
functional component
user
selecting
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.)
Active
Application number
CN201610971299.4A
Other languages
Chinese (zh)
Other versions
CN106648746A (en
Inventor
元金丹
季兵
张乐信
高磊
徐辉
胡泊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Samsung Electronics China R&D Center
Samsung Electronics Co Ltd
Original Assignee
Samsung Electronics China R&D Center
Samsung Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Samsung Electronics China R&D Center, Samsung Electronics Co Ltd filed Critical Samsung Electronics China R&D Center
Priority to CN201610971299.4A priority Critical patent/CN106648746B/en
Publication of CN106648746A publication Critical patent/CN106648746A/en
Application granted granted Critical
Publication of CN106648746B publication Critical patent/CN106648746B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Abstract

The embodiment of the invention discloses an application program execution method and device. The method comprises the following steps: decomposing each application program (APP) into functional components and combining the functional components belonging to different application programs and having the same type into a functional component list; determining a user usage scenario, selecting a functional component list corresponding to the user usage scenario, and presenting the functional component list; and receiving a selection trigger instruction of selecting the functional component from the functional component list by the user, and executing the selected functional component. The embodiment of the invention can conveniently execute the APP function and can carry out high-efficiency resource integration on the associated software resources on the equipment.

Description

Application program execution method and device
Technical Field
The present invention relates to the field of computer application technologies, and in particular, to an application program execution method and apparatus.
Background
With the wide application of the intelligent terminal, the intelligent terminal is developing in the directions of forward mobility, function enhancement, multi-modeling, customization and platform opening. The Application program (APP) is software installed on an intelligent terminal such as a mobile phone, and can overcome the defects and individuation of an original system.
With the remarkable increase of the number of APPs on the intelligent terminal, how to use the APPs efficiently becomes a key problem. In the prior art, when a certain function of an APP needs to be used, operations such as entering an APP MENU (MENU), finding the APP, starting the APP, finding a function, and executing a function need to be sequentially performed.
This kind of APP execution mode of prior art has the shortcoming that the process is tedious. Especially, on a device which does not support touch control or a lot of application programs, it is very inconvenient and time-consuming to search for APPs one by one and search for functions step by step only by means of direction keys, and user experience is seriously affected.
In addition, quick interaction between different APPs needs cooperation, and there is the limitation, and user's selectivity is few. Furthermore, the associated software resources on the device are not resource-integrated.
Disclosure of Invention
The invention provides an execution method and device of an application program, so that an APP function can be conveniently executed.
The technical scheme of the embodiment of the invention is as follows:
according to an aspect of the embodiment of the present invention, an execution method of an application program is provided, including:
decomposing each application program into functional components, and combining the functional components which belong to different application programs and have the same type into a functional component list;
determining a user usage scenario, selecting a functional component list corresponding to the user usage scenario, and presenting the functional component list;
and receiving a selection trigger instruction of selecting the functional component from the functional component list by the user, and executing the selected functional component.
In one embodiment, the method further comprises at least one of:
deleting the functional components which are not supported in the functional component list;
updating the functional components in the functional component list;
sorting the functional components in the functional component list;
and adding the functional components in the functional component list.
In one embodiment, the presenting the list of functional components comprises:
sorting the functional components in the functional component list based on a predetermined functional component priority;
presenting the sorted list of functional components.
In one embodiment, the determining a user usage scenario, selecting a list of functional components corresponding to the user usage scenario, includes at least one of:
identifying a multimedia content playing operation of a device and selecting a functional component list corresponding to the multimedia content playing operation;
identifying text-entry content of a device and selecting a list of functional components corresponding to the text-entry content;
a button trigger operation of a user is recognized, and a list of functional components corresponding to the button trigger operation is selected.
In one embodiment, the determining a user usage scenario, selecting a list of functional components corresponding to the user usage scenario, includes at least one of:
identifying music playing operation of equipment, and selecting a song listening and song recognition functional component list corresponding to the music playing operation, wherein the song listening and song recognition functional component list comprises a plurality of song listening and song recognition functional components respectively belonging to different application programs;
identifying a search button triggering operation of a user for a search button, and selecting a retrieval function component list corresponding to the search button triggering operation, wherein the retrieval function component list comprises a plurality of retrieval function components respectively belonging to different application programs;
recognizing a payment button trigger operation of a user for a payment button, and selecting a payment function component list corresponding to the payment button trigger operation, wherein the payment function component list comprises a plurality of payment function components respectively belonging to different application programs;
identifying comment button triggering operation of a user for a comment button, and selecting a comment functional component list corresponding to the comment button triggering operation, wherein the comment functional component list comprises a plurality of comment functional components respectively belonging to different application programs;
identifying a sharing button triggering operation of a user for a sharing button, and selecting a sharing function component list corresponding to the sharing button triggering operation, wherein the sharing function component list comprises a plurality of sharing function components respectively belonging to different application programs;
the method comprises the steps of identifying a viewing history button triggering operation of a user for a viewing history button, and selecting a viewing history function component list corresponding to the viewing history button triggering operation, wherein the viewing history sharing function component list comprises a plurality of viewing history sharing function components which respectively belong to different application programs.
According to an aspect of the embodiments of the present invention, an apparatus for executing an application program is provided, including:
the decomposition combination module is used for decomposing each application program into functional components and combining the functional components which belong to different application programs and have the same type into a functional component list;
the functional component list presenting module is used for determining a user use scene, selecting a functional component list corresponding to the user use scene and presenting the functional component list;
and the execution module is used for receiving a selection trigger instruction of selecting the functional component from the functional component list by the user and executing the selected functional component.
In one embodiment, further comprising:
a functional component list management module to perform at least one of:
deleting the functional components which are not supported in the functional component list;
updating the functional components in the functional component list;
sorting the functional components in the functional component list;
and adding the functional components in the functional component list.
In one embodiment, the functional component list presenting module is configured to order the functional components in the functional component list based on a predetermined functional component priority; presenting the sorted list of functional components.
In one embodiment, the functional component list presentation module is configured to perform at least one of:
identifying a multimedia content playing operation of a device and selecting a functional component list corresponding to the multimedia content playing operation;
identifying text-entry content of a device and selecting a list of functional components corresponding to the text-entry content;
a button trigger operation of a user is recognized, and a list of functional components corresponding to the button trigger operation is selected.
In one embodiment, the functional component list presentation module is configured to perform at least one of:
identifying music playing operation of equipment, and selecting a song listening and song recognition functional component list corresponding to the music playing operation, wherein the song listening and song recognition functional component list comprises a plurality of song listening and song recognition functional components respectively belonging to different application programs;
identifying a search button triggering operation of a user for a search button, and selecting a retrieval function component list corresponding to the search button triggering operation, wherein the retrieval function component list comprises a plurality of retrieval function components respectively belonging to different application programs;
recognizing a payment button trigger operation of a user for a payment button, and selecting a payment function component list corresponding to the payment button trigger operation, wherein the payment function component list comprises a plurality of payment function components respectively belonging to different application programs;
identifying comment button triggering operation of a user for a comment button, and selecting a comment functional component list corresponding to the comment button triggering operation, wherein the comment functional component list comprises a plurality of comment functional components respectively belonging to different application programs;
identifying a sharing button triggering operation of a user for a sharing button, and selecting a sharing function component list corresponding to the sharing button triggering operation, wherein the sharing function component list comprises a plurality of sharing function components respectively belonging to different application programs;
the method comprises the steps of identifying a viewing history button triggering operation of a user for a viewing history button, and selecting a viewing history function component list corresponding to the viewing history button triggering operation, wherein the viewing history sharing function component list comprises a plurality of viewing history sharing function components which respectively belong to different application programs.
As can be seen from the above technical solutions, in the embodiment of the present invention, each application program is decomposed into functional components, and the functional components belonging to different application programs and having the same type are combined into a functional component list; determining a user use scene, selecting a functional component list corresponding to the user use scene, and presenting the functional component list; and receiving a selection trigger instruction of selecting the functional component from the functional component list by the user, and executing the selected functional component. Therefore, the application program is decomposed into the functional components and the functional components are finally started, the traditional concept of starting the application program is removed, the tedious process of searching for the function through the application program is reduced, the user experience is improved, and various functions of the application program can be conveniently executed.
Moreover, efficient resource integration of associated software resources on the device is possible. In addition, the unified entry of each function instance is set as a function component list, so that a convenient and quick channel is provided for a user. The functional component list is corresponding to the user scene, and the user does not need to search the functional component list.
In addition, the corresponding function component list is automatically identified and popped up when a user scene is captured, so that convenience of the intelligent device is provided for the user.
Drawings
FIG. 1 is a flow chart of a method of executing an application according to the present invention;
FIG. 2 is an exemplary block diagram of a list of functional components in accordance with the present invention;
FIG. 3 is a diagram illustrating exemplary operation of functional components on a smart device according to the present invention;
fig. 4 is an exemplary operation diagram of functional components on the smart tv according to the present invention;
FIG. 5 is an exemplary diagram illustrating the decomposition of an application into functional components according to the present invention;
FIG. 6 is an exemplary diagram of a combined functional component list according to the present invention;
FIG. 7 is an exemplary flow diagram for arranging functional components in a combined functional component list in accordance with the present invention;
FIG. 8 is an exemplary flow diagram for updating functional components in a combined functional component list in accordance with the present invention;
FIG. 9 is an exemplary flow diagram of a startup function component according to the present invention;
fig. 10 is a schematic diagram illustrating a list of components for popping up a search function based on a touch operation on a smart device according to a first embodiment of the present invention;
fig. 11 is a diagram illustrating a pop-up search function component list based on a remote controller operation on a smart device according to a first embodiment of the present invention;
FIG. 12 is a diagram illustrating a search result of a selected functional component executed based on a touch operation on a smart device according to a first embodiment of the present invention;
FIG. 13 is a diagram illustrating search results of a selected functional component executed by the smart device based on remote control operations according to the first embodiment of the present invention;
fig. 14 is a diagram illustrating a pop-up song listening recognition component list based on a touch operation on a smart device according to a second embodiment of the present invention;
fig. 15 is a schematic diagram illustrating a pop-up song listening recognition component list on the smart device based on the operation of the remote controller according to the second embodiment of the present invention;
FIG. 16 is a diagram illustrating a search result of a selected functional component executed based on a touch operation on a smart device according to a second embodiment of the present invention;
FIG. 17 is a diagram illustrating search results of a selected functional component executed by an intelligent device based on remote control operation according to a second embodiment of the present invention;
FIG. 18 is a diagram illustrating a pop-up viewing history component list based on a touch operation on a smart device according to a third embodiment of the present invention;
FIG. 19 is a diagram illustrating a pop-up viewing history component list on a smart device based on remote control operation according to a third embodiment of the present invention;
FIG. 20 is a diagram illustrating a touch-based pop-up of a list of payment components on a smart device in accordance with a fourth embodiment of the present invention;
FIG. 21 is a diagram illustrating a remote control-based pop-up of a payment component list on a smart device according to a fourth embodiment of the present invention;
FIG. 22 is a diagram illustrating a comment component list popping up based on a touch operation on a smart device according to a fifth embodiment of the invention;
FIG. 23 is a diagram illustrating a popup comment component list on a smart device based on a remote controller operation according to a fifth embodiment of the present invention;
fig. 24 is a diagram illustrating a sharing component list popping up on a smart device based on a touch operation according to a sixth embodiment of the invention;
fig. 25 is a diagram illustrating a sharing component list popping up on a smart device based on a remote controller according to a sixth embodiment of the invention.
Fig. 26 is a diagram showing the construction of an execution apparatus of an application according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the accompanying drawings.
For simplicity and clarity of description, the invention will be described below by describing several representative embodiments. Numerous details of the embodiments are set forth to provide an understanding of the principles of the invention. It will be apparent, however, that the invention may be practiced without these specific details. Some embodiments are not described in detail, but rather are merely provided as frameworks, in order to avoid unnecessarily obscuring aspects of the invention. Hereinafter, "including" means "including but not limited to", "according to … …" means "at least according to … …, but not limited to … … only". In view of the language convention of chinese, the following description, when it does not specifically state the number of a component, means that the component may be one or more, or may be understood as at least one.
In view of the foregoing disadvantages of the prior art, embodiments of the present invention provide an intelligent APP management scheme based on user usage scenarios. The method comprises the steps of decomposing APP (or Content Provider (CP)) into a plurality of functional components, and installing the functional components of the APP to a functional component list of corresponding types respectively. And displaying or popping up a corresponding function component list according to the use scene of the user, so that the user can select a certain function component from the function component list and execute the corresponding function of the function component. Wherein different types of function component lists are preferably supported and the function component lists have scheduling priorities and customizable attributes.
Based on the method and the device, the complicated process of searching the APP function can be effectively avoided, the selectivity is increased, and the user experience is enhanced.
Fig. 1 is a flowchart of an execution method of an application according to the present invention.
As shown in fig. 1, the method includes:
step 101: each application is decomposed into functional components, and functional components belonging to different applications and having the same type are combined into a functional component list.
Here, each application is decomposed into several functional components, and functional components belonging to different applications and having the same type are combined into a functional component list. The functional components are inseparable independent functional modules. The same type of functional components means that the functional components have the same function.
The functional component list may be plural and have different types respectively based on the types of the contained functional components. Furthermore, the list of functional components is preferably editable, wherein the editing method comprises: add functional components, delete functional components, update functional components, and so forth.
In one embodiment, further comprising at least one of: deleting the functional components which are not supported in the functional component list; updating the functional components in the functional component list; sorting the functional components in the functional component list; add a functional component to the functional component list, and so on.
Preferably, the list of functional components preferably supports customization, and other types of components not included in the predefined list may be updated from the server side. The functional components in the functional component list may have different scheduling priorities, which may vary.
Step 102: the method comprises the steps of determining a user usage scenario, selecting a functional component list corresponding to the user usage scenario, and presenting the functional component list.
Here, the user usage scenario may be determined based on various factors such as content played in the device, button status displayed on the device, or key information received by the device from another device.
Specifically, a user usage scenario is determined, and a list of functional components corresponding to the user usage scenario is selected, including at least one of:
(1) and identifying the multimedia content playing operation of the equipment, and selecting a functional component list corresponding to the multimedia content playing operation.
(2) The text-entry content of the device is identified, and a list of functional components corresponding to the text-entry content is selected.
(3) And recognizing a button triggering operation of the user, and selecting a functional component list corresponding to the button triggering operation.
Illustratively, presenting the list of functional components includes: sorting the functional components in the functional component list based on a predetermined functional component priority; presenting the sorted list of functional components.
Fig. 2 is an exemplary block diagram of a functional component list according to the present invention.
As shown in fig. 2, the list of functional components of type a includes, among others, the a functional component of APP1, the a functional component of APP2, and the a functional component of APP 3. The list of functional components of type B includes the B functional component of APP2, the B functional component of APP4, and the B functional component of APP5, and so on
Step 103: and receiving a selection trigger instruction of selecting the functional component from the functional component list by the user, and executing the selected functional component.
It is thus clear that through the selection trigger command that receives the user and select functional unit from the functional unit list to the functional unit of execution selection need not to rely on the arrow key to look for APP one by one and look for the function step by step again, consequently carries out the APP function conveniently, has reduced user operation loaded down with trivial details degree.
The user can apply the application program execution technical scheme of the invention on various intelligent devices. These smart devices may include, but are not limited to: a feature phone, a smart television, a palm top computer, a tablet computer or a Personal Digital Assistant (PDA), etc.
Fig. 3 is an exemplary operational diagram of functional components on a smart device according to the present invention. Fig. 4 is an exemplary operation diagram of the functional components on the smart television according to the present invention.
In fig. 3 and 4, a user usage scenario is determined, a list of functional components (e.g., a K-type component list) corresponding to the user usage scenario is selected, and the K-type component list is presented, respectively. Then, the specific function (e.g., function K of APP 2) selected by the user in the K-type component list is executed.
It should be understood that the devices in fig. 3 and 4 are merely illustrative. Any electronic device operable by a user and having a display screen may be used, as desired.
In one embodiment, the method specifically comprises: identifying music playing operation of equipment, and selecting a song listening and song recognition functional component list corresponding to the music playing operation, wherein the song listening and song recognition functional component list comprises a plurality of song listening and song recognition functional components respectively belonging to different application programs.
In one embodiment, the method specifically comprises: the method comprises the steps of identifying a search button triggering operation of a user aiming at a search button, and selecting a retrieval function component list corresponding to the search button triggering operation, wherein the retrieval function component list comprises a plurality of retrieval function components respectively belonging to different application programs.
In one embodiment, the method specifically comprises: the method comprises the steps of identifying a payment button trigger operation of a user for a payment button, and selecting a payment function component list corresponding to the payment button trigger operation, wherein the payment function component list comprises a plurality of payment function components respectively belonging to different application programs.
In one embodiment, the method specifically comprises: identifying a comment button triggering operation of a user for a comment button, and selecting a comment functional component list corresponding to the comment button triggering operation, wherein the comment functional component list contains a plurality of comment functional components respectively belonging to different application programs.
In one embodiment, the method specifically comprises: the method comprises the steps of identifying a sharing button triggering operation of a user for a sharing button, and selecting a sharing function component list corresponding to the sharing button triggering operation, wherein the sharing function component list comprises a plurality of sharing function components which respectively belong to different application programs.
In one embodiment, the method specifically comprises: the method comprises the steps of identifying a viewing history button triggering operation of a user for a viewing history button, and selecting a viewing history function component list corresponding to the viewing history button triggering operation, wherein the viewing history sharing function component list comprises a plurality of viewing history sharing function components which respectively belong to different application programs.
While specific examples of embodiments of the invention are described above for illustrative purposes, those skilled in the art will recognize that the description is illustrative only and is not intended to limit the scope of embodiments of the invention.
FIG. 5 is an exemplary diagram illustrating the decomposition of an application into functional components according to the present invention.
As can be seen from fig. 5, each APP consists of a plurality of main function instances. For the QQ music APP, the QQ music APP can be decomposed into 5 functional components, namely searching, recommending, history, subscribing and playing; for potato APP, the method can be decomposed into 5 functional components, namely searching, recommending, history, subscribing and playing; for the Youkou APP, the Youkou APP can be decomposed into 5 functional components which are respectively searching, recommending, history, subscribing and playing; for the Sina microblog APP, the Sina microblog APP can be decomposed into 5 functional components, namely searching, commenting, history, chatting and sharing; for WeChat APP, the method can be decomposed into 6 functional components, namely searching, commenting, history, chatting, paying and sharing; for hundred degree APP, the method can be decomposed into 5 functional components, namely search, history, comment, payment and sharing.
Moreover, the functional components belonging to different APPs and having the same function are combined into a functional component list of the function type.
Based on the functional component decomposition shown in fig. 5, fig. 6 is an exemplary diagram of combining a list of functional components according to the present invention.
As can be seen from fig. 6, for the search type functional component list, the kuku search functional component, the potato search functional component, the QQ music search functional component, the hundredth search functional component, the newwave search functional component, the naught search functional component, and the wechat search functional component are respectively included. For the history type function component list, a history function component of youth, a history function component of potato, a history function component of QQ music, a history function component of hundredths, a history function component of new wave, a history function component of naught, and a history function component of wechat, etc. are included, respectively. Similarly, the payment-type function component list and the sharing-type function component list are also generated in the same manner.
It should be understood that the functional components in fig. 5 are merely illustrative. There may be any number of component instances, and the display style is not limited, as implementation needs may require. Moreover, it should be understood that the functional component list in FIG. 6 is merely illustrative. The display device can have a functional screen with any size according to implementation needs, and the display style is not limited.
FIG. 7 is an exemplary flow diagram for arranging functional components in a combined functional component list in accordance with the present invention. As shown in fig. 7, when a new functional component is arranged in the combined functional component list, the functional component list is first retrieved, from which a component instance is deleted, updated, or added. When all the functional components of a certain functional component list are deleted, the corresponding type of functional component list is also deleted, and the deleted component list is not displayed when the corresponding user scene is captured. And when the functional component list of the corresponding type is not found and a new functional component list is requested, the server side provides the functional component list of the new type for downloading, and the client side downloads the functional component list of the new type and adds the corresponding functional component.
FIG. 8 is an exemplary flow diagram for updating functional components in a combined functional component list in accordance with the present invention. As shown in fig. 8, when updating the function components, the function component list found first, the component display manner and the arrangement position are updated. The display mode comprises the following steps: text, icons, colors, etc. The ranked location update rule may depend on a particular partnership between the APP and the manufacturer of the electronic device. When the cooperation relationship exists, arranging the cooperation relationship at the obvious position of the list; no partnership or a partnership ending up in a default position.
FIG. 9 is an exemplary flow diagram of a startup function component according to the present invention. As shown in fig. 9, the apparatus first recognizes a user scenario, then searches for a function component list corresponding to the user scenario in the function component list, and displays the retrieved function component list. The user selects the preferred or common functional components from the functional component list, pops up the corresponding functional component page, and executes the corresponding functions.
Specific implementations of the present invention are described below in conjunction with specific embodiments.
Fig. 10 is a schematic diagram illustrating a list of components for popping up a search function based on a touch operation on a smart device according to a first embodiment of the present invention; fig. 11 is a diagram illustrating a list of pop-up retrieval function components on a smart device based on a remote controller according to a first embodiment of the present invention. In fig. 10 and fig. 11, based on the touch operation and the remote controller operation, respectively, the user clicks the search button on the search page, and the device automatically pops up a search type function component list, respectively, where the search type function component list includes search function components of multiple APPs.
FIG. 12 is a diagram illustrating a search result of a selected functional component executed based on a touch operation on a smart device according to a first embodiment of the present invention; fig. 13 is a diagram illustrating a search result of executing a selected functional component based on a remote controller operation on the smart device according to the first embodiment of the present invention.
In fig. 12 and 13, the user selects a search function component of panning from the search type function component list based on a touch operation and a remote controller operation, respectively. Therefore, the device runs the search function component of the treasure washing and pops up a search result page of the treasure washing application program.
Fig. 14 is a diagram illustrating a pop-up song listening recognition component list based on a touch operation on a smart device according to a second embodiment of the present invention; fig. 15 is a diagram illustrating a pop-up song listening recognition component list on the smart device based on the operation of the remote controller according to the second embodiment of the present invention. In fig. 14 and 15, the device automatically recognizes that music is sounding, and displays a listen to song recognition button. The user can trigger the song listening and song recognition button based on touch operation or remote controller operation respectively. When the equipment detects that the user triggers a song listening and song recognition button, the equipment respectively and automatically pops up a song listening and song recognition type functional component list, and the song listening and song recognition type functional component list comprises a plurality of APP song listening and song recognition functional components.
FIG. 16 is a diagram illustrating a search result of a selected functional component executed based on a touch operation on a smart device according to a second embodiment of the present invention; fig. 17 is a diagram illustrating a retrieval result of a selected functional component executed by the smart device based on the operation of the remote controller according to the second embodiment of the present invention. In fig. 16 and 17, the user selects a song listening and music reading function component of QQ music from the list of song listening and music reading function components based on a touch operation and a remote controller operation, respectively. Therefore, the device runs the song listening and music recognizing function component of the QQ music and displays the currently recognized song information.
FIG. 18 is a diagram illustrating a pop-up viewing history component list based on a touch operation on a smart device according to a third embodiment of the present invention; fig. 19 is a diagram illustrating a pop-up viewing history component list on a smart device based on a remote controller operation according to a third embodiment of the present invention. In fig. 18 and 19, the user may trigger the view history button based on a touch operation or a remote controller operation, respectively. When the device detects that a user triggers a historical record viewing button, the device respectively and automatically pops up a historical record viewing type functional component list, and the historical record viewing type functional component list comprises multiple APP historical record viewing functional components.
If the user clicks the history recording function of the Youkou video in the history recording type functional component list, the page jumps to the Youkou history page immediately, and the user can select to look back or continue watching; if the user clicks the history recording function of the Firefox browser in the history recording type functional component list, the accessed webpage information can be immediately consulted; if the user clicks on the history function of the QQ music in the history type function component list, the page immediately displays the recently played music information.
FIG. 20 is a diagram illustrating a touch-based pop-up of a list of payment components on a smart device in accordance with a fourth embodiment of the present invention; fig. 21 is a diagram illustrating a pop-up payment component list on a smart device based on a remote controller according to a fourth embodiment of the present invention. In fig. 20 and 21, the user may trigger a payment button in the payment interface based on a touch operation or a remote controller operation, respectively. When the equipment detects that the user triggers a payment button, the equipment respectively and automatically pops up a payment function component list, and the payment function component list comprises payment function components of various APPs. The user can select a specific payment function in the payment function component column, and then the user can jump to the related page to complete payment.
FIG. 22 is a diagram illustrating a comment component list popping up based on a touch operation on a smart device according to a fifth embodiment of the invention; fig. 23 is a diagram illustrating a popup comment component list on a smart device based on a remote controller operation according to a fifth embodiment of the present invention. In fig. 22 and 23, the user can trigger the comment button based on a touch operation or a remote controller operation, respectively, while viewing a video. When the equipment detects that the user triggers a comment button, the equipment respectively and automatically pops up a comment functional component list, and the comment functional component list comprises comment functional components of various APPs. A user can select a comment function of a certain APP in the comment function component column, and then the user can jump to a related page to complete comment. For example, when the user selects the microblog APP in the comment functional component column, the user can immediately tell the comment video content to the best on his own microblog and watch comment information of other users.
Fig. 24 is a diagram illustrating a sharing component list popping up on a smart device based on a touch operation according to a sixth embodiment of the invention; fig. 25 is a diagram illustrating a sharing component list popping up on a smart device based on a remote controller according to a sixth embodiment of the invention. In fig. 24 and 25, the user may trigger the sharing button based on a touch operation or a remote controller operation, respectively, while watching a video. When the equipment detects that the user triggers the sharing button, the equipment respectively and automatically pops up a sharing function component list, and the sharing function component list comprises sharing function components of various APPs. The user can select the sharing function of one APP in the sharing function component column, and then the user can jump to the related page to complete sharing. Therefore, the user can share the video player and the microblog at will without the limitation of the E-commerce and the microblog of the video player.
Based on the above description, the embodiment of the present invention further provides an execution device of an application program. Fig. 26 is a diagram showing the construction of an execution apparatus of an application according to the present invention. As shown in fig. 26, the apparatus 260 includes: a decomposition combination module 261 for decomposing each application program into function components and combining function components belonging to different application programs and having the same type into a function component list; a functional component list presenting module 262 for determining a user usage scenario, selecting a functional component list corresponding to the user usage scenario, and presenting the functional component list; and the execution module 263 is configured to receive a selection trigger instruction of selecting a functional component from the functional component list by a user, and execute the selected functional component.
In one embodiment, further comprising: a functional component list management module 264 for performing at least one of: deleting the functional components which are not supported in the functional component list; updating the functional components in the functional component list; sorting the functional components in the functional component list; and adding the functional components in the functional component list.
In one embodiment, the functional component list presenting module 262 is configured to sort the functional components in the functional component list based on a predetermined functional component priority; presenting the sorted list of functional components.
In one embodiment, the functional component list presentation module 262 is configured to perform at least one of: identifying a multimedia content playing operation of a device and selecting a functional component list corresponding to the multimedia content playing operation; identifying text-entry content of a device and selecting a list of functional components corresponding to the text-entry content; a button trigger operation of a user is recognized, and a list of functional components corresponding to the button trigger operation is selected.
In one embodiment, the functional component list presentation module 262 is configured to perform at least one of: identifying music playing operation of equipment, and selecting a song listening and song recognition functional component list corresponding to the music playing operation, wherein the song listening and song recognition functional component list comprises a plurality of song listening and song recognition functional components respectively belonging to different application programs; identifying a search button triggering operation of a user for a search button, and selecting a retrieval function component list corresponding to the search button triggering operation, wherein the retrieval function component list comprises a plurality of retrieval function components respectively belonging to different application programs; recognizing a payment button trigger operation of a user for a payment button, and selecting a payment function component list corresponding to the payment button trigger operation, wherein the payment function component list comprises a plurality of payment function components respectively belonging to different application programs; identifying comment button triggering operation of a user for a comment button, and selecting a comment functional component list corresponding to the comment button triggering operation, wherein the comment functional component list comprises a plurality of comment functional components respectively belonging to different application programs; identifying a sharing button triggering operation of a user for a sharing button, and selecting a sharing function component list corresponding to the sharing button triggering operation, wherein the sharing function component list comprises a plurality of sharing function components respectively belonging to different application programs; the method comprises the steps of identifying a viewing history button triggering operation of a user for a viewing history button, and selecting a viewing history function component list corresponding to the viewing history button triggering operation, wherein the viewing history sharing function component list comprises a plurality of viewing history sharing function components which respectively belong to different application programs.
The user can apply the application program execution technical scheme of the invention on various intelligent devices. These smart devices may include, but are not limited to: a feature phone, a smart television, a palm top computer, a tablet computer or a Personal Digital Assistant (PDA), etc.
Although specific examples of smart devices are listed above in detail, those skilled in the art will appreciate that these lists are merely illustrative and are not intended to limit the scope of embodiments of the present invention.
Moreover, the smart device may be adapted to any smart device operating system, and specific operating systems that may be used include, but are not limited to: android (Android), Palm OS, Symbian (Saiban), Windows mobile, Linux, Android (Android), iPhone (apple) OS, Black Berry (blackberry) OS 6.0, Windows Phone series, and so forth. Preferably, the smart device may specifically adopt an Android operating system, and the terminal may be adopted in various versions of Android, including but not limited to: amur (Android Beta), a clockwork robot (Android 1.0), a cupcake (Android 1.5), a donut (Android 1.6), a muffin (Android 2.0/2.1), a frozen yogurt (Android 2.2), a ginger cake (Android 2.3), a honeycomb (Android 3.0), an ice cream sandwich (Android 4.0), a jelly bean (JellyBean, Android 4.1) and other versions. Specific versions of the Android platform are listed in detail above, and those skilled in the art can appreciate that the embodiment of the present invention is not limited to the listed versions, but may be applied to any other versions based on the Android software architecture.
In summary, in the embodiment of the present invention, each application is decomposed into functional components, and the functional components belonging to different applications and having the same type are combined into the functional component list; determining a user usage scenario, selecting a functional component list corresponding to the user usage scenario, and presenting the functional component list; and receiving a selection trigger instruction of selecting the functional component from the functional component list by the user, and executing the selected functional component. Therefore, the application program is decomposed into the functional components and the functional components are finally started, the traditional concept of starting the application program is removed, the tedious process of searching for the function through the application program is reduced, the user experience is improved, and various functions of the application program can be conveniently executed.
Moreover, efficient resource integration of associated software resources on the device is possible. In addition, the unified entry of each function instance is set as a function component list, so that a convenient and quick channel is provided for a user. The functional component list is corresponding to the user scene, and the user does not need to search the functional component list.
In addition, the corresponding function component list is automatically identified and popped up when a user scene is captured, so that convenience of the intelligent equipment is provided for the user.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. An execution method of an application program, comprising:
decomposing each application program into a plurality of functional components according to the function example, and combining the functional components which belong to different application programs and have the same type into a functional component list, wherein the same type refers to the same function, and the functional components refer to inseparable independent functional modules;
determining a user usage scenario, selecting a functional component list corresponding to the user usage scenario, and presenting the functional component list;
and receiving a selection trigger instruction of selecting the functional component from the functional component list by the user, and executing the selected functional component.
2. The method of claim 1, further comprising at least one of:
updating the functional components in the functional component list;
sorting the functional components in the functional component list;
and adding the functional components in the functional component list.
3. The method of claim 1, wherein the presenting the list of functional components comprises:
sorting the functional components in the functional component list based on a predetermined functional component priority;
presenting the sorted list of functional components.
4. The method for executing an application program according to claim 1, wherein the determining a user usage scenario, and selecting a list of functional components corresponding to the user usage scenario, comprises at least one of:
identifying a multimedia content playing operation of a device and selecting a functional component list corresponding to the multimedia content playing operation;
identifying text-entry content of a device and selecting a list of functional components corresponding to the text-entry content;
a button trigger operation of a user is recognized, and a list of functional components corresponding to the button trigger operation is selected.
5. The method for executing an application program according to claim 1, wherein the determining a user usage scenario, and selecting a list of functional components corresponding to the user usage scenario, comprises at least one of:
identifying music playing operation of equipment, and selecting a song listening and song recognition functional component list corresponding to the music playing operation, wherein the song listening and song recognition functional component list comprises a plurality of song listening and song recognition functional components respectively belonging to different application programs;
identifying a search button triggering operation of a user for a search button, and selecting a retrieval function component list corresponding to the search button triggering operation, wherein the retrieval function component list comprises a plurality of retrieval function components respectively belonging to different application programs;
recognizing a payment button trigger operation of a user for a payment button, and selecting a payment function component list corresponding to the payment button trigger operation, wherein the payment function component list comprises a plurality of payment function components respectively belonging to different application programs;
identifying comment button triggering operation of a user for a comment button, and selecting a comment functional component list corresponding to the comment button triggering operation, wherein the comment functional component list comprises a plurality of comment functional components respectively belonging to different application programs;
identifying a sharing button triggering operation of a user for a sharing button, and selecting a sharing function component list corresponding to the sharing button triggering operation, wherein the sharing function component list comprises a plurality of sharing function components respectively belonging to different application programs;
the method comprises the steps of identifying a viewing history button triggering operation of a user for a viewing history button, and selecting a viewing history function component list corresponding to the viewing history button triggering operation, wherein the viewing history function component list comprises a plurality of viewing history function components respectively belonging to different application programs.
6. An apparatus for executing an application program, comprising:
the decomposition combination module is used for decomposing each application program into a plurality of functional components according to the function example and combining the functional components which belong to different application programs and have the same type into a functional component list, wherein the same type refers to the same function, and the functional components refer to inseparable independent functional modules;
the functional component list presenting module is used for determining a user use scene, selecting a functional component list corresponding to the user use scene and presenting the functional component list;
and the execution module is used for receiving a selection trigger instruction of selecting the functional component from the functional component list by the user and executing the selected functional component.
7. The apparatus for executing an application program according to claim 6, further comprising:
a functional component list management module to perform at least one of:
updating the functional components in the functional component list;
sorting the functional components in the functional component list;
and adding the functional components in the functional component list.
8. The apparatus for executing an application program according to claim 6,
the functional component list presenting module is used for sequencing the functional components in the functional component list based on the preset functional component priority; presenting the sorted list of functional components.
9. The apparatus for executing an application program according to claim 6,
a functional component list presentation module to perform at least one of:
identifying a multimedia content playing operation of a device and selecting a functional component list corresponding to the multimedia content playing operation;
identifying text-entry content of a device and selecting a list of functional components corresponding to the text-entry content;
a button trigger operation of a user is recognized, and a list of functional components corresponding to the button trigger operation is selected.
10. The apparatus for executing an application program according to claim 6,
a functional component list presentation module to perform at least one of:
identifying music playing operation of equipment, and selecting a song listening and song recognition functional component list corresponding to the music playing operation, wherein the song listening and song recognition functional component list comprises a plurality of song listening and song recognition functional components respectively belonging to different application programs;
identifying a search button triggering operation of a user for a search button, and selecting a retrieval function component list corresponding to the search button triggering operation, wherein the retrieval function component list comprises a plurality of retrieval function components respectively belonging to different application programs;
recognizing a payment button trigger operation of a user for a payment button, and selecting a payment function component list corresponding to the payment button trigger operation, wherein the payment function component list comprises a plurality of payment function components respectively belonging to different application programs;
identifying comment button triggering operation of a user for a comment button, and selecting a comment functional component list corresponding to the comment button triggering operation, wherein the comment functional component list comprises a plurality of comment functional components respectively belonging to different application programs;
identifying a sharing button triggering operation of a user for a sharing button, and selecting a sharing function component list corresponding to the sharing button triggering operation, wherein the sharing function component list comprises a plurality of sharing function components respectively belonging to different application programs;
the method comprises the steps of identifying a viewing history button triggering operation of a user for a viewing history button, and selecting a viewing history function component list corresponding to the viewing history button triggering operation, wherein the viewing history function component list comprises a plurality of viewing history function components respectively belonging to different application programs.
CN201610971299.4A 2016-11-07 2016-11-07 Application program execution method and device Active CN106648746B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610971299.4A CN106648746B (en) 2016-11-07 2016-11-07 Application program execution method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610971299.4A CN106648746B (en) 2016-11-07 2016-11-07 Application program execution method and device

Publications (2)

Publication Number Publication Date
CN106648746A CN106648746A (en) 2017-05-10
CN106648746B true CN106648746B (en) 2020-10-20

Family

ID=58820963

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610971299.4A Active CN106648746B (en) 2016-11-07 2016-11-07 Application program execution method and device

Country Status (1)

Country Link
CN (1) CN106648746B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107729075B (en) * 2017-09-27 2020-11-13 北京奇艺世纪科技有限公司 Movable assembly destruction control method and device
AU2018352618A1 (en) * 2017-10-20 2020-04-23 Huawei Technologies Co., Ltd. Icon display method, device, and system
CN108024019B (en) * 2017-12-19 2020-02-07 维沃移动通信有限公司 Message display method and device
CN108763316B (en) * 2018-04-27 2021-07-02 维沃移动通信有限公司 Audio list management method and mobile terminal
CN109165052B (en) * 2018-08-08 2021-10-26 腾讯科技(深圳)有限公司 Interactive processing method and device of application scene, terminal, system and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102855286A (en) * 2012-08-07 2013-01-02 东莞宇龙通信科技有限公司 Mobile terminal and method for searching application programs in mobile terminal
CN103176688A (en) * 2011-12-26 2013-06-26 腾讯科技(深圳)有限公司 Method and device of sort application
CN104239102A (en) * 2014-09-15 2014-12-24 腾讯科技(深圳)有限公司 Operation method and device of application program
CN105162884A (en) * 2015-09-25 2015-12-16 浪潮(北京)电子信息产业有限公司 Cloud management platform based on micro-service architecture

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW518513B (en) * 2001-03-28 2003-01-21 Synq Technology Inc System and method to update an executing application software by modular way
US9256219B2 (en) * 2009-08-11 2016-02-09 Fisher-Rosemount Systems, Inc. System configuration using templates
CN103150154B (en) * 2011-12-07 2017-06-23 腾讯科技(深圳)有限公司 The implementation method and device of a kind of application plug
US20130159930A1 (en) * 2011-12-19 2013-06-20 Nokia Corporation Displaying one or more currently active applications
CN105550130A (en) * 2015-12-14 2016-05-04 中电科华云信息技术有限公司 Container based dynamic arrangement method for application environment and system applying method
CN106022746A (en) * 2016-05-23 2016-10-12 乐视控股(北京)有限公司 Payment method and device applied to terminal equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103176688A (en) * 2011-12-26 2013-06-26 腾讯科技(深圳)有限公司 Method and device of sort application
CN102855286A (en) * 2012-08-07 2013-01-02 东莞宇龙通信科技有限公司 Mobile terminal and method for searching application programs in mobile terminal
CN104239102A (en) * 2014-09-15 2014-12-24 腾讯科技(深圳)有限公司 Operation method and device of application program
CN105162884A (en) * 2015-09-25 2015-12-16 浪潮(北京)电子信息产业有限公司 Cloud management platform based on micro-service architecture

Also Published As

Publication number Publication date
CN106648746A (en) 2017-05-10

Similar Documents

Publication Publication Date Title
CN106648746B (en) Application program execution method and device
RU2621622C2 (en) Facilitating of interaction with user search interface at system level
CN107679113B (en) Light application acquisition method and device and electronic device
KR20140039209A (en) Web browser with quick site access user interface
US20210019106A1 (en) Desktop Sharing Method and Mobile Terminal
CN113055525A (en) File sharing method, device, equipment and storage medium
CN107784071B (en) Message pushing method and device and mobile terminal
CN112148178A (en) Application switching method and device, electronic equipment and readable storage medium
CN112887802A (en) Video access method and device
CN112214142A (en) Application information display method and device, electronic equipment and storage medium
US20060294358A1 (en) Methods and computers for presenting a graphical user interface during a boot process
CN112540709A (en) Split screen display method and device, electronic equipment and readable storage medium
CN112911401A (en) Video playing method and device
CN112083854A (en) Application program running method and device
CN111142756A (en) Page display method, equipment and computer readable storage medium
US20130298022A1 (en) Integrated Media User Interface
CN111813305A (en) Application program starting method and device
CN110658962A (en) Starting method and device of fast application, electronic equipment and storage medium
CN113485813A (en) Application skipping method and device
CN106919596B (en) Information recommendation method and device
CN112416212A (en) Program access method, device, electronic equipment and readable storage medium
CN112905072B (en) Application processing method and device and electronic equipment
CN112578959B (en) Content publishing method and device
CN111857465B (en) Application icon sorting method and device and electronic equipment
CN113805997A (en) Information display method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant