CN112631689A - Application program loading method and device and computer storage medium - Google Patents

Application program loading method and device and computer storage medium Download PDF

Info

Publication number
CN112631689A
CN112631689A CN202110003160.1A CN202110003160A CN112631689A CN 112631689 A CN112631689 A CN 112631689A CN 202110003160 A CN202110003160 A CN 202110003160A CN 112631689 A CN112631689 A CN 112631689A
Authority
CN
China
Prior art keywords
subprogram
loading
configuration data
target
code file
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.)
Pending
Application number
CN202110003160.1A
Other languages
Chinese (zh)
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.)
Beijing ByteDance Network Technology Co Ltd
Original Assignee
Beijing ByteDance Network Technology 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 Beijing ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to CN202110003160.1A priority Critical patent/CN112631689A/en
Publication of CN112631689A publication Critical patent/CN112631689A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • 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/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04817Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance using icons

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)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present disclosure provides a method, an apparatus, and a computer storage medium for application program loading, wherein the method includes: responding to a loading request aiming at the target subprogram in the host program, and loading a code file and running configuration data of the target subprogram; and after the code file and the operation configuration data are loaded, rendering a subprogram interface of the target subprogram according to the code file and the operation configuration data, and loading subprogram resources related to the subprogram interface. In the embodiment of the disclosure, the white screen loading interface is not displayed to the user after the user clicks the target subprogram icon, but the code file and the running configuration data are loaded before the program interface is displayed, and the subprogram interface of the target subprogram rendered according to the code file and the running configuration data is displayed to the user after the code file and the running configuration data of the target subprogram are loaded, so that the display process of the white screen interface is avoided.

Description

Application program loading method and device and computer storage medium
Technical Field
The present disclosure relates to the field of internet technologies, and in particular, to a method, an apparatus, and a system for loading an application program.
Background
With the development of internet technology, in order to meet the entertainment demand of users, games can be developed as small programs that can run on a target application (i.e., a host application); when the user sees the applet interested in the target application program, the user can click the icon of the applet and load the applet.
However, due to the limitation of network conditions, after the user clicks the icon of the applet, the user may be presented with a white screen loading interface after entering the applet interface, the user needs to wait for a long time to see the user interaction interface of the applet, and the user can only perform other downloading operations after closing the white screen loading interface.
Disclosure of Invention
The embodiment of the disclosure at least provides an application program loading method, an application program loading device and a computer storage medium, which are used for solving the problem of long waiting time of a white screen interface of a loaded small program.
In a first aspect, an embodiment of the present disclosure provides an application program loading method, including:
responding to a loading request aiming at a target subprogram in a host program, and loading a code file and running configuration data of the target subprogram; the code file of the target subprogram comprises code for running basic functions of the target subprogram; the running configuration data comprises basic parameters required for starting the target subprogram;
and after the code file and the running configuration data are loaded, rendering a subprogram interface of the target subprogram according to the code file and the running configuration data, and loading subprogram resources related to the subprogram interface.
In one possible embodiment, loading the code file and the running configuration data of the target subprogram in response to a load request for the target subprogram in the host program includes:
after the loading request is obtained, adding the identification information of the target subprogram into a subprogram loading queue; the subprogram loading queue is used for storing identification information of subprograms to be loaded;
and sequentially loading the code files and the running configuration data of the subprograms to be loaded according to the sequence relation of the identification information of the subprograms stored in the subprogram loading queue.
In one possible embodiment, loading the code file and the running configuration data of the target subprogram in response to a load request for the target subprogram in the host program includes: after the loading request is obtained, the loading priority of the target subprogram is configured according to the attribute information of the target subprogram, so that the code file and the running configuration data of the target subprogram are loaded based on the loading priority.
In one possible embodiment, loading the code file and the running configuration data of the target subprogram in response to a load request for the target subprogram in the host program includes:
in response to the loading request, adding the identification information of the target subprogram to a subprogram loading queue; suspending the loading process of other subprograms to be loaded in the subprogram loading queue, and starting the loading of the target subprogram; and after the code file and the running configuration data of the target subprogram are loaded, recovering the loading process of other subprograms to be loaded in the subprogram loading queue.
In one possible embodiment, the method further comprises: and in the process of loading the code file of the target subprogram and running the configuration data, displaying the subprogram loading progress corresponding to the target subprogram.
In one possible embodiment, loading a sub-program resource associated with the sub-program interface includes:
and loading program resources associated with user operation and resource files for displaying in the sub-program interface.
In one possible embodiment, the target sub-program is a game program; after the code file and the running configuration data are loaded, rendering a subprogram interface of the target subprogram according to the code file and the running configuration data, and loading subprogram resources related to the subprogram interface, wherein the steps comprise:
after the code file and the running configuration data of the game program are loaded, rendering a game interface of the game program according to the code file and the running configuration data of the game program, and loading a game operation logic code of the game program and pictures and/or texts for displaying on the game interface of the game program.
In a second aspect, an embodiment of the present disclosure further provides an apparatus for loading an application program, including:
the first loading module is used for responding to a loading request aiming at the target subprogram in the host program and loading the code file and the running configuration data of the target subprogram; the code file of the target subprogram comprises code for running basic functions of the target subprogram; the running configuration data comprises basic parameters required for starting the target subprogram;
and the second loading module is used for rendering a subprogram interface of the target subprogram according to the code file and the running configuration data after the code file and the running configuration data are loaded, and loading subprogram resources related to the subprogram interface.
In a possible implementation manner, the first loading module is specifically configured to add identification information of a target subprogram into a subprogram loading queue after the loading request is obtained; the subprogram loading queue is used for storing identification information of subprograms to be loaded; and sequentially loading the code files and the running configuration data of the subprograms to be loaded according to the sequence relation of the identification information of the subprograms stored in the subprogram loading queue.
In a possible implementation manner, the first loading module is specifically configured to configure, after the loading request is obtained, a loading priority of the target subprogram according to the attribute information of the target subprogram, so as to load a code file and running configuration data of the target subprogram based on the loading priority.
In a possible implementation manner, the first loading module is specifically configured to add, in response to the loading request, the identification information of the target subprogram to a subprogram loading queue; suspending the loading process of other subprograms to be loaded in the subprogram loading queue, and starting the loading of the target subprogram; and after the code file and the running configuration data of the target subprogram are loaded, recovering the loading process of other subprograms to be loaded in the subprogram loading queue.
In a possible embodiment, the apparatus further comprises: and the display module is used for displaying the subprogram loading progress corresponding to the target subprogram in the process of loading the code file of the target subprogram and running the configuration data.
In a possible implementation manner, the second loading module is specifically configured to load a program resource associated with a user operation and a resource file for displaying in the sub program interface.
In one possible embodiment, the target sub-program is a game program; the second loading module is specifically configured to, after the code file and the running configuration data of the game program are loaded, render a game interface of the game program according to the code file and the running configuration data of the game program, and load a game operation logic code of the game program and a picture and/or a text for displaying on the game interface of the game program.
In a third aspect, this disclosure also provides a computer device, a processor, and a memory, where the memory stores machine-readable instructions executable by the processor, and the processor is configured to execute the machine-readable instructions stored in the memory, and when the machine-readable instructions are executed by the processor, the machine-readable instructions are executed by the processor to perform the steps in the first aspect or any one of the possible implementations of the first aspect.
In a fourth aspect, this disclosure also provides a computer-readable storage medium having a computer program stored thereon, where the computer program is executed to perform the steps in the first aspect or any one of the possible implementation manners of the first aspect.
The method, the device and the computer storage medium for loading the application program respond to a loading request for a target subprogram in a host program, load a code file and running configuration data of the target subprogram, render a subprogram interface of the target subprogram according to the code file and the running configuration data after the code file and the running configuration data of the target subprogram are loaded, and load subprogram resources related to the subprogram interface; the code files and the running configuration data of the target subprogram are loaded in a front-end mode, the code files and the running configuration data of the target subprogram are loaded firstly, and then the rendered subprogram interface of the target subprogram is displayed, so that the displayed subprogram interface can be rendered according to the code files and the running configuration data, the displayed subprogram interface is not a white screen interface any more, a user can perform related interactive operation aiming at the displayed subprogram interface, and in the process of loading the code files and the running data, the user can perform other operations on the host program at the same time, so that the white screen waiting time of the user is reduced, and the operation experience of the user is improved.
In addition, the embodiment of the disclosure also improves the downloading mode of a plurality of subprograms, and can adopt a loading priority setting or queue-insertion downloading mode, and after a user selects a subprogram to be downloaded most recently, when the downloading heat of the subprogram is higher and/or the promotion demand level is higher, a higher loading priority is set for the subprogram so as to load the subprogram preferentially; or, after the user selects a subprogram to be downloaded newly, the subprogram selected by the user newly can be considered as the subprogram most interested currently, and the preferential loading of the subprogram can be ensured by suspending the loading of the subprograms except the subprogram in the subprogram loading queue, so that the downloading requirement of the user is met.
For the description of the effects of the above-mentioned apparatus, computer device and computer-readable storage medium for loading application programs, reference is made to the description of the above-mentioned method for loading application programs, and details are not repeated here.
In order to make the aforementioned objects, features and advantages of the present disclosure more comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present disclosure, the drawings required for use in the embodiments will be briefly described below, and the drawings herein incorporated in and forming a part of the specification illustrate embodiments consistent with the present disclosure and, together with the description, serve to explain the technical solutions of the present disclosure. It is appreciated that the following drawings depict only certain embodiments of the disclosure and are therefore not to be considered limiting of its scope, for those skilled in the art will be able to derive additional related drawings therefrom without the benefit of the inventive faculty.
Fig. 1 is a flowchart illustrating a method for loading an application program according to an embodiment of the present disclosure;
fig. 2 is a schematic diagram illustrating a display interface in a target subroutine loading process in the method for loading an application program according to the embodiment of the present disclosure;
fig. 3 is a schematic diagram illustrating a presentation interface in another target subroutine loading process in the method for loading an application program according to the embodiment of the present disclosure;
FIG. 4 is a schematic diagram illustrating an apparatus for application loading according to an embodiment of the present disclosure;
fig. 5 shows a schematic diagram of a computer device provided by an embodiment of the present disclosure.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present disclosure more clear, the technical solutions of the embodiments of the present disclosure will be described clearly and completely with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are only a part of the embodiments of the present disclosure, not all of the embodiments. The components of embodiments of the present disclosure, as generally described and illustrated herein, may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present disclosure is not intended to limit the scope of the disclosure, as claimed, but is merely representative of selected embodiments of the disclosure. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the disclosure without making creative efforts, shall fall within the protection scope of the disclosure.
Research shows that due to the limitation of network conditions, a user may enter a white screen loading interface of a subprogram after clicking an icon of the subprogram (namely, an applet) which can be run by a target application program, the user needs to wait for a long time to see the loaded subprogram interface, and during the waiting period of the white screen interface, the user cannot perform other operations, so that the operation experience is poor. In addition, when a user downloads a plurality of sub programs, the sub programs are sequentially downloaded according to the downloading starting sequence, generally, the downloading of the subsequently started small programs can be completed only after the downloading of the sub programs which are started and downloaded in the front is completed, in addition, at most 2 sub programs can be downloaded in sequence, at this time, if the third sub program is clicked, the third sub program can be started to be loaded only after the downloading of the first two sub programs is completed, and the sub program which is selected by the user most recently is generally most interesting for the user at present.
Based on the above research, the embodiments of the present disclosure provide a method, an apparatus, and a computer storage medium for loading an application program, and the main improvement points include: 1. loading the code file and the running configuration data of the target subprogram in a front position, and loading the code file and the running configuration data of the target subprogram before showing a subprogram interface of the target subprogram; therefore, when the subprogram interface of the target subprogram is displayed, the subprogram interface rendered according to the code file and the running configuration data is displayed, the subprogram interface is not a white screen interface any more, a user can perform related interactive operation aiming at the displayed subprogram interface, and in the process of loading the code file and running the data, the user can simultaneously perform other operations on the host program; 2. setting loading priority or queue-insertion downloading mode; after a user selects a subprogram to be downloaded latest, when the downloading heat of the subprogram is higher and/or the promotion requirement level is higher, a higher loading priority is set for the subprogram to load the subprogram preferentially, or after the user selects a subprogram to be downloaded latest, the subprogram selected latest by the user can be considered as the subprogram which is most interesting to the user currently, and the preferential loading of the subprogram which is most interesting to the user currently can be ensured by suspending the loading of the subprograms which are to be loaded except the subprogram in the subprogram loading queue, so that the downloading requirement of the user is met.
The above-mentioned problems are found and solved by the present invention through practical and careful study, and therefore, the above-mentioned problems are found and hereinafter the present disclosure provides solutions to the above-mentioned problems, which should be a contribution of the inventors to the present disclosure in the disclosure.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
To facilitate understanding of the present embodiment, first, a method for loading an application disclosed in the embodiments of the present disclosure is described in detail, where an execution subject of the method for loading an application provided in the embodiments of the present disclosure is generally a computer device with certain computing capability, and the computer device includes, for example: a terminal device, which may be a User Equipment (UE), a mobile device, a User terminal, a cellular phone, a cordless phone, a Personal Digital Assistant (PDA), a handheld device, a computing device, a vehicle-mounted device, a wearable device, or other processing device. In some possible implementations, the method of application loading may be implemented by a processor calling computer readable instructions stored in a memory.
The following describes a method for loading an application program provided by the embodiment of the present disclosure by taking an execution subject as a terminal device as an example.
Example one
Referring to fig. 1, a flowchart of a method for loading an application provided in the embodiment of the present disclosure is shown, where the method includes steps S101 to S102, where:
s101, responding to a loading request aiming at a target subprogram in a host program, and loading a code file and running configuration data of the target subprogram; the code file of the target subprogram comprises code for running basic functions of the target subprogram; the operational configuration data includes basic parameters required for starting the target subroutine.
Wherein, the host program refers to a program for providing an operating environment for the target subprogram; the target sub-program may be an applet running in the host program, for example, some user-interactive applications such as a mini-game; the loading request represents a request for acquiring a code file and configuration data required by the target subprogram during running, and the loading request can include identification information of the target subprogram; the code file of the target subprogram can contain codes for running basic functions of the target subprogram, and can comprise script codes for assisting in making a display page; the running configuration data may include parameter information required to be configured for starting the target subprogram, and may include interface configuration data, version configuration data, user operation authority data, and the like.
Here, the code file and the operating configuration data storage location of the target subroutine are different.
In a specific implementation, a general subprogram load queue loads subprograms based on a first-in first-out loading principle, that is, subprogram identification information added into the subprogram load queue first is read first, and the subprograms are loaded one by one according to a reading sequence of the subprogram identification information, which is specifically described as follows: after a user triggers an icon of a target subprogram in a host program, terminal equipment acquires a loading request of the user for the target subprogram and adds identification information of the target subprogram into a subprogram loading queue; and sequentially loading the code files and the running configuration data of the subprograms to be loaded according to the sequence relation of the identification information of the subprograms stored in the subprogram loading queue.
The subprogram loading queue is used for storing identification information of subprograms to be loaded, and the subprogram loading queue can contain at least one subprogram identification information of a subprogram to be loaded with a corresponding code file and running configuration data; the identification information of the subprogram is the unique identification of each subprogram, and the identification information of the subprogram is used for distinguishing each subprogram running in the host program.
The code file and the running configuration data of the subprogram to be loaded are sequentially loaded according to the precedence order relationship of the identification information of the subprogram stored in the subprogram loading queue, that is, the subprogram to be loaded in the subprogram loading queue is loaded according to the first-in first-out loading principle of the subprogram, that is, the code file and the running configuration data of the subprogram which firstly adds the identification information of the subprogram into the subprogram loading queue are preferentially loaded, and after the code file and the running configuration data of the subprogram are loaded, the identification information of the subprogram is added into the code file and the running configuration data of the subprogram in the subprogram loading queue after the loading is finished.
In the above manner for performing subroutine loading based on the first-in-first-out loading rule of the subroutine loading queue, generally, the subroutine triggered first will preferentially add the identification information of the subroutine to the subroutine loading queue, and the identification information of the subroutine triggered later in the subroutine loading queue will be located behind the subroutine identification information of the subroutine triggered first, so that each subroutine to be loaded can be loaded according to the principle of triggering first and loading first.
When the network condition has limitation, the code files and the running configuration data of at most two subprograms can be loaded simultaneously in the subprogram loading queue, and the loading rule of the current subprogram loading queue comprises the following steps: according to the sequence of clicking the subprogram icons by the user, preferentially loading the code files and the operation configuration data of the subprogram clicked first by the user, and after the code files and the operation configuration data of the subprogram clicked first by the user are loaded, continuously loading the code files and the operation configuration data of the subprogram clicked later by the user; therefore, when two downloaded sub programs exist in the sub program loading queue, if the user clicks the icon of the third sub program, it is necessary to wait for the code file and the running configuration data corresponding to the two downloaded sub programs in the sub program loading queue to be loaded after the code file and the running configuration data are loaded. If the downloading heat corresponding to the third subprogram is high, or the promotion requirement is high, or the third subprogram is the subprogram which is most interested by the user currently, loading based on the mode cannot meet the requirement.
Therefore, in order to reduce the waiting time of the user, the embodiment of the present disclosure improves the downloading manner of multiple subprograms in the subprogram loading queue, and after the user newly selects one subprogram to be downloaded, a loading priority may be set for the subprogram according to the attribute information of the subprogram (i.e., the downloading heat, the promotion demand level, etc.), and the subprogram is loaded according to the loading priority; or, the subprogram newly selected by the user may be considered as the subprogram which is most interested by the user currently, and the preferential loading of the subprogram may be ensured in a manner of suspending the loading progress of the subprograms to be loaded except the subprogram in the loading queue of the subprogram, so as to meet the loading requirement of the user.
In a possible implementation manner, a user triggers an icon of a target subprogram in a host program, and after acquiring a loading request of the user for the target subprogram, a terminal device may configure a loading priority of the target subprogram according to attribute information of the target subprogram, and load code files and running configuration data of the target subprogram and other subprograms to be loaded in a subprogram loading queue according to the loading priority.
Generally, each subprogram in the subprogram loading queue is loaded in descending order according to the loading priority, that is, the code file and the running configuration data of the subprogram to be loaded with higher priority are loaded preferentially, and after the code file and the running configuration data of the subprogram to be loaded with higher priority are loaded, the code file and the running configuration data of other subprograms to be loaded with lower priority in the subprogram loading queue are loaded again; the method can also configure the downloading speed of the subprogram to be loaded with higher loading priority to the fastest downloading speed (that is, the allocated bandwidth resources are the most, at this time, other subprograms to be loaded with lower loading priority in the subprogram loading queue can also be downloaded synchronously, but the allocated bandwidth resources for other subprograms to be loaded are reduced, and the downloading speed of other subprograms to be loaded is slowed down) by configuring the downloading speed of each subprogram to be loaded in the subprogram loading queue, and preferentially load the code file and the running configuration data of the subprogram to be loaded with higher loading priority in the subprogram loading queue.
Wherein, the attribute information of the subprogram can include download heat, promotion demand level, etc.; here, a higher loading priority is generally set for the sub-program with a higher downloading heat degree and/or a higher promotion demand level, so as to preferentially load the code file and the operation configuration data of the sub-program with a higher downloading heat degree and/or a higher promotion demand level.
The method for loading the subprogram based on the subprogram loading priority can load each subprogram to be loaded according to the principle that the subprogram with the high loading priority is loaded preferentially, and is suitable for the situation that when two subprograms which are being downloaded exist in a subprogram loading queue, if a user clicks an icon of a third subprogram at the moment, and the downloading heat corresponding to the third subprogram is high, and/or the promotion demand level corresponding to the third subprogram is high, the third subprogram with the high downloading heat and/or promotion demand level is loaded preferentially.
In a possible implementation manner, after the user newly selects a subprogram to be downloaded, the subprogram may be used as the subprogram that is most interested by the user currently, and the code file and the running configuration data of the subprogram are preferentially loaded in an inter-queue downloading manner, which is specifically described as follows: after acquiring a loading request for a target subprogram, the terminal device may add identification information of the target subprogram to a subprogram loading queue, suspend the loading progress of other subprograms to be loaded in the subprogram loading queue, and start loading of the target subprogram; and after the code file of the target subprogram and the running configuration data are loaded, restoring the loading process of other subprograms to be loaded in the subprogram loading queue.
Here, after the code file of the target subprogram and the running configuration data are loaded, the loading process of other subprograms to be loaded suspended in the subprogram loading queue can be resumed at the same time; the method can also preferentially load the subprogram which firstly adds the identification information of the subprogram into the subprogram loading queue according to the loading principle of the subprogram loading queue, and load the subprogram which then adds the identification information of the subprogram into the subprogram loading queue after the code file and the running configuration data of the subprogram are loaded; and loading the suspended subprograms to be loaded according to the loading priorities respectively corresponding to the other subprograms to be loaded.
In the method of adopting queue insertion downloading, the subprogram newly selected by the user is used as the subprogram which is most interested by the user currently, and other subprograms to be loaded except the subprogram which is most interested by the user currently in the loading queue of the subprograms are suspended, so that the preferential loading of the subprogram which is most interested by the user currently is ensured; the method is suitable for the situation that when two sub programs which are being downloaded exist in the sub program loading queue, if the user clicks the icon of the third sub program at the moment and the third sub program is the currently most interested sub program of the user, the currently most interested third sub program clicked by the user later is loaded preferentially.
In a possible implementation manner, the subprogram loading progress corresponding to the target subprogram can be displayed in the process of loading the code file of the target subprogram and running the configuration data, so that a user can know the subprogram loading progress corresponding to the target subprogram.
The subprogram loading progress refers to the completion degree of loading of the code file and the running configuration data in the subprogram, and can include the downloading progress of the code file and the running configuration data and the progress of configuring the downloaded code file according to the downloaded running configuration data; here, the completion degree may be expressed in percentage, and may include, for example, 10%, 15%, 20%, 30%, and the like.
Specifically, in the process of loading the code file of the target subprogram and running configuration data, the loading completion degree of the code file of the target subprogram and the running configuration data corresponding to the identification information of the target subprogram can be displayed to the user.
In specific implementation, if the code file and the running configuration data of the target subprogram are preferentially loaded in a mode of suspending loading of other subprograms to be loaded in the subprogram loading queue except the target subprogram, when the subprogram loading progress of the target subprogram is displayed, the subprogram loading progress and the suspension identifier of the other subprograms to be loaded during suspension can be displayed to a user; as an alternative embodiment, only the pause identifiers of the other suspended subroutines to be loaded may be presented to the user.
Here, after the code file and the running configuration data of the subprogram to be loaded, which are contained in the subprogram loading queue, are loaded, the identification information of the subprogram can be deleted from the subprogram loading queue; therefore, after the code file and the running configuration data of the target subprogram are loaded, the identification information of the target subprogram can be deleted from the subprogram loading queue.
For example, if the currently loaded subprogram in the subprogram load queue is: the subprogram 1, after a user browses the subprogram 2 in the host program and clicks the icon of the subprogram 2, adding the identification information of the subprogram 2 into a subprogram loading queue, and suspending the loading of the code file and the running configuration data of the subprogram 1; if the user browses the subprogram 3 in the host program at this time, and clicks the icon of the subprogram 3, the identification information of the subprogram 3 is added to the subprogram loading queue, and the loading of the code file and the running configuration data of the subprogram 2 is suspended, and in the process of loading the code file and the running configuration data of the subprogram 3, the loading completion degree 86% and the loading identification of the code file and the running configuration data of the subprogram 3 are displayed to the user, and a specific display interface may be as shown in fig. 2 (taking a terminal device as an example, here, 35% of the subprogram loading progress of the suspended subprogram 1, 48% of the subprogram loading progress of the subprogram 2 during suspension, and the suspension identification may be displayed to the user).
After the loading completion degree of the code file and the running configuration data of the subprogram 3 is 100%, deleting the subprogram identification information of the subprogram 3 from the subprogram loading queue, resuming to load the code file and the running configuration data of the subprogram 2, and in the process of loading the code file and the running configuration data of the subprogram 2, displaying the loading completion degree of the code file and the running configuration data of the subprogram 2, wherein a specific display interface may be as shown in fig. 3 (taking a terminal device as a mobile phone as an example, here, 35% of the subprogram loading progress and a pause identifier of the paused subprogram 1 may be displayed to a user; and 100% of the subprogram loading progress and the loading identifier of the subprogram 3 may be displayed to the user); and after the loading completion degree of the code file and the running configuration data of the subprogram 2 is 100%, deleting the subprogram identification information of the subprogram 2 from the subprogram loading queue, and recovering the code file and the running configuration data of the loaded subprogram 1.
In the embodiment of the disclosure, the downloading mode of a plurality of subprograms is improved, a mode of setting loading priority is adopted, and higher loading priority is set for the subprograms with higher downloading heat and higher promotion demand level selected by a user so as to load the subprograms preferentially; by adopting the queue-insertion downloading mode, after a user selects a subprogram to be downloaded latest, the subprogram selected latest by the user can be considered as the subprogram which is most interested currently, the preferential loading of the subprogram is ensured by suspending the mode of loading other subprograms to be loaded in the subprogram loading queue except the subprogram, so that the downloading requirement of the user is met, and in the subprogram loading process, the loading progress of the subprogram can be displayed to the user, so that the user can accurately know the loading progress of the subprogram.
In a specific implementation, after acquiring the code file and the operation configuration data required by the target sub-program during the operation through step S101, the terminal device may load the resource required by the target sub-program during the operation through step S102, which is described in detail as step S102 below.
S102, after the code file and the running configuration data are loaded, rendering a subprogram interface of the target subprogram according to the code file and the running configuration data, and loading subprogram resources related to the subprogram interface.
Wherein, the sub-program interface of the target sub-program can refer to the user interactive interface in the target sub-program.
In specific implementation, after successfully acquiring a code file and running configuration data of a target subprogram, a terminal device configures the code file of the target subprogram according to the running configuration data, runs the target subprogram after the configuration is completed, and renders and displays a user interaction interface in the target subprogram based on a JavaScript code in the loaded code file of the target subprogram when the target subprogram is run, and acquires a program resource associated with user operation in the user interaction interface and a resource file for displaying on the user interaction interface.
Here, the JavaScript code may represent script code that is used to facilitate making the presentation page.
The program resources associated with the user operation in the user interaction interface may include: subroutine operating logic code; the resource file for presentation at the user interaction interface may include: the user interaction interface needs resource files such as pictures, videos, audios, texts and the like.
In a possible implementation manner, when the target sub-program is a game program, after the game engine code, the game item code and the running configuration data corresponding to the game program are loaded, a game interface of the game program may be rendered according to the game engine code, the game item code and the running configuration data, and a game operation logic code of the game program and pictures and/or texts for displaying on the game interface of the game program may be loaded.
The running configuration data may include game program version data, permission information data of a user operating a game, a game program white list data, and current state information of the game program, where the current state information of the game program is used to represent whether the game program is off-shelf; the game operational logic code may include various logic within the game program, for example, may include various operational logic associated with the game program, such as virtual character release skill logic, scoring logic, virtual character engagement logic, and the like.
In the embodiment of the disclosure, the code file and the running configuration data of the target subprogram are loaded in a front-end manner, and before entering the subprogram interface of the target subprogram, the code file and the running configuration data of the target subprogram are loaded, so that when the subprogram interface of the target subprogram is displayed, the displayed subprogram interface can be a subprogram interface rendered according to the code file and the running configuration data, and is not a white screen interface any more, a user can perform related interactive operation aiming at the displayed subprogram interface, and in the process of loading the code file and the running data, the user can simultaneously perform other operations on the host program, so that the white screen waiting time of the user is reduced, and the operation experience of the user is improved.
It will be understood by those skilled in the art that in the method of the present invention, the order of writing the steps does not imply a strict order of execution and any limitations on the implementation, and the specific order of execution of the steps should be determined by their function and possible inherent logic.
Based on the same inventive concept, an application program loading device corresponding to the application program loading method is also provided in the embodiments of the present disclosure, and since the principle of solving the problem of the device in the embodiments of the present disclosure is similar to the method for loading the application program in the embodiments of the present disclosure, the implementation of the device may refer to the implementation of the method, and repeated details are not described again.
Example two
Referring to fig. 4, a schematic diagram of an apparatus 400 for loading an application according to an embodiment of the present disclosure is shown, where the apparatus includes: a first load module 401 and a second load module 402; wherein,
a first loading module 401, configured to respond to a loading request for a target subprogram in a host program, and load a code file and running configuration data of the target subprogram; the code file of the target subprogram comprises code for running basic functions of the target subprogram; the operational configuration data includes basic parameters required for starting the target subroutine.
A second loading module 402, configured to render a sub program interface of the target sub program according to the code file and the running configuration data after the code file and the running configuration data are loaded, and load a sub program resource associated with the sub program interface.
In the embodiment of the disclosure, a loading request for a target subprogram in a host program is responded, a code file and running configuration data of the target subprogram are loaded, and after the code file and the running configuration data of the target subprogram are loaded, a subprogram interface of the target subprogram is rendered according to the code file and the running configuration data, and a subprogram resource associated with the subprogram interface is loaded; the code file and the running configuration data of the target subprogram are loaded in a front position, and the code file and the running configuration data of the target subprogram are loaded before a subprogram interface of the target subprogram is displayed, so that when the subprogram interface of the target subprogram is displayed, the subprogram interface rendered according to the code file and the running configuration data is displayed, the subprogram interface is not a white screen interface any more, a user can perform related interactive operation aiming at the displayed subprogram interface, and in the process of loading the code file and the running data, the user can simultaneously perform other operations on a host program, so that the white screen waiting time of the user is reduced, and the operation experience of the user is improved.
In a possible implementation manner, the first loading module 401 is specifically configured to add the identification information of the target subprogram into a subprogram loading queue after the loading request is obtained; the subprogram loading queue is used for storing identification information of subprograms to be loaded; and sequentially loading the code files and the running configuration data of the subprograms to be loaded according to the sequence relation of the identification information of the subprograms stored in the subprogram loading queue.
In a possible implementation manner, the first loading module 401 is specifically configured to configure, after obtaining the loading request, a loading priority of the target subprogram according to the attribute information of the target subprogram, so as to load the code file and the running configuration data of the target subprogram based on the loading priority.
In a possible implementation manner, the first loading module 401 is specifically configured to add, in response to the loading request, the identification information of the target subprogram to a subprogram loading queue; suspending the loading process of other subprograms to be loaded in the subprogram loading queue, and starting the loading of the target subprogram; and after the code file and the running configuration data of the target subprogram are loaded, recovering the loading process of other subprograms to be loaded in the subprogram loading queue.
In a possible embodiment, the apparatus further comprises:
and the display module is used for displaying the subprogram loading progress corresponding to the target subprogram in the process of loading the code file of the target subprogram and running the configuration data.
In a possible implementation manner, the second loading module 402 is specifically configured to load a program resource associated with a user operation and a resource file for presentation in the sub program interface.
In one possible embodiment, the target sub-program is a game program; the second loading module 402 is specifically configured to, after the code file and the running configuration data of the game program are loaded, render a game interface of the game program according to the code file and the running configuration data of the game program, and load a game operation logic code of the game program and a picture and/or a text for displaying on the game interface of the game program.
In the embodiment of the disclosure, the downloading mode of a plurality of subprograms is improved, a mode of setting loading priority is adopted, and higher loading priority is set for the subprograms with higher downloading heat and higher promotion demand level selected by a user so as to load the subprograms preferentially; by adopting the queue-insertion downloading mode, after a user selects a subprogram to be downloaded latest, the subprogram selected latest by the user can be considered as the subprogram which is most interested currently, the preferential loading of the subprogram is ensured by suspending the mode of loading other subprograms to be loaded in the subprogram loading queue except the subprogram, so that the downloading requirement of the user is met, and in the subprogram loading process, the loading progress of the subprogram can be displayed to the user, so that the user can accurately know the loading progress of the subprogram.
The description of the processing flow of each module in the device and the interaction flow between the modules may refer to the related description in the above method embodiments, and will not be described in detail here.
Based on the same technical concept, the embodiment of the application also provides computer equipment. Referring to fig. 5, a schematic structural diagram of a computer device 500 provided in the embodiment of the present application includes a processor 501, a memory 502, and a bus 503. The memory 502 is used for storing execution instructions and includes a memory 5021 and an external memory 5022; the memory 5021 is also referred to as an internal memory, and is used for temporarily storing operation data in the processor 501 and data exchanged with an external storage 5022 such as a hard disk, the processor 501 exchanges data with the external storage 5022 through the memory 5021, and when the computer 500 operates, the processor 501 communicates with the storage 502 through the bus 503, so that the processor 501 executes the following instructions:
responding to a loading request aiming at a target subprogram in a host program, and loading a code file and running configuration data of the target subprogram; the code file of the target subprogram comprises code for running basic functions of the target subprogram; the running configuration data comprises basic parameters required for starting the target subprogram; and after the code file and the running configuration data are loaded, rendering a subprogram interface of the target subprogram according to the code file and the running configuration data, and loading subprogram resources related to the subprogram interface.
The specific processing flow of the processor 501 may refer to the description of the above method embodiment, and is not described herein again.
The embodiments of the present disclosure also provide a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program performs the steps of the method for loading the application program described in the above method embodiments. The storage medium may be a volatile or non-volatile computer-readable storage medium.
The embodiments of the present disclosure also provide a computer program product, where the computer program product carries a program code, and instructions included in the program code may be used to execute the steps of the method for loading an application program in the foregoing method embodiments, which may be referred to specifically in the foregoing method embodiments, and are not described herein again.
The computer program product may be implemented by hardware, software or a combination thereof. In an alternative embodiment, the computer program product is embodied in a computer storage medium, and in another alternative embodiment, the computer program product is embodied in a Software product, such as a Software Development Kit (SDK), or the like.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the system and the apparatus described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again. In the several embodiments provided in the present disclosure, it should be understood that the disclosed system, apparatus, and method may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present disclosure may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a non-volatile computer-readable storage medium executable by a processor. Based on such understanding, the technical solution of the present disclosure may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present disclosure. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
Finally, it should be noted that: the above-mentioned embodiments are merely specific embodiments of the present disclosure, which are used for illustrating the technical solutions of the present disclosure and not for limiting the same, and the scope of the present disclosure is not limited thereto, and although the present disclosure is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive of the technical solutions described in the foregoing embodiments or equivalent technical features thereof within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present disclosure, and should be construed as being included therein. Therefore, the protection scope of the present disclosure shall be subject to the protection scope of the claims.

Claims (10)

1. A method for application loading, comprising:
responding to a loading request aiming at a target subprogram in a host program, and loading a code file and running configuration data of the target subprogram; the code file of the target subprogram comprises code for running basic functions of the target subprogram; the running configuration data comprises basic parameters required for starting the target subprogram;
and after the code file and the running configuration data are loaded, rendering a subprogram interface of the target subprogram according to the code file and the running configuration data, and loading subprogram resources related to the subprogram interface.
2. The method of claim 1, wherein loading the code file and the running configuration data of the target subprogram in response to a load request for the target subprogram in the host program comprises:
after the loading request is obtained, adding the identification information of the target subprogram into a subprogram loading queue; the subprogram loading queue is used for storing identification information of subprograms to be loaded;
and sequentially loading the code files and the running configuration data of the subprograms to be loaded according to the sequence relation of the identification information of the subprograms stored in the subprogram loading queue.
3. The method of claim 1, wherein loading the code file and the running configuration data of the target subprogram in response to a load request for the target subprogram in the host program comprises:
after the loading request is obtained, the loading priority of the target subprogram is configured according to the attribute information of the target subprogram, so that the code file and the running configuration data of the target subprogram are loaded based on the loading priority.
4. The method of claim 1, wherein loading the code file and the running configuration data of the target subprogram in response to a load request for the target subprogram in the host program comprises:
in response to the loading request, adding the identification information of the target subprogram to a subprogram loading queue;
suspending the loading process of other subprograms to be loaded in the subprogram loading queue, and starting the loading of the target subprogram;
and after the code file and the running configuration data of the target subprogram are loaded, recovering the loading process of other subprograms to be loaded in the subprogram loading queue.
5. The method of any of claims 1 to 4, further comprising:
and in the process of loading the code file of the target subprogram and running the configuration data, displaying the subprogram loading progress corresponding to the target subprogram.
6. The method of claim 1, wherein loading a subroutine resource associated with the subroutine interface comprises:
and loading program resources associated with user operation and resource files for displaying in the sub-program interface.
7. The method of claim 1, wherein the target sub-program is a game program;
after the code file and the running configuration data are loaded, rendering a subprogram interface of the target subprogram according to the code file and the running configuration data, and loading subprogram resources related to the subprogram interface, wherein the steps comprise:
after the code file and the running configuration data of the game program are loaded, rendering a game interface of the game program according to the code file and the running configuration data of the game program, and loading a game operation logic code of the game program and pictures and/or texts for displaying on the game interface of the game program.
8. An apparatus for application loading, comprising:
the first loading module is used for responding to a loading request aiming at the target subprogram in the host program and loading the code file and the running configuration data of the target subprogram; the code file of the target subprogram comprises code for running basic functions of the target subprogram; the running configuration data comprises basic parameters required for starting the target subprogram;
and the second loading module is used for rendering a subprogram interface of the target subprogram according to the code file and the running configuration data after the code file and the running configuration data are loaded, and loading subprogram resources related to the subprogram interface.
9. A computer device, comprising: a processor, a memory storing machine readable instructions executable by the processor, the processor for executing the machine readable instructions stored in the memory, the processor performing the steps of the method of application loading of any of claims 1 to 7 when the machine readable instructions are executed by the processor.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a computer device, performs the steps of the method for application loading according to any one of claims 1 to 7.
CN202110003160.1A 2021-01-04 2021-01-04 Application program loading method and device and computer storage medium Pending CN112631689A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110003160.1A CN112631689A (en) 2021-01-04 2021-01-04 Application program loading method and device and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110003160.1A CN112631689A (en) 2021-01-04 2021-01-04 Application program loading method and device and computer storage medium

Publications (1)

Publication Number Publication Date
CN112631689A true CN112631689A (en) 2021-04-09

Family

ID=75291397

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110003160.1A Pending CN112631689A (en) 2021-01-04 2021-01-04 Application program loading method and device and computer storage medium

Country Status (1)

Country Link
CN (1) CN112631689A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113426127A (en) * 2021-06-18 2021-09-24 网易(杭州)网络有限公司 Game operation guiding method, device, equipment and storage medium
CN113888725A (en) * 2021-09-30 2022-01-04 北京城市网邻信息技术有限公司 Virtual reality interface loading method, device, equipment and medium
CN114237735A (en) * 2021-11-19 2022-03-25 中国建设银行股份有限公司 Application program loading method and device, computer equipment and storage medium
CN114327687A (en) * 2022-03-09 2022-04-12 恒生电子股份有限公司 Method, device and equipment for constructing sub-application in micro front-end mode and storage medium
CN114385257A (en) * 2021-12-02 2022-04-22 广州歌神信息科技有限公司 Program preheating method, device, electronic equipment and computer readable storage medium
CN115167325A (en) * 2022-08-23 2022-10-11 郑州华泰联合工业自动化有限公司 Intelligent processing control method, system, equipment and storage medium for cable

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109032691A (en) * 2018-06-25 2018-12-18 腾讯科技(深圳)有限公司 A kind of small routine operation method, device and storage medium
CN110244984A (en) * 2018-03-06 2019-09-17 腾讯科技(深圳)有限公司 Applied program processing method, device, storage medium and computer equipment
CN110750255A (en) * 2019-09-25 2020-02-04 支付宝(杭州)信息技术有限公司 Applet rendering method and device
CN111198730A (en) * 2018-10-30 2020-05-26 广州腾讯科技有限公司 Method, device, terminal and computer storage medium for starting sub-application program
CN111222062A (en) * 2020-01-09 2020-06-02 百度在线网络技术(北京)有限公司 Applet running method and device, electronic equipment and storage medium
CN111475259A (en) * 2020-04-02 2020-07-31 北京百度网讯科技有限公司 Applet loading method and device and electronic equipment
CN111741053A (en) * 2020-04-22 2020-10-02 百度在线网络技术(北京)有限公司 Data pre-downloading method, device, server, terminal and storage medium
CN111752697A (en) * 2020-07-29 2020-10-09 腾讯科技(深圳)有限公司 Application program running method, device, equipment and readable storage medium
CN111773704A (en) * 2020-07-31 2020-10-16 网易(杭州)网络有限公司 Game data processing method, game data processing device, storage medium, processor and electronic device

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110244984A (en) * 2018-03-06 2019-09-17 腾讯科技(深圳)有限公司 Applied program processing method, device, storage medium and computer equipment
CN109032691A (en) * 2018-06-25 2018-12-18 腾讯科技(深圳)有限公司 A kind of small routine operation method, device and storage medium
CN111198730A (en) * 2018-10-30 2020-05-26 广州腾讯科技有限公司 Method, device, terminal and computer storage medium for starting sub-application program
CN110750255A (en) * 2019-09-25 2020-02-04 支付宝(杭州)信息技术有限公司 Applet rendering method and device
CN111222062A (en) * 2020-01-09 2020-06-02 百度在线网络技术(北京)有限公司 Applet running method and device, electronic equipment and storage medium
CN111475259A (en) * 2020-04-02 2020-07-31 北京百度网讯科技有限公司 Applet loading method and device and electronic equipment
CN111741053A (en) * 2020-04-22 2020-10-02 百度在线网络技术(北京)有限公司 Data pre-downloading method, device, server, terminal and storage medium
CN111752697A (en) * 2020-07-29 2020-10-09 腾讯科技(深圳)有限公司 Application program running method, device, equipment and readable storage medium
CN111773704A (en) * 2020-07-31 2020-10-16 网易(杭州)网络有限公司 Game data processing method, game data processing device, storage medium, processor and electronic device

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113426127A (en) * 2021-06-18 2021-09-24 网易(杭州)网络有限公司 Game operation guiding method, device, equipment and storage medium
CN113888725A (en) * 2021-09-30 2022-01-04 北京城市网邻信息技术有限公司 Virtual reality interface loading method, device, equipment and medium
CN114237735A (en) * 2021-11-19 2022-03-25 中国建设银行股份有限公司 Application program loading method and device, computer equipment and storage medium
CN114385257A (en) * 2021-12-02 2022-04-22 广州歌神信息科技有限公司 Program preheating method, device, electronic equipment and computer readable storage medium
CN114327687A (en) * 2022-03-09 2022-04-12 恒生电子股份有限公司 Method, device and equipment for constructing sub-application in micro front-end mode and storage medium
CN114327687B (en) * 2022-03-09 2022-05-20 恒生电子股份有限公司 Method, device and equipment for constructing sub-application in micro front-end mode and storage medium
CN115167325A (en) * 2022-08-23 2022-10-11 郑州华泰联合工业自动化有限公司 Intelligent processing control method, system, equipment and storage medium for cable
CN115167325B (en) * 2022-08-23 2023-12-19 郑州华泰联合工业自动化有限公司 Intelligent processing control method, system, equipment and storage medium for cable

Similar Documents

Publication Publication Date Title
CN112631689A (en) Application program loading method and device and computer storage medium
CN106598655B (en) Application page processing method and device
WO2020007146A1 (en) Method for running program, apparatus, computer device and storage medium
US20180241702A1 (en) Method and device for displaying message, and electronic device
US12056415B2 (en) Desktop sharing method and mobile terminal
EP3644160A1 (en) Apparatus and methods of extending application services
CN109361948B (en) Interface management method, intelligent terminal and readable storage medium
CN111722885B (en) Program running method and device and electronic equipment
CN112256286A (en) Application running method and device and computer storage medium
CN104965723B (en) The operation method and device of application program
EP3680765A1 (en) Navigation bar control method and device
CN111443914A (en) Animation display method and device
CN104572771B (en) Processing state display method and device
CN114035865B (en) Method, device and equipment for starting small program and storage medium
CN112148395A (en) Page display method, device, equipment and storage medium
CN108241515B (en) Application shortcut establishing method and terminal
CN106648671B (en) Application upgrading method and terminal
CN113157348A (en) Game starting method and device, computer equipment and storage medium
CN110209402B (en) Application installation method, electronic device and computer storage medium
CN114090118A (en) Method, device and equipment for starting small program and storage medium
WO2021084101A1 (en) Systems and methods for replacing a theme of a virtual environment
CN103793380A (en) Method and system for downloading picture in application
CN110704157A (en) Application starting method, related device and medium
US20140337852A1 (en) Information processing device, information processing method, program, and information storage medium
CN113012022B (en) Method and device for processing graphics of applet, electronic equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 100041 B-0035, 2 floor, 3 building, 30 Shixing street, Shijingshan District, Beijing.

Applicant after: Douyin Vision Co.,Ltd.

Address before: 100041 B-0035, 2 floor, 3 building, 30 Shixing street, Shijingshan District, Beijing.

Applicant before: Tiktok vision (Beijing) Co.,Ltd.

Address after: 100041 B-0035, 2 floor, 3 building, 30 Shixing street, Shijingshan District, Beijing.

Applicant after: Tiktok vision (Beijing) Co.,Ltd.

Address before: 100041 B-0035, 2 floor, 3 building, 30 Shixing street, Shijingshan District, Beijing.

Applicant before: BEIJING BYTEDANCE NETWORK TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information