CN112416544B - Method and storage device for 5G mobile terminal application jump - Google Patents

Method and storage device for 5G mobile terminal application jump Download PDF

Info

Publication number
CN112416544B
CN112416544B CN202011210417.2A CN202011210417A CN112416544B CN 112416544 B CN112416544 B CN 112416544B CN 202011210417 A CN202011210417 A CN 202011210417A CN 112416544 B CN112416544 B CN 112416544B
Authority
CN
China
Prior art keywords
application
jump
parameters
executing
execution
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
CN202011210417.2A
Other languages
Chinese (zh)
Other versions
CN112416544A (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.)
Zhongfutong Group Co ltd
Original Assignee
Zhongfutong Group 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 Zhongfutong Group Co ltd filed Critical Zhongfutong Group Co ltd
Priority to CN202011210417.2A priority Critical patent/CN112416544B/en
Publication of CN112416544A publication Critical patent/CN112416544A/en
Application granted granted Critical
Publication of CN112416544B publication Critical patent/CN112416544B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to the technical field of computers, in particular to a method and storage equipment for application skip of a 5G mobile terminal. The method for the application jump of the 5G mobile terminal comprises the following steps: acquiring an execution parameter of a second application when the first application jumps to the second application; calculating operation resources required by executing the target action of the jump to the second application according to the execution parameters; storing the operation resources to a code base; according to the execution parameters, executing the interface data of the target action which jumps to the second application; generating an interface function according to the interface data, and storing the interface function into a code base; and generating new jump parameters according to the operation resources and the interface function. Because the new jump parameter only contains the operation resources required by executing the target action of jumping to the second application, all the resources are not required to operate, thereby greatly saving the operation time and reducing the power consumption.

Description

Method and storage device for 5G mobile terminal application jump
Technical Field
The invention relates to the technical field of computers, in particular to a method and storage equipment for application skip of a 5G mobile terminal.
Background
With the development of information technology, mobile phones are increasingly applied, various application software is installed on mobile phones of everyone, and interactions among the application software are also increasingly. Such as: when the Beijing east mall is used, the Beijing east finance can be opened by double clicking sign; the internet news can enter a third party application corresponding to the advertisement when the advertisement page clicks. In implementing these jumps, some simple functions may be replaced with HTML5 pages, and some complex functions have no way to do so, thus exacerbating the complexity of code implementation.
These problems exist with the above solutions:
1. when the HTML5 page is used for replacing, the page code needs to be developed again, and the efficiency is low.
2. Jumping to another application, opening the application requires consuming a lot of system resources, increasing power consumption.
3. When jumping to a certain functional page of another application, the first page of the application is accessed first, and a plurality of application resources are loaded, so that unnecessary system resource waste is caused.
4. When clicking the return key, the user cannot return to the previous application, and the user needs to close another application first, so that the user experience is seriously affected.
Disclosure of Invention
Therefore, a method for application skip of a 5G mobile terminal is needed to solve the problems of low efficiency, high system resource waste and high power consumption caused by developing new page codes and opening many unnecessary resources in the application skip process in the prior art. The specific technical scheme is as follows:
A method for 5G mobile terminal application hopping, comprising the steps of:
Acquiring an execution parameter of a second application when the first application jumps to the second application;
Calculating operation resources required by executing the target action of the jump to the second application according to the execution parameters;
Extracting the operation resources and storing the operation resources into a code base;
according to the execution parameters, interface data of a target action which jumps to a second application is obtained, an interface function is generated according to the interface data, and the interface function is stored in the code library;
Generating new jump parameters according to the operation resources and the interface functions;
The execution parameters include one or more of the following: the opening mode of the second application and the program running track of the second application;
the interface data includes one or more of the following: interface method, parameters;
the new jump parameters include: jump program and action code.
Further, the method further comprises the steps of: responding to an instruction of a first application to jump to a second application, newly starting a thread in a process of the first application, and running the jumping program in the thread.
Further, the method further comprises the steps of: and storing the new jump parameters into the code base, and establishing an index according to the application name and the jump.
Further, the method further comprises the steps of: judging whether the first application or the second application is updated, if the first application or the second application is updated, automatically executing the jump parameters related to the first application or the second application in the code base, judging whether the jump parameters of the first application or the second application are changed, and if the jump parameters are changed, generating new jump parameters.
Further, the "calculating the running resources required for executing the target action of jumping to the second application according to the execution parameters" further includes the steps of: and calculating the operation resources required by executing the target action of the jump to the second application according to the program operation track of the second application.
In order to solve the technical problems, the invention also provides a storage device, which comprises the following specific technical scheme:
a storage device having stored therein a set of instructions for performing: acquiring an execution parameter of a second application when the first application jumps to the second application;
Calculating operation resources required by executing the target action of the jump to the second application according to the execution parameters;
Extracting the operation resources and storing the operation resources into a code base;
according to the execution parameters, interface data of a target action which jumps to a second application is obtained, an interface function is generated according to the interface data, and the interface function is stored in the code library;
Generating new jump parameters according to the operation resources and the interface functions;
The execution parameters include one or more of the following: the opening mode of the second application and the program running track of the second application;
the interface data includes one or more of the following: interface method, parameters;
the new jump parameters include: jump program and action code.
Further, the set of instructions is further configured to perform: responding to an instruction of a first application to jump to a second application, newly starting a thread in a process of the first application, and running the jumping program in the thread.
Further, the set of instructions is further configured to perform: and storing the new jump parameters into the code base, and establishing an index according to the application name and the jump.
Further, the set of instructions is further configured to perform: judging whether the first application or the second application is updated, if the first application or the second application is updated, automatically executing the jump parameters related to the first application or the second application in the code base, judging whether the jump parameters of the first application or the second application are changed, and if the jump parameters are changed, generating new jump parameters.
Further, the set of instructions is further configured to perform: the "calculating the running resource required for executing the target action of jumping to the second application according to the execution parameter" further includes the steps of: and calculating the operation resources required by executing the target action of the jump to the second application according to the program operation track of the second application.
The beneficial effects of the invention are as follows: the method comprises the steps that execution parameters of a second application are obtained when a first application jumps to the second application; calculating operation resources required by executing the target action of the jump to the second application according to the execution parameters; extracting the operation resources and storing the operation resources into a code base; according to the execution parameters, interface data of a target action which jumps to a second application is obtained, an interface function is generated according to the interface data, and the interface function is stored in the code library; generating new jump parameters according to the operation resources and the interface functions; the execution parameters include one or more of the following: the opening mode of the second application and the program running track of the second application; the interface data includes one or more of the following: interface method, parameters; the new jump parameters include: jump program and action code. Because the new jump parameter only contains the operation resources required by executing the target action of jumping to the second application, all the resources are not required to operate, thereby greatly saving the operation time and reducing the power consumption. And the generated codes are directly stored in a code library in the whole process, and the codes are directly executed when the next jump is carried out, so that the development of page codes is not needed, and the efficiency is greatly improved.
Further, a thread is newly started in the process of the first application by responding to an instruction of the first application to jump to the second application, and the jump program is operated in the thread. Thus, after the user performs the target action of the second application, the last page of the first application can be returned quickly by closing the thread. And the second application does not need to be closed, so that the user experience is greatly improved.
Further, the new jump parameters are stored in the code base, and an index is established according to the application name and the jump. When the application performs the jump operation next time, the application can be directly loaded into the jump program from the code base for use, so that new jump parameters do not need to be learned and generated again, and the time is greatly saved.
Further, whether the jump parameter of the first application changes or not is judged by judging whether the first application is updated, if so, the jump parameter related to the first application in the code base is automatically executed, and if so, a new jump parameter is generated; and judging whether the second application is updated, if so, automatically executing the jump parameters related to the second application in the code library, judging whether the jump parameters of the second application are changed, and if so, generating new jump parameters. And ensuring the accuracy of the jump program and the completion action after the application is updated.
Drawings
Fig. 1 is a flowchart of a method for implementing a jump in a 5G mobile terminal according to an embodiment;
Fig. 2 is a schematic block diagram of a memory device according to an embodiment.
Reference numerals illustrate:
200. A storage device.
Detailed Description
In order to describe the technical content, constructional features, achieved objects and effects of the technical solution in detail, the following description is made in connection with the specific embodiments in conjunction with the accompanying drawings.
Referring to fig. 1, in this embodiment, a method for application skip of a 5G mobile terminal may be applied to a storage device, where the storage device includes but is not limited to: network equipment, embedded equipment, programmable equipment, intelligent mobile terminals, intelligent home equipment, wearable intelligent equipment and the like. In this embodiment, a mobile phone will be described as an example.
The core technical idea of the technical scheme is as follows: by realizing the learning component on the mobile phone system, when the first application jumps to the second application, the learning component can acquire the execution parameters of the second application, acquire the necessary operation resources required by the target action of executing the second application according to the execution parameters, interface data and the like, generate new jump parameters, and directly execute the jump according to the new jump parameters when the same jump is executed next time, thereby greatly saving the jump time, saving the system resources and greatly reducing the electric quantity loss.
The specific implementation is as follows:
step S101: and acquiring the execution parameters of the second application when the first application jumps to the second application.
Step S102: and calculating the running resources required by executing the target action of the jump to the second application according to the execution parameters.
Step S103: and extracting the operation resources and storing the operation resources into a code base.
Step S104: and executing the interface data of the target action which jumps to the second application according to the execution parameters.
Step S105: and generating an interface function according to the interface data, and storing the interface function to the code library.
Step S106: generating new jump parameters according to the operation resources and the interface functions; the execution parameters include one or more of the following: the opening mode of the second application and the program running track of the second application; the interface data includes one or more of the following: interface method, parameters; the new jump parameters include: jump program and action code.
The steps can be specifically as follows: for example, the first application jumps to the second application to complete the check-in action of the second application, and the check-in action jumps to the target action of the second application. And in the process that the first application opens the second application for the first time to finish the check-in action, the learning component records the target action and records the program running track of the second application for finishing the target action. In this embodiment, the learning component is an independent component, and operates on a system layer of the mobile phone, and when an application jump occurs, the learning component directly monitors a running track of an application bottom layer, where the content includes one or more of the following: the method calls time, specifically called method, and writes the content into the queue. For example: time point 1, call org. Xxx. Method 1; at time point 2, com. Xxx. Method 2 is invoked. And then acquiring resources such as code packages, pictures and the like required by the corresponding application according to java package information of the calling method. And calculating the operation resources required by completing the target action according to the program operation track of the second application. Such as: the second application enters the check-in page from start to finish the check-in prompt, and there may be 100 enabled resources, but only 20 running resources are really needed for finishing the check-in action.
The learning component records and extracts the 20 running resources and stores them in the code base. And extracting an interface method and parameters of the second application required to be called for completing the sign-in action according to the data recorded by the program running track of the second application, automatically generating corresponding interface functions, and putting the interface functions in a code library together.
Generating new jump parameters according to the running resource and the interface function, wherein the new jump parameters comprise: jump program and action code.
To ensure the accuracy of the new jump parameters, the steps may further comprise: and (3) completing the simulation test on the mobile phone, and generating a formal jump program and action codes after the test is passed.
The method comprises the steps that execution parameters of a second application are obtained when a first application jumps to the second application; calculating operation resources required by executing the target action of the jump to the second application according to the execution parameters; extracting the operation resources and storing the operation resources into a code base; according to the execution parameters, interface data of a target action which jumps to a second application is obtained, an interface function is generated according to the interface data, and the interface function is stored in the code library; generating new jump parameters according to the operation resources and the interface functions; the execution parameters include one or more of the following: the opening mode of the second application and the program running track of the second application; the interface data includes one or more of the following: interface method, parameters; the new jump parameters include: jump program and action code. Because the new jump parameter only contains the operation resources required by executing the target action of jumping to the second application, all the resources are not required to operate, thereby greatly saving the operation time and reducing the power consumption. And the generated codes are directly stored in a code library in the whole process, and the codes are directly executed when the next jump is carried out, so that the development of page codes is not needed, and the efficiency is greatly improved.
Further, the method further comprises the steps of: responding to an instruction of a first application to jump to a second application, newly starting a thread in a process of the first application, and running the jumping program in the thread. The method comprises the following steps: when the user finishes the check-in action and clicks back, the thread is directly closed, and the last page of the first application can be quickly returned. And the second application does not need to be closed, so that the user experience is greatly improved.
In order to ensure that the following users can finish the same jumping action quickly. Further, the method further comprises the steps of: and storing the new jump parameters into the code base, and establishing an index according to the application name and the jump. The method comprises the following steps: the mobile phone system realizes a code base, stores the automatically generated codes, and makes a record of unique index according to the application name and the jump action, so that the code base can be directly loaded into the jump program for use when the application makes the jump action next time, and the re-learning is not needed.
Further, the method further comprises the steps of: judging whether the first application or the second application is updated, if the first application or the second application is updated, automatically executing the jump parameters related to the first application or the second application in the code base, judging whether the jump parameters of the first application or the second application are changed, and if the jump parameters are changed, generating new jump parameters. The following three conditions are specifically mentioned:
Monitoring whether the first application or the second application is updated in real time or regularly, if the first application is updated and the second application is not updated, automatically executing a jump program and an action code related to the first application in the code library, judging whether the jump program and the action code related to the first application can be normally executed as before, and if the jump program and the action code are found to be changed in the execution process, repeating the steps: acquiring an execution parameter of a second application when the first application jumps to the second application; calculating operation resources required by executing the target action of the jump to the second application according to the execution parameters; extracting the operation resources and storing the operation resources into a code base; according to the execution parameters, executing interface data of the target action which jumps to the second application; generating an interface function according to the interface data, and storing the interface function to the code library; and generating new jump parameters according to the operation resources and the interface function. Such as: clicking the a button of the first application will jump to check-in of the second application, and clicking the a button of the first application may jump to other functions of the second application, and then the above steps are repeated to generate new jump parameters.
Similarly, if the second application is updated, the jump program and the action code related to the second application in the code library need to be automatically executed, whether the jump program and the action code related to the second application can be normally executed as before is judged, and if the jump program and the action code are found to be changed in the execution process, the steps are repeated: acquiring an execution parameter of a second application when the first application jumps to the second application; calculating operation resources required by executing the target action of the jump to the second application according to the execution parameters; extracting the operation resources and storing the operation resources into a code base; according to the execution parameters, executing interface data of the target action which jumps to the second application; generating an interface function according to the interface data, and storing the interface function to the code library; and generating new jump parameters according to the operation resources and the interface function.
If the first application and the second application are updated simultaneously, automatically executing the jump program and the action code related to the first application and the jump program and the action code related to the second application in the code library, judging whether the jump program and the action code related to the first application can be normally executed as the original, and whether the jump program and the action code related to the second application can be normally executed as the original, if the jump program and the action code related to the second application are found to be changed in the execution process, repeating the steps: acquiring an execution parameter of a second application when the first application jumps to the second application; calculating operation resources required by executing the target action of the jump to the second application according to the execution parameters; extracting the operation resources and storing the operation resources into a code base; according to the execution parameters, executing interface data of the target action which jumps to the second application; generating an interface function according to the interface data, and storing the interface function to the code library; and generating new jump parameters according to the operation resources and the interface function.
Further, the "calculating the running resources required for executing the target action of jumping to the second application according to the execution parameters" further includes the steps of: and calculating the operation resources required by executing the target action of the jump to the second application according to the program operation track of the second application.
Referring to fig. 2, a specific implementation of the storage device 200 is as follows:
A storage device 200 having stored therein a set of instructions for performing: acquiring an execution parameter of a second application when the first application jumps to the second application;
Calculating operation resources required by executing the target action of the jump to the second application according to the execution parameters;
Extracting the operation resources and storing the operation resources into a code base;
according to the execution parameters, interface data of a target action which jumps to a second application is obtained, an interface function is generated according to the interface data, and the interface function is stored in the code library;
Generating new jump parameters according to the operation resources and the interface functions;
The execution parameters include one or more of the following: the opening mode of the second application and the program running track of the second application;
the interface data includes one or more of the following: interface method, parameters;
the new jump parameters include: jump program and action code.
In this embodiment, the learning component is an independent component, and operates on a system layer of the mobile phone, and when an application jump occurs, the learning component directly monitors a running track of an application bottom layer, where the content includes one or more of the following: the method calls time, specifically called method, and writes the content into the queue. For example: time point 1, call org. Xxx. Method 1; at time point 2, com. Xxx. Method 2 is invoked. And then acquiring resources such as code packages, pictures and the like required by the corresponding application according to java package information of the calling method.
The specific steps are as follows: for example, the first application jumps to the second application to complete the check-in action of the second application, and the check-in action jumps to the target action of the second application. And in the process that the first application opens the second application for the first time to finish the check-in action, the learning component records the target action and records the program running track of the second application for finishing the target action. And calculating the operation resources required by completing the target action according to the program operation track of the second application. Such as: the second application enters the check-in page from start to finish the check-in prompt, and there may be 100 enabled resources, but only 20 running resources are really needed for finishing the check-in action.
The learning component records and extracts the 20 running resources and stores them in the code base. And extracting an interface method and parameters of the second application required to be called for completing the sign-in action according to the data recorded by the program running track of the second application, automatically generating corresponding interface functions, and putting the interface functions in a code library together.
Generating new jump parameters according to the running resource and the interface function, wherein the new jump parameters comprise: jump program and action code.
To ensure the accuracy of the new jump parameters, the steps may further comprise: and (3) completing the simulation test on the mobile phone, and generating a formal jump program and action codes after the test is passed.
The method comprises the steps that execution parameters of a second application are obtained when a first application jumps to the second application; calculating operation resources required by executing the target action of the jump to the second application according to the execution parameters; extracting the operation resources and storing the operation resources into a code base; according to the execution parameters, interface data of a target action which jumps to a second application is obtained, an interface function is generated according to the interface data, and the interface function is stored in the code library; generating new jump parameters according to the operation resources and the interface functions; the execution parameters include one or more of the following: the opening mode of the second application and the program running track of the second application; the interface data includes one or more of the following: interface method, parameters; the new jump parameters include: jump program and action code. Because the new jump parameter only contains the operation resources required by executing the target action of jumping to the second application, all the resources are not required to operate, thereby greatly saving the operation time and reducing the power consumption. And the generated codes are directly stored in a code library in the whole process, and the codes are directly executed when the next jump is carried out, so that the development of page codes is not needed, and the efficiency is greatly improved.
Further, the set of instructions is further configured to perform: responding to an instruction of a first application to jump to a second application, newly starting a thread in a process of the first application, and running the jumping program in the thread. The method comprises the following steps: when the user finishes the check-in action and clicks back, the thread is directly closed, and the last page of the first application can be quickly returned. And the second application does not need to be closed, so that the user experience is greatly improved.
In order to ensure that the following users can finish the same jumping action quickly. Further, the set of instructions is further configured to perform: and storing the new jump parameters into the code base, and establishing an index according to the application name and the jump. The method comprises the following steps: the mobile phone system realizes a code base, stores the automatically generated codes, and makes a record of unique index according to the application name and the jump action, so that the code base can be directly loaded into the jump program for use when the application makes the jump action next time, and the re-learning is not needed.
Further, the set of instructions is further configured to perform: judging whether the first application is updated, if so, automatically executing the jump parameter related to the first application in the code base, judging whether the jump parameter of the first application is changed, and if so, generating a new jump parameter;
And judging whether the second application is updated, if so, automatically executing the jump parameters related to the second application in the code library, judging whether the jump parameters of the second application are changed, and if so, generating new jump parameters. And ensuring the accuracy of the jump program and the completion action after the application is updated. The following three conditions are specifically mentioned:
Monitoring whether the first application or the second application is updated in real time or regularly, if the first application is updated and the second application is not updated, automatically executing a jump program and an action code related to the first application in the code library, judging whether the jump program and the action code related to the first application can be normally executed as before, and if the jump program and the action code are found to be changed in the execution process, repeating the steps: acquiring an execution parameter of a second application when the first application jumps to the second application; calculating operation resources required by executing the target action of the jump to the second application according to the execution parameters; extracting the operation resources and storing the operation resources into a code base; according to the execution parameters, executing interface data of the target action which jumps to the second application; generating an interface function according to the interface data, and storing the interface function to the code library; and generating new jump parameters according to the operation resources and the interface function. Such as: clicking the a button of the first application will jump to check-in of the second application, and clicking the a button of the first application may jump to other functions of the second application, and then the above steps are repeated to generate new jump parameters.
Similarly, if the second application is updated, the jump program and the action code related to the second application in the code library need to be automatically executed, whether the jump program and the action code related to the second application can be normally executed as before is judged, and if the jump program and the action code are found to be changed in the execution process, the steps are repeated: acquiring an execution parameter of a second application when the first application jumps to the second application; calculating operation resources required by executing the target action of the jump to the second application according to the execution parameters; extracting the operation resources and storing the operation resources into a code base; according to the execution parameters, executing interface data of the target action which jumps to the second application; generating an interface function according to the interface data, and storing the interface function to the code library; and generating new jump parameters according to the operation resources and the interface function.
If the first application and the second application are updated simultaneously, automatically executing the jump program and the action code related to the first application and the jump program and the action code related to the second application in the code library, judging whether the jump program and the action code related to the first application can be normally executed as the original, and whether the jump program and the action code related to the second application can be normally executed as the original, if the jump program and the action code related to the second application are found to be changed in the execution process, repeating the steps: acquiring an execution parameter of a second application when the first application jumps to the second application; calculating operation resources required by executing the target action of the jump to the second application according to the execution parameters; extracting the operation resources and storing the operation resources into a code base; according to the execution parameters, executing interface data of the target action which jumps to the second application; generating an interface function according to the interface data, and storing the interface function to the code library; and generating new jump parameters according to the operation resources and the interface function.
Further, the set of instructions is further configured to perform: the "calculating the running resource required for executing the target action of jumping to the second application according to the execution parameter" further includes the steps of: and calculating the operation resources required by executing the target action of the jump to the second application according to the program operation track of the second application.
It should be noted that, although the foregoing embodiments have been described herein, the scope of the present invention is not limited thereby. Therefore, based on the innovative concepts of the present invention, alterations and modifications to the embodiments described herein, or equivalent structures or equivalent flow transformations made by the present description and drawings, apply the above technical solution, directly or indirectly, to other relevant technical fields, all of which are included in the scope of the invention.

Claims (8)

1. A method for application hopping of a 5G mobile terminal, comprising the steps of:
Acquiring an execution parameter of a second application when the first application jumps to the second application;
Calculating operation resources required by executing the target action of the jump to the second application according to the execution parameters;
Extracting the operation resources and storing the operation resources into a code base;
according to the execution parameters, executing interface data of the target action which jumps to the second application;
generating an interface function according to the interface data, and storing the interface function to the code library;
Generating new jump parameters according to the operation resources and the interface functions;
The execution parameters include one or more of the following: the opening mode of the second application and the program running track of the second application;
the interface data includes one or more of the following: interface method, parameters;
The new jump parameters include: jump program and action code;
and storing the new jump parameters into the code base, and establishing an index according to the application name and the jump.
2. The method for application hopping of a 5G mobile terminal of claim 1, further comprising the steps of:
Responding to an instruction of a first application to jump to a second application, newly starting a thread in a process of the first application, and running the jumping program in the thread.
3. The method for application hopping of a 5G mobile terminal of claim 1, further comprising the steps of:
Judging whether the first application is updated, if so, automatically executing the jump parameter related to the first application in the code base, judging whether the jump parameter of the first application is changed, and if so, generating a new jump parameter;
and judging whether the second application is updated, if so, automatically executing the jump parameters related to the second application in the code library, judging whether the jump parameters of the second application are changed, and if so, generating new jump parameters.
4. The method for jumping to a 5G mobile terminal application according to claim 1, wherein "calculating the running resources required for executing the target action to jump to the second application according to the execution parameters" further comprises the steps of: and calculating the operation resources required by executing the target action of the jump to the second application according to the program operation track of the second application.
5. A storage device having stored therein a set of instructions for performing: acquiring an execution parameter of a second application when the first application jumps to the second application;
Calculating operation resources required by executing the target action of the jump to the second application according to the execution parameters;
Extracting the operation resources and storing the operation resources into a code base;
according to the execution parameters, interface data of a target action which jumps to a second application is obtained, an interface function is generated according to the interface data, and the interface function is stored in the code library;
Generating new jump parameters according to the operation resources and the interface functions;
The execution parameters include one or more of the following: the opening mode of the second application and the program running track of the second application;
the interface data includes one or more of the following: interface method, parameters;
The new jump parameters include: jump program and action code;
and storing the new jump parameters into the code base, and establishing an index according to the application name and the jump.
6. The storage device of claim 5, wherein the set of instructions is further configured to perform:
Responding to an instruction of a first application to jump to a second application, newly starting a thread in a process of the first application, and running the jumping program in the thread.
7. The storage device of claim 5, wherein the set of instructions is further configured to perform:
Judging whether the first application is updated, if so, automatically executing the jump parameter related to the first application in the code base, judging whether the jump parameter of the first application is changed, and if so, generating a new jump parameter;
and judging whether the second application is updated, if so, automatically executing the jump parameters related to the second application in the code library, judging whether the jump parameters of the second application are changed, and if so, generating new jump parameters.
8. The storage device of claim 5, wherein the set of instructions is further configured to perform: the "calculating the running resource required for executing the target action of jumping to the second application according to the execution parameter" further includes the steps of: and calculating the operation resources required by executing the target action of the jump to the second application according to the program operation track of the second application.
CN202011210417.2A 2020-11-03 2020-11-03 Method and storage device for 5G mobile terminal application jump Active CN112416544B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011210417.2A CN112416544B (en) 2020-11-03 2020-11-03 Method and storage device for 5G mobile terminal application jump

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011210417.2A CN112416544B (en) 2020-11-03 2020-11-03 Method and storage device for 5G mobile terminal application jump

Publications (2)

Publication Number Publication Date
CN112416544A CN112416544A (en) 2021-02-26
CN112416544B true CN112416544B (en) 2024-04-19

Family

ID=74827358

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011210417.2A Active CN112416544B (en) 2020-11-03 2020-11-03 Method and storage device for 5G mobile terminal application jump

Country Status (1)

Country Link
CN (1) CN112416544B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160335231A1 (en) * 2015-05-15 2016-11-17 Alibaba Group Holding Limited Application page quick access
CN106528657A (en) * 2016-10-19 2017-03-22 广东欧珀移动通信有限公司 Control method and device for browser skipping to application program
CN107818107A (en) * 2016-09-12 2018-03-20 平安科技(深圳)有限公司 The method and apparatus for controlling page jump
CN110727469A (en) * 2018-06-29 2020-01-24 珠海市魅族科技有限公司 Terminal device control method and device, application program configuration file packaging method, terminal device and computer readable storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160335231A1 (en) * 2015-05-15 2016-11-17 Alibaba Group Holding Limited Application page quick access
CN107818107A (en) * 2016-09-12 2018-03-20 平安科技(深圳)有限公司 The method and apparatus for controlling page jump
CN106528657A (en) * 2016-10-19 2017-03-22 广东欧珀移动通信有限公司 Control method and device for browser skipping to application program
CN110727469A (en) * 2018-06-29 2020-01-24 珠海市魅族科技有限公司 Terminal device control method and device, application program configuration file packaging method, terminal device and computer readable storage medium

Also Published As

Publication number Publication date
CN112416544A (en) 2021-02-26

Similar Documents

Publication Publication Date Title
CN111124906B (en) Tracking method, compiling method and device based on dynamic embedded points and electronic equipment
CN109670951B (en) Block chain intelligent contract debugging and publishing method and system
CN108415826B (en) Application testing method, terminal device and computer readable storage medium
CN113076253A (en) Test method and test device
CN111695827A (en) Business process management method and device, electronic equipment and storage medium
CN113986402A (en) Function calling method and device, electronic equipment and storage medium
CN110046100B (en) Packet testing method, electronic device and medium
CN110598419A (en) Block chain client vulnerability mining method, device, equipment and storage medium
CN112416544B (en) Method and storage device for 5G mobile terminal application jump
CN112035676A (en) User operation behavior knowledge graph construction method and device
CN112632113B (en) Operator management method and operator management system
CN114020278B (en) Data processing method, device, equipment and storage medium
CN110262790B (en) Component generation method and device, storage medium and terminal equipment
CN110046141B (en) Data storage method and system based on data playback
CN113742212A (en) New and old system migration test method and device
CN113448585A (en) Optimization method and device for thread pool, electronic equipment and storage medium
CN112612474A (en) Product transplanting method and device, storage medium and electronic equipment
CN106570143B (en) Method and device for sending response object
CN116974653B (en) Class loading method and system
CN113127010B (en) Application management method and device, electronic equipment and storage medium
CN116185425B (en) Event flow arrangement method, device, equipment and medium based on node combination
CN113590166B (en) Application program updating method and device and computer readable storage medium
CN114115884B (en) Method and related device for managing programming service
CN112965704A (en) Service application execution method and system and electronic equipment
Femminella et al. A software architecture for simplifying the JSLEE service design and creation

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