CN113360060B - Task realization method and device and electronic equipment - Google Patents

Task realization method and device and electronic equipment Download PDF

Info

Publication number
CN113360060B
CN113360060B CN202110560134.9A CN202110560134A CN113360060B CN 113360060 B CN113360060 B CN 113360060B CN 202110560134 A CN202110560134 A CN 202110560134A CN 113360060 B CN113360060 B CN 113360060B
Authority
CN
China
Prior art keywords
function
functions
input
data
target
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
CN202110560134.9A
Other languages
Chinese (zh)
Other versions
CN113360060A (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.)
Vivo Mobile Communication Co Ltd
Original Assignee
Vivo Mobile Communication 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 Vivo Mobile Communication Co Ltd filed Critical Vivo Mobile Communication Co Ltd
Priority to CN202110560134.9A priority Critical patent/CN113360060B/en
Publication of CN113360060A publication Critical patent/CN113360060A/en
Priority to PCT/CN2022/093323 priority patent/WO2022242641A1/en
Application granted granted Critical
Publication of CN113360060B publication Critical patent/CN113360060B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04845Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range for image manipulation, e.g. dragging, rotation, expansion or change of colour
    • 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/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Landscapes

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

Abstract

The application discloses a task realization method, a task realization device and electronic equipment, and belongs to the technical field of communication. The method comprises the following steps: receiving a first input aiming at a target control, wherein the target control is used for triggering and executing M functions according to a target execution sequence, the M functions are functions in at least one application of the electronic equipment, and M is an integer greater than 1; in response to the first input, performing M functions in a target execution order; the input data of the first function comprises output data of the second function, the first function and the second function are functions in M functions, and the execution sequence of the second function is before the execution sequence of the first function.

Description

Task realization method and device and electronic equipment
Technical Field
The application belongs to the technical field of communication, and particularly relates to a task realization method, a task realization device and electronic equipment.
Background
Currently, electronic devices can work cooperatively through a plurality of functions to achieve some tasks (hereinafter referred to as cooperative tasks).
For example, when the electronic device receives an image (hereinafter referred to as image 1) through the communication application, the user may first trigger the electronic device to save the image 1 to the gallery, and open the image 1 stored in the gallery through the image processing application to process the image 1 through the image processing application and save the processed image 1. The user may then trigger the electronic device to send the processed image 1 to the buddy via the communication application. Thus, the collaborative tasks of receiving, processing and sending the image 1 can be realized through the collaborative work among the receiving and sending function of the communication application, the storage function of the gallery and the image processing function of the image processing application.
However, according to the above method, since the electronic device can be triggered to realize the cooperative task through the functions after inputting to the different functions, the operation process of realizing the task through the cooperative work of the plurality of functions is complicated.
Disclosure of Invention
The embodiment of the application aims to provide a task realization method, a task realization device and electronic equipment, which can solve the problem that the operation process of realizing tasks through the cooperative work of a plurality of functions is complicated.
In a first aspect, an embodiment of the present application provides a task implementation method, where the method includes: receiving a first input aiming at a target control, wherein the target control is used for triggering and executing M functions according to a target execution sequence, the M functions are functions in at least one application of the electronic equipment, and M is an integer greater than 1; in response to the first input, performing the M functions in the target execution order; the input data of the first function comprises output data of the second function, the first function and the second function are functions in the M functions, and the execution sequence of the second function is before the execution sequence of the first function.
In a second aspect, an embodiment of the present application provides a task implementation device, where the device includes: a receiving module and an executing module; the receiving module is used for receiving a first input aiming at a target control, the target control is used for triggering and executing M functions according to a target execution sequence, the M functions are functions in at least one application of the electronic equipment, and M is an integer greater than 1; the execution module is used for responding to the first input received by the receiving module and executing the M functions according to the target execution order; the input data of the first function comprises output data of the second function, the first function and the second function are functions in the M functions, and the execution sequence of the second function is before the execution sequence of the first function.
In a third aspect, embodiments of the present application provide an electronic device comprising a processor, a memory and a program or instruction stored on the memory and executable on the processor, the program or instruction implementing the steps of the method according to the first aspect when executed by the processor.
In a fourth aspect, embodiments of the present application provide a readable storage medium having stored thereon a program or instructions which when executed by a processor implement the steps of the method according to the first aspect.
In a fifth aspect, embodiments of the present application provide a chip, where the chip includes a processor and a communication interface, where the communication interface is coupled to the processor, and where the processor is configured to execute a program or instructions to implement a method according to the first aspect.
In the embodiment of the application, a first input for a target control may be received, where the target control is configured to trigger executing M functions according to a target execution order, where the M functions are functions in at least one application of the electronic device, and M is an integer greater than 1; and in response to the first input, performing M functions in a target execution order; the input data of the first function is output data of the second function, the first function and the second function are functions in the M functions, and the execution sequence of the second function is before the execution sequence of the first function. According to the scheme, when a certain task is required to be realized in a mode of cooperation of a plurality of functions (such as the M functions), the electronic equipment is triggered to execute the M functions according to the execution sequence (such as the target execution sequence) capable of realizing the task through the input of the target control, so that the task can be realized after the M functions are executed according to the target execution sequence. Therefore, compared with the scheme that a series of inputs are required to be carried out on different functions in the prior art, the task implementation method provided by the embodiment of the application can simplify the operation process of realizing tasks through the cooperative work of a plurality of functions.
Drawings
Fig. 1 is a schematic diagram of a task implementation method provided in an embodiment of the present application;
fig. 2 is one of schematic diagrams of data transmission directions of M functions in the task implementation method provided in the embodiment of the present application;
FIG. 3 is a second schematic diagram of data transmission directions of M functions in the task implementation method according to the embodiment of the present application;
FIG. 4 is a schematic diagram of an interface of a task implementation method application provided in an embodiment of the present application;
FIG. 5 is a second schematic diagram of an interface of a task implementation method according to an embodiment of the present disclosure;
FIG. 6 is a third exemplary interface diagram of a task implementation method according to an embodiment of the present disclosure;
fig. 7 is a schematic diagram of a target control in the application of the task implementation method provided in the embodiment of the present application;
FIG. 8 is a fourth schematic diagram of an interface of a task implementation method application provided in an embodiment of the present application;
FIG. 9 is a fifth exemplary interface diagram of a task implementation method application provided in an embodiment of the present application;
FIG. 10 is a sixth schematic diagram of an interface of a task implementation method application provided in an embodiment of the present application;
FIG. 11 is a seventh exemplary interface diagram of a task implementation method application provided in an embodiment of the present application;
FIG. 12 is a schematic diagram of a task implementing device in an embodiment of the present application;
Fig. 13 is a schematic diagram of an electronic device in an embodiment of the present application;
fig. 14 is a hardware schematic diagram of an electronic device according to an embodiment of the present application.
Detailed Description
Technical solutions in the embodiments of the present application will be clearly described below with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application are within the scope of the protection of the present application.
The terms first, second and the like in the description and in the claims, are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that embodiments of the present application may be implemented in sequences other than those illustrated or described herein. Furthermore, in the description and claims, "and/or" means at least one of the connected objects, and the character "/", generally means that the associated object is an "or" relationship.
The following first explains some nouns or terms referred to in the claims and the specification of the present application.
Script (Script): is an executable file written in accordance with a certain format using a specific descriptive language (i.e., scripting language). Scripting languages, also known as extended languages, or dynamic languages, are programming languages used to control software applications, and scripts are typically saved in text (ascii) and interpreted or compiled only when called.
It should be noted that, when executing the script, the computer (e.g., the task implementing device in the embodiment of the present application) performs a series of operations. For example, the task implementation apparatus may set the execution order of the M functions to the target execution order described below by executing one script, and generate target controls for triggering the execution of the M functions in the target execution order.
The task implementation method, the task implementation device and the electronic equipment provided by the embodiment of the application are described in detail through specific embodiments and application scenes thereof with reference to the accompanying drawings.
Currently, when certain tasks are implemented, multiple functions are often required, for example, output data of one function is used as input data of another function; thus, when the demand function application cooperates to realize the task, the user demand triggers the electronic device to switch back and forth between the plurality of functions, which results in a very complex operation process for realizing the task through the cooperation of the plurality of functions.
Further, since the processing results (i.e., output data) of different functions may be stored in different folders, the process of searching for the processing results of different functions is also very complicated.
In order to solve the above technical problems, the task implementation method provided by the embodiment of the present application expands the desktop design concept as follows:
1) Some functions in the control application (e.g., a reverse function, a flip function, etc. in the video processing application) independently provide services, e.g., functional components of the setup indication function. After providing a desired input (e.g., an image) to a function, the electronic device can process the image through the function and output the processed result.
2) A special type of interface (for example, a first interface described below) is provided, and the first interface may include therein a functional component indicating the function in 1) above. Thus, the functions indicated by the functional components can be quickly triggered to execute by the functional components.
3) In the component interface in the above 2), if the data type of the output data of the function indicated by one functional component (hereinafter referred to as function 1) is compatible with the data type of the input data of the function indicated by another functional component (hereinafter referred to as function 2), the connection of function 1 with function 2 can be achieved by connecting the output terminal of the one functional component with the input terminal of the other functional component. After the function 1 is connected with the function 2, the electronic device may directly transmit the output data of the function 1 to the function 2 and serve as the input data of the function 2. Thus, more complex tasks can be achieved by function 1 and function 2 in turn.
It should be noted that, in the embodiment of the present application, a user may trigger to connect two or more functional components through input to the functional components in the first interface; alternatively, the at least two functional components may be connected by running a script for instructing the connection of the at least two functional components. The method can be specifically determined according to actual use requirements, and the embodiment of the application is not limited.
Optionally, in the embodiment of the present application, the script may be obtained from a server, may be stored locally in the electronic device, or may be received through a communication application, and may specifically be determined according to an actual use requirement, which is not limited in the embodiment of the present application.
In the embodiment of the application, a plurality of functional components connected in a component interface are collectively called as a functional control (which may also be called as a function in a spoken language). It is understood that each functionality control indicates two or more functions. It will be appreciated that a user may trigger execution of all of the functions indicated by a functionality control in an order of execution (e.g., a target execution order as described below) by input to the functionality control, and that after execution of all of the functions indicated by the functionality control, a task may be implemented that is coordinated through these functions. Thus, the functions can be directly triggered to be executed according to a certain sequence by directly inputting the function control which indicates a plurality of functions capable of cooperatively completing a cooperative task, and after the functions are executed, a task cooperatively realized through the functions is realized; one or more inputs are not needed to be sequentially carried out on different functions, and output data of each function is not needed to be searched, so that the operation process of completing tasks through cooperation of the functions can be simplified.
As shown in fig. 1, an embodiment of the present application provides a task implementation method, which may include steps 101 and 102 described below. The task implementation method is exemplified as a task implementation execution method.
Step 101, a task implementation device receives a first input of a user for a target control.
The target control may be configured to trigger execution of M functions in a target execution order, where M is an integer greater than 1, the M functions being functions in at least one application of the electronic device.
It may be understood that the above-mentioned M functions may be functions in the same application, or may be functions in different applications, which may be specifically determined according to actual use requirements, and the embodiments of the present application are not limited.
Optionally, in the embodiment of the present application, the target control may be set for the user to trigger the task implementation device, or may be set for the task implementation device based on the downloaded or received script. The method can be specifically determined according to actual use requirements, and the embodiment of the application is not limited. For the description of the script, reference may be made specifically to the description of the script related to the above explanation of the noun, which is not repeated herein.
Optionally, in an embodiment of the present application, the task implementing device may display at least one functional control on the second interface, where the at least one functional control includes a target control.
Optionally, in this embodiment of the present application, the second interface may be a desktop of the electronic device, or may be a first interface described below, where the first interface is an interface in the electronic device for setting a function control.
In this embodiment of the present application, the first interface may also be referred to as a component page, where the meanings of the first interface and the component page are the same and may be interchanged.
Optionally, in the embodiment of the present application, a first identifier indicating the first interface may be set on the third interface, and the user may trigger the task implementation device to display the first interface by inputting the first identifier, for example, clicking on the first identifier.
Alternatively, in embodiments of the present application, the third interface may be a notification bar interface or a status bar interface (also referred to as an application drawer).
Optionally, in the embodiment of the present application, the first input may be an input of a target control in the second interface by a user, or the first input is an input of acquiring data through an application, for example, the first input may be an input of selecting an image from a gallery.
Optionally, in this embodiment of the present application, the first input may be any possible input, such as touch input, input to an entity key, face recognition input, fingerprint input, space gesture input, etc., and may specifically be determined according to an actual use requirement, which is not limited in this embodiment of the present application.
It may be appreciated that in the embodiment of the present application, the user may trigger the task implementation device to execute step 102 described below in the first interface, the desktop, or the application interface.
Step 102, the task implementing device responds to the first input and executes M functions according to the target execution order.
The input data of the first function is output data of the second function, the first function and the second function are functions with different execution orders in M functions, and the execution order of the second function is before the execution order of the first function. The data type of the input data of the first function can be compatible with the data type of the output data of the first function, namely, the premise that the output data of one function is used as the input data of the other function is that: the data type of the input data of the other function may be compatible with the data type of the output data of the one function.
For example, assuming that the type of output data of one function is type 1 and the type of input data of another function includes type 1, type 2, and type 3, the output data of the one function may be used as the input data of the other function, i.e., the data type of the output data of the other function is compatible with the data type of the input data of the one function.
Optionally, in an embodiment of the present application, the data types of the input data and the output data of the function may include at least one of the following: application data class (i), application behavior class (ii), user input class (iii), or any possible data type such as user customizable data type (iii).
The above i, ii, iii and iii are described in detail below, respectively.
i, the data of the application data class may comprise at least one of: text, images, video, audio, application information (e.g., application name).
ii, the data of the application behavior class may include any possible application behavior, such as behavior of invoking an application, behavior of adjusting application parameters, behavior of sharing application data, and the like.
iii, the data of the user input class includes at least one of: input form of user input, input object of user input.
Optionally, in the embodiment of the present application, the input form of the user input may be a contact form or a non-contact form, where the contact form includes any possible contact form such as a single click, a double click, multiple clicks, a sliding, a dragging, a re-pressing, or a long press. Non-contact forms include biometric information recognition (e.g., fingerprint recognition, iris recognition), or a blank gesture, etc.
Optionally, in the embodiment of the present application, if the input form of the user input is a contact form, the user input may be an input to a physical button, a virtual control, a virtual identifier, or an interface, which may be specifically determined according to actual use requirements.
iii, user definable data types refer to data forms that may be provided to a user in a form that allows the user to customize and use the customized data forms for input and output. The user definable data types may be templates for representing a certain class of data, such as a class of music that the user likes, which may break down into several different forms of features (i.e. different members), such as text (lyrics, names, etc.), images (covers), audio (timbre, melody, etc.). User definable data types may also be used as a datum that implements a certain type of operation by passing a concept.
In the embodiment of the application, the data with the data type being the user-definable data type can be used as the input data and/or the output data of the function.
Illustratively, with the user-definable data type being class a music, the task implementation device may filter, merge, and disassemble members of the class a music through the adapter component. Thus, when a user requires class A music for some processing, collaborative tasks are achieved by connecting the adapter component with components of other underlying functions.
In this embodiment, when the task implementation device executes M functions, the M functions are executed according to the execution order of the M functions.
Optionally, in an embodiment of the present application, the first function may include at least one function of M functions, and the second function may also include at least one function of M functions.
Alternatively, in the embodiment of the present application, the output data of one of the second functions may be used as the input data of one or more of the first functions; the output data of a plurality of the second functions may be input data of one of the first functions. The method can be specifically determined according to actual use requirements, and the embodiment of the application is not limited.
Illustratively, as shown in fig. 2, assuming that the arrow in fig. 2 indicates the transmission direction of the output data of the function, then: as shown in (a) of fig. 2, the second function 21 includes a function a, the first function includes a function B and a function C, and the output data of the function a is the input data of the function B and the function C, that is, the output data of one of the second functions is the input data of a plurality of the first functions. As shown in (b) of fig. 2, the second function 22 includes a function D and a function E, the first function includes a function F, and output data of the function D and the function E are input data of the function F, that is, output data of a plurality of functions of the second function is input data of one of the first functions.
Alternatively, in the embodiment of the present application, the order of execution of at least one of the first functions may be the same or different. The execution order of at least one of the second functions may be the same or different, and may be specifically determined according to actual use requirements, which is not limited in the embodiment of the present application.
Illustratively, assume that the M functions include 3 functions, which 3 functions are arranged in execution order: function a, function B, and function C; as shown in fig. 3, the output data of the function a may be the input data of the function B, and the output data of the function a and the output data of the function B are both the input data of the function C. As can be seen from fig. 3, although the order of execution of the function a and the function B is different, the output data of the function a and the output data of the function B may be simultaneously input data of the function C. That is, in the embodiment of the present application, output data of a function that is executed earlier may be input data of a function that is executed later.
In the embodiment of the present application, after the task implementation device executes M functions according to the target execution order, a task (hereinafter referred to as task 1) that can be implemented by requiring the M functions to cooperate may be implemented. That is, in the target execution order, a process of executing M functions, that is, a process of controlling the M functions to cooperate to complete task 1, is performed.
Optionally, in an embodiment of the present application, in an actual implementation, the task implementing device may execute at least some functions of the M functions according to a target execution order; that is, the task implementing device does not need to start execution from the function in the first execution order among the M functions. For example, assume that M functions include 4 functions, and the execution order of the 4 functions (i.e., target execution order) is: function 1→function 2 and function 3 (i.e., the order of execution of function 2 and function 3 is the same) →function 4; then, the task implementing device executes the function 1, the function 2, the function 3, and the function 4 in the target execution order; function 2, function 3, and function 4 may also be executed in the order of target execution; function 4 may also be performed in the order of execution of the targets.
In the task implementation method provided in the embodiment of the present application, when a task is required to be implemented in a coordinated manner by a plurality of functions (e.g., the above-mentioned M functions), since the electronic device may be triggered to execute the M functions according to an execution order (e.g., a target execution order) capable of implementing the task by inputting a target control indicating the M functions, the task may be implemented after the execution of the M functions according to the target execution order is completed. Therefore, compared with the scheme that a series of inputs are required to be carried out on different functions in the prior art, the task realization method provided by the embodiment of the application can trigger the completion of the task through the cooperation of a plurality of functions through one input, so that the cooperation of the plurality of functions can be simplified, and the operation process of the task can be realized.
Alternatively, in the embodiment of the present application, for a function including a plurality of input data, it is necessary to wait for all the input data to arrive before executing the function.
Alternatively, in the embodiment of the present application, if the function 1 outputs a plurality of output data (such as a plurality of pictures are continuously taken), and the plurality of output data are respectively taken together with the output data of the function 2 as the input data of the function 3, the plurality of output data may form an input queue, and are respectively taken together with the output data of the other function as the input data of the third function. Wherein, function 1, function 2 and function 3 are different functions of the above-mentioned M functions.
Optionally, in the embodiment of the present application, when a function has input data to be processed, a prompt identifier (for example, a number) is displayed on the functional component indicating the function to inform the user of the number of inputs waiting on the current path. The user may click on the prompt to open a floating window of input details in which the user may view the entered summary information (e.g., a thumbnail image), and click on the summary information may view the input details and data (e.g., an image). The user may trigger, by input, the adjustment of the order of arrangement of the input data in the queue or the deletion of some of these input data. The description of the functional components may be specifically referred to the description of the functional components in the foregoing embodiments, and in order to avoid repetition, a description is omitted herein.
Alternatively, in the embodiment of the present application, the above step 102 may be specifically implemented by the following step 102 a.
Step 102a, the task implementation device starts from the initial function among the M functions according to the target execution order and the initial input data, and executes the M functions.
The initial input data may be input data of an initial function, and the initial function may be any one of the following (1) to (4):
(1) A preset function; (2) A function of determining a data type according to the initial input data; (3) a function determined from the user input; (4) performing the first function of the order.
In this embodiment of the present application, the initial function is a function executed first by the task implementation device after receiving the first input.
Alternatively, in the embodiment of the present application, the number of initial functions may be one or more.
In the embodiment of the present application, after the task implementation device receives the first input, the task implementation device may execute an initial function of the M functions, and a function whose execution order is subsequent to the execution order of the initial function, and may not execute a function whose execution order is prior to the execution order of the initial function.
Alternatively, in the embodiment of the present application, the task implementing device may determine the initial function first, and then acquire the initial input data based on the determined initial function, for example, (1), (3) and (4) above. Alternatively, the initial input data may be acquired first, and then the initial function may be determined based on the initial input parameters, such as (2) described above.
Optionally, in the embodiment of the present application, in (1), (3) and (4) above, the first input is an input of a target control in the second interface by a user; in the above (2), the first input is an input for acquiring data by an application.
The following describes the above (1), (2) and (3), respectively, in detail.
(1) The initial function is a preset function among the M functions.
Optionally, in the embodiment of the present application, before the user performs the first input, the initial function of the device setting may be implemented by triggering the task through the input.
(2) The initial function is a function determined according to a data type of initial input data among the M functions.
In the embodiment of the application, the task implementation device may bind the target control with an operation of acquiring application data in the application. For example, when the user triggers to select data such as text or pictures in an application, the task implementation device may display a floating menu, where the floating menu includes a plurality of function controls, and functions indicated by the plurality of function controls include a function (hereinafter referred to as function X) of inputting a data type that is compatible with the data, and when the user selects a target control in the plurality of function controls, the task implementation device may send the data to the target control and execute the functions indicated by the target control according to a target execution order.
It will be appreciated that the task implementation device may also bind the target control with operations such as screen capturing, recording, video, game, etc., to automatically perform at least some of the M functions described above upon receipt of such operations.
Alternatively, in the embodiment of the present application, the initial function may be a first function of the output data whose data type is compatible with the initial input data, out of M functions arranged in the target execution order. Of course, the data type of the output data may be compatible with the first function of the initial input data among the M functions arranged in the target execution order. In particular, it may be determined according to binding requirements.
(3) The initial function is a function determined according to a user input among the M functions.
Optionally, in the embodiment of the present application, before the step 102a, the task implementing method provided in the embodiment of the present application may further include the following steps 103 and 104.
Step 103, the task implementation device displays at least two first options in response to the first input.
Wherein the first option indicates all functions of the M functions in the same order of execution.
Step 104, the task implementation device receives a fourth input of the target option of the at least two first options.
Optionally, in the embodiment of the present application, the fourth input may be a touch input to the target option, for example, the fourth input is a click, a long press, or a heavy press input of the user on the target option.
Step 105, the task implementing device responds to the fourth input to determine that the initial function is the function indicated by the target option.
In the embodiment of the present application, since the task implementing apparatus may execute M functions from an initial function among the M functions according to the target execution order and the initial input data, and the initial function is a preset function, a function determined according to a data type of the initial input data, a function determined according to user input, or a function with a first execution order, the flexibility of implementing the task may be improved on the basis of simplifying an operation process of implementing the task by a cooperative work of a plurality of functions.
Optionally, in the embodiment of the present application, when the target control is displayed on the first interface, the first interface further includes at least one data identifier, and each data identifier indicates at least one data; the first input may be an input to move a first data identifier of the at least one data identifier onto a target control; the initial input data is data indicated by the first data identifier, and the initial function is a function determined according to the data type of the initial input data in the M functions or a function with a first execution sequence.
In practical implementation, the first interface may further include N functional components, where each functional component has a function, and the user may further move the data identifier to one of the N functional components, so as to trigger the task implementation device to process the data indicated by the data identifier through the function indicated by the functional component. The N functions indicated by the N functional components may or may not include one of the M functions.
For example, assuming that the first interface includes at least one interface, the user may drag one or more data identifications in the at least one interface onto a functional component in the at least one interface that indicates a sending function to trigger the task implementation device to send the data.
Optionally, in an embodiment of the present application, the task implementing device may display the data identifier of the output data of the function at a position adjacent to the functional component or the functional control indicating the function in the first interface, for example, at an output end of the functional component or the functional control. If a function outputs a plurality of data, the data identification of the data may be displayed in a folder.
Optionally, in this embodiment of the present application, the data type of the data indicated by the at least one data identifier may be any possible data type, such as an application data type, an application behavior type, a user input type, and a user customizable data type.
Optionally, in the embodiment of the present application, in (2) above, as shown in fig. 4, the first interface 40 includes a target control 41, where the target control is used to trigger execution of function 1—function 1 and function 3—function 4, that is, execute M functions according to a target execution order; the target control 41 may comprise an input area 42, and the first input may specifically be an input by a user moving the first data identifier 43 onto the input area 42, so that the task implementation device may perform the M functions in response to the first input, in accordance with the target execution order and the data indicated by the first data identifier, starting with the function of M functions in which the input data type includes the data indicated by the first data identifier.
It can be appreciated that in the embodiment of the present application, the at least one data identifier is a shortcut entry of data in the electronic device.
Optionally, in the embodiment of the present application, a plurality of data identifiers on the first interface may be categorized into one data folder, and a user may click on the folder to trigger the task implementation device to display an expanded interface of the folder, and display the plurality of data identifiers on the expanded interface.
Optionally, in the embodiment of the present application, the data indicated by the at least one data identifier may be stored in a storage space corresponding to the first interface (hereinafter referred to as a target storage space), and of course, may also be stored in any storage space in the electronic device other than the target storage space, for example, in a storage corresponding to the application. The method can be specifically determined according to actual use requirements, and the embodiment of the application is limited.
Optionally, in the embodiment of the present application, the user may send data in the desktop or the application to the target storage space through input triggering, and display a data identifier of the data on the first interface.
Illustratively, as shown in (a) of fig. 5, when the user selects one data from the interface 50 of the application (hereinafter referred to as application 1), the task implementing device may display an option of "send to component interface (i.e., first interface)", and when the user selects to send to component page, if the application 1 supports sending the data therein to the first interface, the task implementing device may send the data into the target storage space; if the application 1 does not support sending the data therein to the first interface, the user may copy or cut the selected data and paste it in the target storage space. After the task implementation means saves the selected data in the target storage space, as shown in (b) of fig. 5, a data identifier 52 of the data may be displayed on the first interface 51.
It can be understood that when the user inputs to the application interface, the task implementation device is triggered to acquire data through the application where the application interface is located, such as downloading a file, photographing, and the like, the user can also trigger the task implementation device to store the data in the target storage space.
Also illustratively, as shown in fig. 5 (b), a data adding control 53 may be included on the first interface, and the user may trigger the task-implementation device to add data in the target storage space and display a data identifier of the added data on the first interface by inputting the data adding control 53.
Optionally, in the embodiment of the present application, the task implementing device may display the newly created data identifier in the empty area on the first interface, and if the empty area on the first interface is located, an interface may be newly built, and then the newly created data identifier is displayed.
Optionally, in the embodiment of the present application, in a process of executing M functions by the task implementing device according to the target execution order, output data of each function may be cached, for example, the output data of each function is cached for a preset period of time.
In the embodiment of the application, the data identifier of the data can be set on the first interface, so that the user can directly select the data meeting the requirements on the first interface without manually entering the folder to select the data, and the operation process can be further simplified.
Optionally, in the embodiment of the present application, the data types of the input data of the initial input function are different, and the method for the task implementation device to acquire the initial input data may also be different.
The method of acquiring initial input data by the task implementation device will be described in detail below taking the data types of input data of the initial input function as i (i.e., application data class), ii (i.e., application behavior class), and iii (i.e., user input class) as examples.
Optionally, in the embodiment of the present application, in the i, that is, the data type of the input data of the initial input function is an application data class, after the task implementation device receives the first input for the target control, an interface including a data identifier of the application data may be displayed first, and the user may trigger the task implementation device to obtain the application data corresponding to the selection input through a selection input of the data identifier.
Optionally, in the embodiment of the present application, in the ii, that is, after the task implementation device receives the first input for the target control, if the monitoring authority of the application behavior of an application is permission for monitoring, the task implementation device may monitor the application behavior of the application, and use the monitored application behavior as the input data of the initial function; if the permission of the application behavior of an application is not allowed to monitor, the task implementation device may prompt the user to set the monitoring permission of the application behavior of the application to allow monitoring, and then acquire the application behavior of the application.
Optionally, in the embodiment of the present application, in iii, that is, the data type of the input data of the initial input function (that is, the initial input data) is a user input class, and the initial input data is acquired through a first target input of the user on one interface (hereinafter referred to as a target interface), after receiving the first input, the task implementing device may display the target interface first, and when receiving the first target input of the user on the target interface, the task implementing device may acquire the initial input data and execute the initial function according to the initial input data.
Illustratively, assuming that the initial function is a photographing function, after the user clicks on the target control 60 as shown in (a) of fig. 6, the task-implementing device may run a camera application, and the task-implementing device may display a photographing preview interface 61 (i.e., a target interface) as shown in (b) of fig. 6; when the task implementation device may receive a user click input (i.e., a first target input) on the photographing control 62 on the photographing preview interface, the task implementation device may control the photographing function to photograph and output a photographed image.
Also by way of example, assuming the initial function is a handwriting input function (or electronic signature function), after the user clicks on the target control, the task-enabling device may display a handwriting input interface (i.e., target interface) that includes a revocation control, a validation control, and a handwriting area; when the task implementation device receives handwriting input of a user in a handwriting area and clicking input (namely, first target input) of a confirmation control, the task implementation device can generate handwriting identification according to input parameters of the handwriting input, and the handwriting identification can be patterns, characters and the like.
Further, assuming that the initial function includes a handwriting function and a receiving function of the communication application, and that output data of the handwriting input function and output data of the receiving function are input data of the batch signing function, the task implementation device may send a handwriting identifier output by the handwriting function and a plurality of documents received by the receiving function to the signing function, and the signing function signs the handwriting identifier to each document in the plurality of PDFs, respectively.
Further exemplary, assuming that the initial function is a recording function, after the user clicks on the target control, the task implementation device may display a recording interface, where the recording interface includes a start recording control, a pause recording control, and an end recording control, and when the task implementation device receives the click input of the user on the start recording control, the task implementation device may control the recording function to start recording, and output recorded audio data.
In the embodiment of the application, the initial input data can be acquired in various modes, so that the operation flexibility can be further improved, and the man-machine interaction performance is improved.
Optionally, in the embodiment of the present application, before step 101, the task implementing method provided in the embodiment of the present application may further include step 106 and step 107 described below.
Step 106, the task implementation device receives a second input from the user for the M functional components in the first interface.
In step 107, the task implementing device responds to the second input and connects the M functional components through at least one connection component according to the target execution order.
Wherein each functional component indicates one of the M functions, and the second input is operable to trigger setting the order of execution of the M functions to a target order of execution. The target control is determined by the M connected functional components.
Optionally, in the embodiment of the present application, the target control may be displayed in a first form or displayed in a second form, and in particular, as shown in fig. 7 (a) is a schematic diagram of the target control displayed in the first form, it can be seen that the target control displayed in the first form is a thumbnail or a simplified diagram of M connected functional components; alternatively, as shown in fig. 7 (b) which is a target control displayed in the second form, it can be seen that the target control displayed in the first form includes M functional components and a connection component for connecting the M components, that is, includes M functional components in a connected state.
It may be understood that, in the embodiment of the present application, when the target control is a thumbnail of M connected functional components, the user may input (different from the first input described above) on the target control displayed in the first form shown in (a) in fig. 7, so as to trigger the task implementation device to display the target control displayed in the second form shown in (b) in fig. 7.
It can be understood that, in the embodiment of the present application, the target execution order is any execution order that can meet the actual use requirement of the user.
Optionally, in an embodiment of the present application, each functional component includes a data input port and a data output port, where the data input port and the data output port may be in a display state or may be in a hidden state.
For example, when the data input port and the data output port of one functional component are in a display state, the data input port and the data output port of the functional component may be represented by a dashed box or a warning symbol (e.g., "x" in fig. 2).
Optionally, in the embodiment of the present application, assuming that the at least two connection components are two connection components, the task implementing device connects the two functional components through one connection component, and specifically may connect a data output port of one functional component with a data input port of another functional component through the connection component; to indicate output data of the function indicated by the one functional component as input data of the function indicated by the other functional component.
It will be appreciated that in an actual implementation, the data input port of each functional component may be connected to the data output port of at least one functional component; the data output port data of each functional component may be connected to the data input port of at least one functional component.
It may be understood that, in the embodiment of the present application, the functions indicated by the at least two functional components include at least two functions that are executed in different orders.
Alternatively, in the embodiment of the present application, the connection component may be a pipe component (such as the pipe component 30 in fig. 3), a flow splitting component (such as the flow splitting component 31 in fig. 3), or a converging component (such as the converging component 44 in fig. 4), where the pipe component may connect two functional components; the split component and the convergence component can be connected with at least three functional components, the split component is used for taking output data of one function as input data of a plurality of functions, and the convergence component is used for taking output data of the plurality of functions as input data of one functional component.
Alternatively, in the embodiment of the present application, the second input may be any input that may set the execution order for the M functions.
In particular, the second input may be a user movement input to the M functional components (first implementation), a user input to a menu of options for the M functional components (second implementation), or an input to at least one connection component (third implementation).
The following describes the above three implementations in detail, taking m=2 as an example.
The first implementation mode: the second input is a user movement input to the M functionality controls.
Illustratively, as shown in (a) of fig. 8, the first interface includes a function component 1 and a function component 2 thereon, the function component 1 indicating a function g1, the function component 2 indicating that the function g2 can be pressed by the user for a long time and drag the function component 1 toward the function component 2; as shown in (b) of fig. 8, when the functional component 1 is partially overlapped with the functional component 2, if the data type of the input data of the function g1 is compatible with the data type of the output data of the function g2, it means that the output data of the functional component 2 can be taken as the input data of the function indicated by the functional component 1, so that when the functional component 1 is put down, that is, means left off the screen, as shown in (c) of fig. 8, the task implementation means can connect the data input port of the functional component 1 with the data output port of the functional component 2; if the data type of the input data of the function g1 is not compatible with the data type of the output data of the function g2, the output data of the function component 2 cannot be used as the input data of the function indicated by the function component 1, so that when the function component 1 is put down, that is, the user's finger leaves the screen, the task implementation device does not connect the function component 1 and the function component 2, and outputs prompt information that cannot be connected. It will be appreciated that in this example, the second input is an input dragging the functional component 1 onto the functional component 2.
Alternatively, in the embodiment of the present application, if the output data of the functional component 2 can be used as the input data of the function indicated by the functional component 1, a connection identifier (such as the connection identifier 81 shown in (b) of fig. 8) may be displayed, so as to prompt the user that the data output port of the functional component 2 may be connected to the data input port of the functional component 2. Otherwise, a prompt message may be output to prompt the user that the data output port of the functional component 2 cannot be connected to the data input port of the function 2.
Alternatively, in the embodiment of the present application, during the process of dragging the functional component 1, the task implementing device may display a position indication identifier (such as the position indication identifier 82 shown in (b) of fig. 8) on the first interface, where the position indication identifier 82 is used to indicate the display area of the functional component 1 when the functional component 1 is released. It will be appreciated that the display area is determined according to the size of the functional component 1 and the current location of the functional component 1, and specifically, the display area is an empty area in the first interface that is closest to the current location of the functional component 1 and has a size greater than or equal to the size of the functional component.
Alternatively, in the embodiment of the present application, if the connection identifier is displayed, the task implementation device may display the functional component 1 on the right side of the functional component 2 and in the area adjacent to the functional component 2, and then connect the data input port of the functional component 1 with the data output port of the functional component 2. If the connection identifier is not displayed, the task implementation device may drag the display area of the functional component 1 before the functional component 1 to display the functional component 1, that is, keep the display area of the functional component 1 unchanged.
The second implementation mode: the second input is a user input to a menu of options for the M functional components.
Also illustratively, as shown in (a) of fig. 9, the first interface includes a function component 1 and a function component 2, the function component 1 indicates a function g1, the user can press the function component 1 for a long time, as shown in (b) of fig. 9, the task implementing device can display an option menu 91 of the function component 1, the option menu 91 includes a connection panel 92 including 4 connection keys (i.e., 4 black triangles shown in (b) of fig. 9), and then the user can click on any one of the connection keys to trigger connection of the first function component located in the direction indicated by the connection key in the first interface to the function component 1; for example, as shown in (b) of fig. 9, if the user clicks a connection key directed to the functional component 2, the task implementing device can connect the data input port of the functional component 1 with the data output port of the functional component 2 located on the left side of the functional component 1 through the connection component as shown in (c) of fig. 9.
Optionally, in the embodiment of the present application, the task implementing device may preset a connection manner, for example, preset to connect a data input port of a functional component to which the connection key belongs with a data output port of a first functional component in a direction indicated by the connection key; thus, after a user inputs a connection key, the task implementation device can connect the functional component to which the connection key belongs and the functional component selected by the connection key according to a preset connection mode. Or after the user inputs a connection key, the task implementation device may display a selection box, where the selection box includes a third option and a fourth option, the third option is "connect with the data input port of the selected functional component", and the fourth option is an option of "connect with the data output port of the selected functional component", so that the user may input the third option or the fourth option, to trigger the task implementation device to connect the functional component to which the connection key belongs and the functional component selected by the connection key according to the connection mode selected by the user. Or, after the user inputs a connection key, the task implementation device may automatically determine the connection mode according to the data compatibility between the functional component to which the connection key belongs and the functional component selected by the connection key.
In a third implementation, the second input is a user input to at least one connection component.
Optionally, in this embodiment of the present application, the first interface may further include a connection component, and the user may drag two ends of one connection component to connect two ends of the connection component with different functional components respectively.
For example, a user may connect one end of one connection component with a data input port of one functional component and connect the other end of the connection component with a data output port of another functional component.
Alternatively, in the embodiment of the present application, the connection component may be an identifier with an arrow, and the arrow direction indicates a data transmission direction between the functional components connected to the connection component.
In this embodiment of the present application, in the above three implementations, the data input port of one functional component may be connected to the data output port of another functional component on the premise of meeting data compatibility.
It may be understood that in the embodiment of the present application, the foregoing examples are illustrated by taking an example that the task implementation device connects two functional components, and a description of the task implementation device that connects M functional components may specifically refer to a description related to the task implementation device that connects two functional components.
Optionally, in the embodiment of the present application, after connecting M functional components, if the display position of at least one functional component in the M functional components is adjusted, the task implementing device may keep the connection between the M functional components unchanged, that is, may not disconnect the connection between the functional component and the connection component.
In the embodiment of the application, since the target execution order is set for the M functions by the user through the second input trigger task implementation device, it can be ensured that the tasks implemented after the task implementation device executes the M functions according to the target execution order can meet the actual demands of the user.
Further, since the user can trigger the task implementation device to set the execution order of the functions through the input, the flexibility of implementing the tasks through a plurality of functions can be improved.
Optionally, in the embodiment of the present application, if the M functions include a third function and at least two fourth functions, and output data of the at least two fourth functions are input data of the third function, after the step 107, the task implementing method provided in the embodiment of the present application may further include a step 108 described below.
Step 108, the task implementation device displays the synchronization identifier on the first connection component.
Wherein the first connection component is a connection component connected with a functional component indicating a third function and at least two fourth functions. A synchronization identifier (e.g., the synchronization identifier shown in dashed lines in fig. 3) may be used to: a, indicating that after executing at least two fourth functions, executing the third functions, namely, synchronously executing the progress; and/or b, the synchronization identifier may be used to trigger re-executing the M functions starting from a fifth function of the M functions, i.e. to rollback execution progress, the execution order of the fifth function being smaller than the execution order of the third function.
It may be appreciated that in the embodiment of the present application, the third function may be a function of the first functions, and the at least two fourth functions may be functions of the second functions.
Alternatively, in the embodiment of the present application, the first connection component may be one connection component or may be a plurality of connection components. For example, assuming that the number of at least two fourth functions is 2, the first connection assembly may be two pipe assemblies; alternatively, the first connection assembly may be 1 split assembly.
Optionally, in an embodiment of the present application, in the above a, the synchronization component is used to separate and synchronize the functional components. For example, as shown in fig. 3, the task implementing device may execute the function C after determining that both the output data of the function a and the output data of the function B reach the function C; otherwise, function C is not performed.
Optionally, in the embodiment of the present application, the task implementing device may further configure a synchronization component, where the configuring of the synchronization component includes: after the execution of at least two fourth functions is completed, automatically executing the third function; or, after the execution of at least two fourth functions is completed, and after receiving an input that the user triggers continued execution, executing the third function. When the synchronization mark is configured to execute the third function after the execution of the at least two fourth functions is completed and after receiving the input of the user to trigger the continued execution, the task implementation device may display a floating key for the user to operate after the execution of the at least two fourth functions is completed.
Optionally, in the embodiment of the present application, in the b, the task implementing device may cache input data of each of the M functions, so that when the user inputs the synchronization component, triggers the start of the fifth function, and re-executes the M functions, the task implementing device may directly re-execute the fifth function according to the cached input data of the fifth data, and execute, according to the target execution order, a function after the fifth function in the execution order of the M functions.
In this embodiment, when the input data of one function is output data of a plurality of functions, since the task implementing apparatus may display a synchronization component on a connection component between the functional component of the one function and the functional components of the plurality of functions, and the synchronization component may be used to synchronize an execution progress and/or rollback the execution progress, the operation accuracy and flexibility may be further improved on the basis of simplifying an operation process of implementing tasks through a cooperative work of the plurality of functions.
Optionally, in the embodiment of the present application, after step 106, the task implementing method provided in the embodiment of the present application may further include step 109 and step 110 described below.
Step 109, the task implementing means receives a third input from the user.
The description of the first interface may be specifically referred to the description of the first interface in the above embodiment, and in order to avoid repetition, the description is omitted here.
Step 110, the task implementing device responds to the third input and executes the target operation corresponding to the third input.
Wherein the target operation may be any one of the following (one), (two), (three), (four) and (five):
(one), adding at least one functional component in the first interface.
Optionally, in the embodiment of the present application, the user may trigger adding at least one functional component to the first interface by inputting an icon in the desktop; alternatively, 2, the user may trigger the addition of at least one functional component at the first interface by adding a control input to a component in the first interface.
Illustratively, as shown in (a) of fig. 10, the user may click on a left area of one application icon 101 of the desktop 100, and as shown in (b) of fig. 10, the task implementing apparatus may display N functional components 102 and a first interface 103, where the N functional components 102 are functional components of at least some functions in the application indicated by the application icon 101; the user may drag at least one of the N functional components 102 into the first interface according to the actual use requirement thereof, so as to add the at least one functional component into the first interface. It can be seen that the third input includes an input to an icon in the desktop and a movement input to at least one functional component. It will be appreciated that in this example, the function indicated by the at least one functional component is a function in the same application, and N is a positive integer.
Optionally, in the embodiment of the present application, after the user clicks on the left area of one application icon of the desktop, the task implementation device may display N functional components first, and after the user presses on any one of the N functional components for a long time, the task implementation device keeps displaying the N functional components and displays the first interface.
Alternatively, in this example, as shown in (b) of fig. 10, when the first interface includes a plurality of sub-interfaces, the task implementing device may display the sub-interfaces in thumbnail form, respectively, and the user may drag at least one functional component to any one of the sub-interfaces.
Also illustratively, as shown in (a) of FIG. 11, the user may add a control 111 input to a component in the first interface 110, and as shown in (b) of FIG. 11, the task-enabling device may display a function component list interface 112 that may include functional components of functions in multiple applications. The user may then select the at least one functional component in the functional component list interface according to actual use requirements. It is to be appreciated that in this example, the functionality indicated by the at least one functional component can be functionality in one or more applications.
Alternatively, in the embodiment of the present application, the functional components in the functional component list interface may be ordered in various manners including a name first letter, a functional type (e.g., video processing class, music processing class), and so on.
And (II) deleting at least one object from the first interface.
Optionally, in an embodiment of the present application, the third input is a touch input of the user to at least one object in the first interface.
Alternatively, in the embodiment of the present application, for each object in at least one object, one object may be a functional component or a functional control.
Optionally, in an embodiment of the present application, the first interface includes a delete control, and the user may trigger deleting the functional component or the functional control from the first interface by deleting an input to the component.
And (III) adjusting the display parameters of at least one object in the first interface.
Optionally, in an embodiment of the present application, the third input is a touch input of the user to at least one object in the first interface.
Optionally, in an embodiment of the present application, the display parameter of the object may include at least one of a display position of the object, a display size of the object, and an arrangement structure of the object.
Alternatively, in the embodiment of the present application, for each object in at least one object, one object may be a functional component or a functional control.
Optionally, in the embodiment of the present application, if the user needs to adjust the display parameter of an object, the user may press on the object for a long time to trigger the object to be in the parameter adjustment mode. Specifically, the task implementation device may display a size adjustment frame around the object, and the user may trigger adjustment of the display parameter of the object by dragging the position input of the size adjustment frame. After the adjustment is completed, the user can click on the blank of the first interface to trigger the task implementation device to exit the parameter adjustment mode.
Optionally, in the embodiment of the present application, if an object is a functional component, the display parameter of the object may include an arrangement structure of the object. The arrangement structure of the objects refers to the arrangement structure among the functional components in the functional control.
For example, assuming that a plurality of functional components in the functional control are linear in structure before receiving the third input, the user can adjust the arrangement of the plurality of functional components to a triangular structure through the third input.
And (IV) adjusting the function parameters of the function indicated by the target function component.
Optionally, in the embodiment of the present application, the third input is a touch input of the user to the target functional component in the first interface.
Alternatively, in the embodiment of the present application, the target functional component may be a functional component in the first interface, or a functional component in a functional control of the first interface.
Optionally, in the embodiment of the present application, the function parameter of the function may be determined according to the function, for example, if the target function component indicates an image processing function, the function parameter of the image processing function may be: brightness, contrast, gray scale, exposure, etc.; if the target function component indicates a handwriting input function, the function parameters of the handwriting input function may include: line color, line width, etc.
Optionally, in the embodiment of the present application, if the user needs to adjust the function parameter of the function indicated by the target function component, the user may press the target function component for a long time to trigger and display an option menu of the target function component, where the option menu includes a parameter adjustment identifier for adjusting the function parameter of the target function component, and the user may trigger and adjust the function parameter of the function indicated by the target function component by inputting the parameter adjustment identifier.
The parameter adjustment indicator may be, for example, a slider bar for adjusting a parameter of the class of the numerical range or a key for adjusting a parameter of the switch type.
And fifthly, adjusting the data transmission direction between the two functional components.
Optionally, in the embodiment of the present application, the third input is a touch input of the user to the two functional components in the first interface.
In the embodiment of the present application, in the fifth embodiment, the two functional components are interconnected functional components.
Optionally, in the embodiment of the present application, if the user needs to adjust the data transmission direction between at least two functional components, the user may trigger the task implementation device to display an option menu of any one of the at least two functional components, then input the option menu, and then input the option menu through a connection panel in the option menu, so as to trigger the task implementation device to adjust the data transmission direction between the at least two functional components.
In the above embodiment, step 109 and step 110 are illustrated as an example of performing step 109 and step 110 after step 106, and in actual implementation, step 109 and step 110 may be performed as long as the task implementing device displays the first interface, for example, step 109 and step 110 may be performed before step 101 or step 106.
In the embodiment of the application, the user may trigger the task implementation device to add at least one functional component in the first interface through the third input, delete at least one object from the first interface, adjust a display parameter of at least one object in the first interface, adjust a functional parameter of a function indicated by the target functional component, or adjust a data transmission direction between two functional components, so that operation flexibility of implementing tasks through cooperative work of multiple functions may be further improved.
Optionally, in the embodiment of the present application, the task implementing device may classify the functional components according to the types of functions indicated by the functional components, and display the functional components of different types in different areas of the first interface.
Optionally, in an embodiment of the present application, the first interface may be divided into a plurality of areas, where each area includes a window, and each window is used to display a class of functional components. The user can trigger the task realization device to switch the functional components through sliding input on the window. For example, a functional component a is displayed in a window, and a user can slide leftwards on the window to trigger the task implementation device to display a functional component b, where the types of functions indicated by the functional component a and the functional component b are the same.
It should be noted that, in the task implementation method provided in the embodiment of the present application, the execution body may be a task implementation device, or a control module in the task implementation device for executing the task implementation method. In the embodiment of the present application, a task implementation method performed by a task implementation device is taken as an example, and the task implementation device provided in the embodiment of the present application is described.
As shown in fig. 12, an embodiment of the present application provides a task implementation device 120, where the task implementation device 120 may include: a receiving module 121 and an executing module 122. A receiving module 121, configured to receive a first input for a target control, where the target control may be configured to trigger execution of M functions in a target execution order, where M is an integer greater than 1, the M functions being functions in at least one application of the electronic device; an execution module 122 for executing the M functions in a target execution order in response to the first input received by the receiving module 121; the input data of the first function comprises output data of the second function, the first function and the second function are functions in the M functions, and the execution sequence of the second function is before the execution sequence of the first function, and the data type of the input data is compatible with the data type of the output data.
Optionally, in the embodiment of the present application, the execution module 122 may specifically be configured to execute the M functions from an initial function of the M functions according to the target execution order and the initial input data;
wherein the initial input data is input data of an initial function, and the initial function is any one of the following: the method comprises the following steps of a preset function, a function determined according to the data type of initial input data, a function determined according to user input and a function with a first execution sequence.
Optionally, in an embodiment of the present application, the target control is displayed on a first interface, where the first interface further includes at least one data identifier, and each data identifier indicates at least one data;
the first input is an input to move a first data identifier of the at least one data identifier onto the target control;
wherein the initial input data is data indicated by the first data identification, and the initial function is first in the execution order or is determined according to the data type of the initial input data.
Optionally, in the embodiment of the present application, the task implementing device may further include a connection module; the receiving module 121 is further configured to, before receiving the first input for the target control, receive a second input for M functional components in the first interface, each functional component indicating one of the M functions, the second input being used to trigger setting an execution order of the M functions to a target execution order;
A connection module operable to connect the M functional components through at least one connection component in a target execution order in response to the second input received by the receiving module 121;
the target control is determined by the M connected functional components; each connecting component is connected with at least two functional components in the M functional components, and the connecting components are used for indicating the data transmission direction between the functions indicated by the at least two functional components.
Optionally, in the embodiment of the present application, the M functions include a third function and at least two fourth functions, and output data of the at least two fourth functions are input data of the third function; the device also comprises a display module;
the display module can be used for displaying the synchronous mark on the first connecting component after the connecting module is connected with the M functional components, and the first connecting component is a connecting component connected with the functional components indicating the third function and at least two fourth functions;
wherein the synchronization identifier is used for:
instruct to perform the second function after performing the at least two fourth functions are completed; and/or the number of the groups of groups,
triggering re-execution of the M functions starting from a fifth function of the M functions, the execution order of the fifth function preceding the execution order of the third function.
Optionally, in the embodiment of the present application, the receiving module 121 may be further configured to receive a third input;
the execution module 122 may be further configured to execute, in response to the third input received by the receiving module 121, a target operation corresponding to the third input, where the target operation is any one of the following:
adding at least one functional component in a first interface, deleting at least one object from the first interface, adjusting display parameters of at least one object in the first interface, adjusting functional parameters of functions indicated by target functional components, and adjusting a data transmission direction between the two functional components; the target functional component may be a functional component in the first interface or a functional component in a functional control of the first interface.
In the task implementation device provided in the embodiment of the present application, when a task is required to be implemented in a coordinated manner by a plurality of functions (e.g., the above-mentioned M functions), since the electronic device is triggered to execute the M functions according to an execution sequence (e.g., a target execution sequence) capable of implementing the task through input of the target control, the task can be implemented after the M functions are executed according to the target execution sequence. Therefore, compared with the scheme that a series of inputs are required to be carried out on different functions in the prior art, the task implementation method provided by the embodiment of the application can simplify the operation process of realizing tasks through the cooperative work of a plurality of functions.
The beneficial effects of the various implementation manners in this embodiment may be specifically referred to the beneficial effects of the corresponding implementation manners in the foregoing method embodiment, and in order to avoid repetition, the description is omitted here.
The task implementing device in the embodiment of the present application may be a device, or may be a component, an integrated circuit, or a chip in a terminal. The device may be a mobile electronic device or a non-mobile electronic device. By way of example, the mobile electronic device may be a cell phone, tablet computer, notebook computer, palm computer, vehicle-mounted electronic device, wearable device, ultra-mobile personal computer (ultra-mobile personal computer, UMPC), netbook or personal digital assistant (personal digital assistant, PDA), etc., and the non-mobile electronic device may be a server, network attached storage (Network Attached Storage, NAS), personal computer (personal computer, PC), television (TV), teller machine or self-service machine, etc., and the embodiments of the present application are not limited in particular.
The task implementing device in the embodiment of the present application may be a device having an operating system. The operating system may be an Android operating system, an ios operating system, or other possible operating systems, which are not specifically limited in the embodiments of the present application.
The task implementing apparatus 120 provided in the embodiment of the present application can implement each process of implementing the task implementing method in the method embodiment of fig. 1 to 11, and in order to avoid repetition, a detailed description is omitted here.
As shown in fig. 13, the embodiment of the present application further provides an electronic device 200, including a processor 202, a memory 201, and a program or an instruction stored in the memory 201 and capable of running on the processor 202, where the program or the instruction implements each process of the task implementing method embodiment described above when being executed by the processor 202, and the same technical effects can be achieved, and for avoiding repetition, a detailed description is omitted herein.
It should be noted that, the electronic device in the embodiment of the present application includes the mobile electronic device and the non-mobile electronic device described above.
Fig. 14 is a schematic hardware structure of an electronic device implementing an embodiment of the present application.
The electronic device 1000 includes, but is not limited to: radio frequency unit 1001, network module 1002, audio output unit 1003, input unit 1004, sensor 1005, display unit 1006, user input unit 1007, interface unit 1008, memory 1009, and processor 1010.
Those skilled in the art will appreciate that the electronic device 1000 may also include a power source (e.g., a battery) for powering the various components, which may be logically connected to the processor 1010 by a power management system to perform functions such as managing charge, discharge, and power consumption by the power management system. The electronic device structure shown in fig. 14 does not constitute a limitation of the electronic device, and the electronic device may include more or less components than shown, or may combine certain components, or may be arranged in different components, which are not described in detail herein.
Wherein the user input unit 1007 may be configured to receive a first input for a target control, the target control may be configured to trigger execution of M functions in a target execution order, the M functions being functions in at least one application of the electronic device, M being an integer greater than 1; a processor 1010 for executing the M functions in a target execution order in response to a first input received by the user input unit 1007; the input data of the first function comprises output data of the second function, the first function and the second function are functions in the M functions, and the execution sequence of the second function is before the execution sequence of the first function.
Optionally, in the embodiment of the present application, the processor 1010 may specifically be configured to execute the M functions from an initial function of the M functions according to the target execution order and the initial input data; wherein the initial input data is input data of an initial function, and the initial function is any one of the following: the method includes the following steps of a preset function, a function determined according to a data type of initial input data, a function determined according to user input, and a function with the forefront execution sequence.
Optionally, in an embodiment of the present application, the target control is displayed on a first interface, where the first interface further includes at least one data identifier, and each data identifier indicates at least one data;
The first input is an input to move a first data identifier of the at least one data identifier onto the target control; wherein the initial input data is data indicated by the first data identification, and the initial function is first in the execution order or is determined according to the data type of the initial input data.
Optionally, in the embodiment of the present application, the user input unit 1007 may be further configured to, before receiving the first input for the target control, receive a second input for M functional components in the first interface, each functional component indicating one of the M functions, where the second input is used to trigger setting the execution order of the M functions to the target execution order; a processor 1010 operable to connect the M functional components through at least one connection component in a target execution order in response to a second input received by the user input unit 1007; the target control is determined by the M connected functional components; each connecting component is connected with at least two functional components in the M functional components, and the connecting components are used for indicating the data transmission direction between the functions indicated by the at least two functional components.
Optionally, in the embodiment of the present application, the M functions include a third function and at least two fourth functions, and output data of the at least two fourth functions are input data of the third function; the apparatus further comprises a display unit 1006; a display unit 1006, configured to display, after the processor 1010 connects the M functional components, a synchronization identifier on a first connection component, where the first connection component is a connection component connected to a functional component indicating a third function and at least two fourth functions;
Wherein the synchronization identifier is used for: instruct to perform the second function after performing the at least two fourth functions are completed; and/or triggering to re-execute the M functions starting from a fifth function of the M functions, the fifth function having an execution order that is less than an execution order of the third function.
Optionally, in the embodiment of the present application, the user input unit 1007 may be further configured to receive a third input; the processor 1010 may be further configured to perform a target operation corresponding to a third input in response to the third input received by the user input unit 1007, the target operation being any one of:
adding at least one functional component in a first interface, deleting at least one object from the first interface, adjusting display parameters of at least one object in the first interface, adjusting functional parameters of functions indicated by target functional components, and adjusting a data transmission direction between the two functional components; the target functional component may be a functional component in the first interface or a functional component in a functional control of the first interface.
In the electronic device provided in the embodiment of the present application, when a task is required to be implemented in a coordinated manner by a plurality of functions (e.g., the above-mentioned M functions), the electronic device may be triggered to execute the M functions according to an execution sequence (e.g., a target execution sequence) capable of implementing the task through input of the target control, so that the task may be implemented after the execution of the M functions according to the target execution sequence is completed. Therefore, compared with the scheme that a series of inputs are required to be carried out on different functions in the prior art, the task implementation method provided by the embodiment of the application can simplify the operation process of realizing tasks through the cooperative work of a plurality of functions.
The beneficial effects of the various implementation manners in this embodiment may be specifically referred to the beneficial effects of the corresponding implementation manners in the foregoing method embodiment, and in order to avoid repetition, the description is omitted here.
It should be understood that in the embodiment of the present application, the input unit 1004 may include a graphics processor (Graphics Processing Unit, GPU) 10041 and a microphone 10042, and the graphics processor 10041 processes image data of still pictures or videos obtained by an image capturing device (such as a camera) in a video capturing mode or an image capturing mode. The display unit 1006 may include a display panel 10061, and the display panel 10061 may be configured in the form of a liquid crystal display, an organic light emitting diode, or the like. The user input unit 1007 includes a touch panel 10071 and other input devices 10072. The touch panel 10071 is also referred to as a touch screen. The touch panel 10071 can include two portions, a touch detection device and a touch controller. Other input devices 10072 may include, but are not limited to, a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and so forth, which are not described in detail herein. Memory 1009 may be used to store software programs as well as various data including, but not limited to, application programs and an operating system. The processor 1010 may integrate an application processor that primarily handles operating systems, user interfaces, applications, etc., with a modem processor that primarily handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 1010.
The embodiment of the application further provides a readable storage medium, on which a program or an instruction is stored, where the program or the instruction realizes each process of the task implementing method embodiment when executed by a processor, and the same technical effect can be achieved, so that repetition is avoided, and no further description is given here.
The processor is a processor in the electronic device in the above embodiment. The readable storage medium includes a computer readable storage medium such as a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a magnetic disk or an optical disk.
The embodiment of the application further provides a chip, which includes a processor and a communication interface, where the communication interface is coupled to the processor, and the processor is configured to run a program or an instruction, implement each process of the task implementing method embodiment, and achieve the same technical effect, so that repetition is avoided, and no further description is given here.
It should be understood that the chips referred to in the embodiments of the present application may also be referred to as system-on-chip chips, chip systems, or system-on-chip chips, etc.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element. Furthermore, it should be noted that the scope of the methods and apparatus in the embodiments of the present application is not limited to performing the functions in the order shown or discussed, but may also include performing the functions in a substantially simultaneous manner or in an opposite order depending on the functions involved, e.g., the described methods may be performed in an order different from that described, and various steps may also be added, omitted, or combined. Additionally, features described with reference to certain examples may be combined in other examples.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solutions of the present application may be embodied essentially or in a part contributing to the prior art in the form of a computer software product stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk), comprising several instructions for causing a terminal (which may be a mobile phone, a computer, a server, or a network device, etc.) to perform the methods described in the embodiments of the present application.
The embodiments of the present application have been described above with reference to the accompanying drawings, but the present application is not limited to the above-described embodiments, which are merely illustrative and not restrictive, and many forms may be made by those of ordinary skill in the art without departing from the spirit of the present application and the scope of the claims, which are also within the protection of the present application.

Claims (12)

1. A method for implementing a task, the method comprising:
receiving a first input aiming at a target control, wherein the target control is used for triggering and executing M functions according to a target execution sequence, the M functions are functions in at least two applications of the electronic equipment, and M is an integer greater than 1;
in response to the first input, performing the M functions in the target execution order;
wherein the input data of the first function includes output data of a second function, the first function and the second function are functions of the M functions, and an execution order of the second function is before an execution order of the first function;
before the receiving the first input for the target control, the method further includes:
receiving a second input for M functional components in a first interface, each functional component indicating one of the M functions, the second input for triggering setting an execution order of the M functions to the target execution order;
connecting the M functional components through at least one connection component in the target execution order in response to the second input;
The target control is determined by the M connected functional components; each connecting component is connected with at least two functional components in the M functional components, and the connecting components are used for indicating the data transmission directions between functions indicated by the at least two functional components.
2. The method of claim 1, wherein the performing the M functions in the target execution order comprises:
starting from the initial function in the M functions according to the target execution order and the initial input data, executing the M functions;
wherein the initial input data is input data of the initial function, and the initial function comprises any one of the following: the method comprises the following steps of a preset function, a function determined according to the data type of the initial input data, a function determined according to user input and a function with a first execution sequence.
3. The method of claim 2, wherein the target control is displayed on a first interface, the first interface further comprising at least one data identifier therein, each data identifier indicating at least one data;
the first input is an input to move a first data identifier of the at least one data identifier onto the target control;
Wherein the initial input data is data indicated by the first data identifier, and the initial function is first in execution order or is determined according to the data type of the initial input data.
4. The method according to claim 1, wherein the M functions include a third function and at least two fourth functions, and output data of the at least two fourth functions is input data of the third function;
after the M functional components are connected by at least one connection component in the target execution order, the method further includes:
displaying a synchronous identifier on a first connecting component, wherein the first connecting component is a connecting component connected with a functional component indicating the third function and the at least two fourth functions;
wherein the synchronization identifier is used for:
instruct execution of the second function after completion of execution of the at least two fourth functions; and/or the number of the groups of groups,
triggering re-execution of the M functions starting from a fifth function of the M functions, the order of execution of the fifth function preceding the order of execution of the third function.
5. The method according to claim 1, wherein the method further comprises:
Receiving a third input;
in response to the third input, performing a target operation corresponding to the third input, the target operation being any one of:
adding at least one functional component in the first interface, deleting at least one object from the first interface, adjusting display parameters of at least one object in the first interface, adjusting functional parameters of functions indicated by target functional components, and adjusting a data transmission direction between two functional components; the target function component may be: the functional components in the first interface or the functional components in the functional controls of the first interface.
6. A task implementing apparatus, the apparatus comprising: a receiving module and an executing module;
the receiving module is used for receiving a first input aiming at a target control, the target control is used for triggering and executing M functions according to a target execution sequence, the M functions are functions in at least two applications of the electronic equipment, and M is an integer greater than 1;
the execution module is used for responding to the first input received by the receiving module and executing the M functions according to the target execution order;
Wherein the input data of the first function includes output data of a second function, the first function and the second function are functions of the M functions, and an execution order of the second function is before an execution order of the first function;
the device also comprises a connection module;
the receiving module is further configured to receive, before the receiving the first input for the target control, a second input for M functional components in a first interface, each functional component indicating one of the M functions, the second input being configured to trigger setting an execution order of the M functions to the target execution order;
the connection module is used for responding to the second input received by the receiving module and connecting the M functional components through at least one connection component according to the target execution sequence;
the target control is determined by the M connected functional components; each connecting component is connected with at least two functional components in the M functional components, and the connecting components are used for indicating the data transmission directions between functions indicated by the at least two functional components.
7. The apparatus according to claim 6, wherein said execution module is specifically configured to execute said M functions starting from an initial function of said M functions in accordance with said target execution order and initial input data;
Wherein the initial input data is input data of the initial function, and the initial function is any one of the following: the method comprises the following steps of a preset function, a function determined according to the data type of the initial input data, a function determined according to user input and a function with a first execution sequence.
8. The apparatus of claim 7, wherein the target control is displayed on a first interface, the first interface further comprising at least one data identifier therein, each data identifier indicating at least one data;
the first input is an input to move a first data identifier of the at least one data identifier onto the target control;
wherein the initial input data is data indicated by the first data identifier, and the initial function is first in execution order or is determined according to the data type of the initial input data.
9. The apparatus of claim 6, wherein the M functions include a third function and at least two fourth functions, and output data of the at least two fourth functions is input data of the third function; the device also comprises a display module;
the display module is used for displaying synchronous marks on a first connecting component after the connecting module is connected with the M functional components, and the first connecting component is a connecting component connected with the functional components indicating the third function and the at least two fourth functions;
Wherein the synchronization identifier is used for:
instruct execution of the second function after completion of execution of the at least two fourth functions; and/or the number of the groups of groups,
triggering re-execution of the M functions starting from a fifth function of the M functions, the order of execution of the fifth function preceding the order of execution of the third function.
10. The apparatus of claim 6, wherein the device comprises a plurality of sensors,
the receiving module is further used for receiving a third input;
the execution module is further configured to execute a target operation corresponding to the third input in response to the third input received by the receiving module, where the target operation is any one of the following:
adding at least one functional component in the first interface, deleting at least one object from the first interface, adjusting display parameters of at least one object in the first interface, adjusting functional parameters of functions indicated by target functional components, and adjusting a data transmission direction between two functional components; the target function component may be: the functional components in the first interface or the functional components in the functional controls of the first interface.
11. An electronic device comprising a processor, a memory and a program or instruction stored on the memory and executable on the processor, which when executed by the processor, performs the steps of the task performing method as claimed in any one of claims 1 to 5.
12. A readable storage medium, characterized in that it stores thereon a program or instructions which, when executed by a processor, implement the steps of the task implementation method according to any of claims 1 to 5.
CN202110560134.9A 2021-05-21 2021-05-21 Task realization method and device and electronic equipment Active CN113360060B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202110560134.9A CN113360060B (en) 2021-05-21 2021-05-21 Task realization method and device and electronic equipment
PCT/CN2022/093323 WO2022242641A1 (en) 2021-05-21 2022-05-17 Task implementation method and apparatus, and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110560134.9A CN113360060B (en) 2021-05-21 2021-05-21 Task realization method and device and electronic equipment

Publications (2)

Publication Number Publication Date
CN113360060A CN113360060A (en) 2021-09-07
CN113360060B true CN113360060B (en) 2024-03-05

Family

ID=77526652

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110560134.9A Active CN113360060B (en) 2021-05-21 2021-05-21 Task realization method and device and electronic equipment

Country Status (2)

Country Link
CN (1) CN113360060B (en)
WO (1) WO2022242641A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113360060B (en) * 2021-05-21 2024-03-05 维沃移动通信有限公司 Task realization method and device and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105321139A (en) * 2014-07-08 2016-02-10 腾讯科技(深圳)有限公司 Picture processing method and device
CN105912218A (en) * 2016-05-10 2016-08-31 北京金山安全软件有限公司 Method and device for displaying application icons and electronic equipment
CN110035184A (en) * 2019-04-22 2019-07-19 珠海格力电器股份有限公司 Image processing method and device, Folding screen terminal
CN112162807A (en) * 2020-09-24 2021-01-01 维沃移动通信有限公司 Function execution method and device
CN112765265A (en) * 2020-12-30 2021-05-07 杭州贝嘟科技有限公司 Data synchronization method and device, computer equipment and readable storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110099523A1 (en) * 2009-10-28 2011-04-28 Van Zee Pieter Product selection and management workflow
CN107239293B (en) * 2017-06-29 2020-08-28 努比亚技术有限公司 Picture editing method, terminal and computer readable storage medium
CN113360060B (en) * 2021-05-21 2024-03-05 维沃移动通信有限公司 Task realization method and device and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105321139A (en) * 2014-07-08 2016-02-10 腾讯科技(深圳)有限公司 Picture processing method and device
CN105912218A (en) * 2016-05-10 2016-08-31 北京金山安全软件有限公司 Method and device for displaying application icons and electronic equipment
CN110035184A (en) * 2019-04-22 2019-07-19 珠海格力电器股份有限公司 Image processing method and device, Folding screen terminal
CN112162807A (en) * 2020-09-24 2021-01-01 维沃移动通信有限公司 Function execution method and device
CN112765265A (en) * 2020-12-30 2021-05-07 杭州贝嘟科技有限公司 Data synchronization method and device, computer equipment and readable storage medium

Also Published As

Publication number Publication date
CN113360060A (en) 2021-09-07
WO2022242641A1 (en) 2022-11-24

Similar Documents

Publication Publication Date Title
CN111638823B (en) Application icon display method and device and electronic equipment
EP4224301A1 (en) Payment interface display method and apparatus, and electronic device
CN112269508B (en) Display method and device and electronic equipment
CN111913616A (en) Application program management method and device and electronic equipment
CN112306325B (en) Interaction control method and device
CN112269519B (en) Document processing method and device and electronic equipment
CN113467660A (en) Information sharing method and electronic equipment
CN112162812A (en) Object adding method and device
CN113794795A (en) Information sharing method and device, electronic equipment and readable storage medium
CN112948844A (en) Control method and device and electronic equipment
CN114116098B (en) Application icon management method and device, electronic equipment and storage medium
CN111813305A (en) Application program starting method and device
CN112698762B (en) Icon display method and device and electronic equipment
CN112416199B (en) Control method and device and electronic equipment
CN113360060B (en) Task realization method and device and electronic equipment
CN113849092A (en) Content sharing method and device and electronic equipment
CN114415886A (en) Application icon management method and electronic equipment
CN112764633A (en) Information processing method and device and electronic equipment
CN111857465A (en) Application icon sorting method and device and electronic equipment
CN111796733B (en) Image display method, image display device and electronic equipment
CN113342222B (en) Application classification method and device and electronic equipment
CN112637411B (en) Image searching method and device, electronic equipment and readable storage medium
CN115167721A (en) Display method and device of functional interface
CN112558833B (en) Application running method and device and electronic equipment
CN113885981A (en) Desktop editing method and device and electronic equipment

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