CN106598662A - Application loading method and device based on android - Google Patents

Application loading method and device based on android Download PDF

Info

Publication number
CN106598662A
CN106598662A CN201611123921.2A CN201611123921A CN106598662A CN 106598662 A CN106598662 A CN 106598662A CN 201611123921 A CN201611123921 A CN 201611123921A CN 106598662 A CN106598662 A CN 106598662A
Authority
CN
China
Prior art keywords
application
intended application
apk files
java
virtual machines
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.)
Granted
Application number
CN201611123921.2A
Other languages
Chinese (zh)
Other versions
CN106598662B (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.)
Lanseen Workshop (beijing) Technology Co Ltd
Original Assignee
Lanseen Workshop (beijing) 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 Lanseen Workshop (beijing) Technology Co Ltd filed Critical Lanseen Workshop (beijing) Technology Co Ltd
Priority to CN201611123921.2A priority Critical patent/CN106598662B/en
Publication of CN106598662A publication Critical patent/CN106598662A/en
Application granted granted Critical
Publication of CN106598662B publication Critical patent/CN106598662B/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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45516Runtime code conversion or optimisation

Abstract

The invention provides an application loading method and device based on android. The method comprises following steps: providing an entry used for loading a target application in a current application and obtaining an apk file of the target file corresponding to the entry when the entry is triggered; saving the apk file of the target file to an appointed catalogue of the current application; and operating the apk file of the target file in the appointed catalogue such that the target application can be loaded in the current application. When a user needs to use the targeted application, the technical scheme provided by the embodiment can be utilized for directly loading the target application in the current application. There is no need to switch between two applications so that operation time is saved and user's experience is improved.

Description

Application loading method and device based on android
Technical field
The present invention relates to technical field of internet application, particularly a kind of application loading method and dress based on android Put.
Background technology
With the fast development of the Internet and mobile terminal technology, the demand of user is also constantly improved.In order to meet use The multiformity of family demand, occurs in that the application (application, app) being much user-friendly to, such as various IMUs News, reading, amusement, game, enterprise collaborative application etc..User selects the application to carry out loading startup when applying using each .
In actual use, user may need to switch over to complete work or study between multiple applications.For example, User goes on business application in travel application, then needs to switch in enterprise collaborative application to corresponding contact person (colleague Or leader etc.) message is sent, to inform that contact person goes on business or dependencies, so it is accomplished by being carried out back and forth between two applications Switching, it is very loaded down with trivial details.
In order to solve the above problems, developer writes travel function in enterprise collaborative application, should as enterprise collaborative One function, thus without the need for switching over back and forth between application, but can so make enterprise collaborative application increasing, Thus, it would be highly desirable to provide a kind of effective scheme to solve the above problems.
The content of the invention
In view of the above problems, it is proposed that the present invention so as to provide one kind overcome the problems referred to above or at least in part solve on State the application loading method based on android and corresponding device of problem.
According to an aspect of of the present present invention, there is provided a kind of application loading method based on android, including:
Entrance for loaded targets application is provided in current application, when the entrance is triggered, is entered described in acquisition The apk files of the corresponding intended application of mouth;
The apk files of the intended application are preserved into the assigned catalogue of the current application;
The apk files of the intended application in the assigned catalogue are run, it is described to load in the current application Intended application.
Alternatively, the apk files of the intended application include java codes and resource data, run the assigned catalogue In the intended application apk files, including:
Classloader is created in the current application;
Java in the apk files of the intended application in the assigned catalogue is loaded by the Classloader for creating Code is to java virtual machines;
The interface that java codes draw the intended application is run in java virtual machines.
Alternatively, Classloader is created in the current application, including:
From the Classloader of the current application to one new Classloader of java virtual machines application, as working as described The Classloader created in front application.
Alternatively, before the apk files of the intended application in the assigned catalogue is run, methods described is also wrapped Include:
Proxy resources manager is created, the target in the assigned catalogue by described in the proxy resources manager administration should Resource data in apk files.
Alternatively, it is literary in the apk that the intended application in the assigned catalogue is loaded by the Classloader for creating To during java virtual machines, methods described also includes java codes in part:
The designation method for obtaining resource is called, corresponding resource is obtained from the proxy resources device by the designation method Data.
Alternatively, after the interface that java codes draw the intended application is run in java virtual machines, methods described Also include:
, for the operation requests of the intended application, loading the operation by the Classloader for creating please for receive user Correspondence java codes are sought to java virtual machines, to perform the corresponding operation of the operation requests in java virtual machines.
Alternatively, after the interface that java codes draw the intended application is run in java virtual machines, methods described Also include:
When the interaction request that the intended application is interacted with the current application is received, by the class for creating Loader loads the interaction request correspondence java codes to java virtual machines, to perform the interaction request in java virtual machines Corresponding interactive operation.
Alternatively, when the resource data in the apk files of the intended application changes, methods described also includes:
Resource data after change is repacked with java codes, new packet is packaged into;
The new packet is downloaded in the assigned catalogue of the current application.
Alternatively, the apk files of the corresponding intended application of the entrance are obtained, including:
The apk files of the intended application are searched in the operating system that the current application is located;
If finding, the apk files of the intended application in the operating system that the current application is located are obtained.
Alternatively, if not finding the apk files of the intended application in the operating system that the current application is located, Methods described also includes:
The request of the apk files for obtaining the intended application is sent to cloud server;
Receive the apk files of the intended application that the cloud server is returned according to the request.
Alternatively, before the apk files of the intended application in the assigned catalogue is run, methods described is also wrapped Include:
The relevant information of the intended application is obtained from the assigned catalogue;
The relevant information of the intended application is registered in the current application.
Alternatively, before the apk files of the intended application in the assigned catalogue is run, methods described is also wrapped Include:
The apk files of the intended application in the assigned catalogue are verified, and are performed by after in verification Follow-up operation operation.
According to another aspect of the present invention, a kind of application charger based on android is additionally provided, including:
Entrance provides module, is suitable to provide the entrance for loaded targets application in current application;
Acquisition module, is suitable to obtain the apk files of the corresponding intended application of the entrance when the entrance is triggered;
Preserving module, is suitable to the apk files of the intended application be preserved into the assigned catalogue of the current application;
Operation module, is suitable to run the apk files of the intended application in the assigned catalogue, currently should described With the middle loading intended application.
Alternatively, the apk files of the intended application include java codes and resource data, the operation module bag Include:
Creating unit, is suitable to create Classloader in the current application;
Loading unit, is suitable to by the intended application in the Classloader loading assigned catalogue for creating Java codes in apk files are to java virtual machines;
Drawing unit, is suitable to run the interface that java codes draw the intended application in java virtual machines.
Alternatively, the creating unit is further adapted for:
From the Classloader of the current application to one new Classloader of java virtual machines application, as working as described The Classloader created in front application.
Alternatively, described device also includes:
Creation module, is suitable to run the apk files of the intended application in the assigned catalogue in the operation module Before, proxy resources manager, the intended application in the assigned catalogue by described in the proxy resources manager administration are created Apk files in resource data.
Alternatively, the loading unit is further adapted for:
In the apk files that the intended application in the assigned catalogue is loaded by the Classloader for creating Java codes obtain the designation method of resource to during java virtual machines, calling, by the designation method from the agency Corresponding resource data is obtained at resource device.
Alternatively, described device also includes:
First processing module, is suitable to that the java codes drafting target is run in java virtual machines in the drawing unit Using interface after, receive user for the intended application operation requests, by create the Classloader loading institute Operation requests correspondence java codes are stated to java virtual machines, to perform the corresponding behaviour of the operation requests in java virtual machines Make.
Alternatively, described device also includes:
Second processing module, is suitable to that the java codes drafting target is run in java virtual machines in the drawing unit Using interface after, when the interaction request that the intended application is interacted with the current application is received, by creating The Classloader load interaction request correspondence java codes to java virtual machines, described in performing in java virtual machines The corresponding interactive operation of interaction request.
Alternatively, described device also includes:
Packetization module, is suitable to when the resource data in the apk files of the intended application changes, after change Resource data is repacked with java codes, is packaged into new packet;
Download module, is suitable to that the new packet is downloaded in the assigned catalogue of the current application.
Alternatively, the acquisition module is further adapted for:
The apk files of the intended application are searched in the operating system that the current application is located;
If finding, the apk files of the intended application in the operating system that the current application is located are obtained.
Alternatively, the acquisition module is further adapted for:
If the apk files of the intended application are not found in the operating system that the current application is located, to cloud End server sends the request of the apk files for obtaining the intended application;
Receive the apk files of the intended application that the cloud server is returned according to the request.
Alternatively, described device also includes:
Registering modules, are suitable to run the apk files of the intended application in the assigned catalogue in the operation module Before, the relevant information of the intended application is obtained from the assigned catalogue;The relevant information of the intended application is registered To in the current application.
Alternatively, described device also includes:
Correction verification module, is suitable to run the apk files of the intended application in the assigned catalogue in the operation module Before, to the assigned catalogue in the apk files of the intended application verify, and perform subsequently by after in verification Operation operation.
A kind of application loading scheme based on android is embodiments provided, is implemented, be currently should With the middle entrance provided for loaded targets application, the entrance can be triggered when user is needed using intended application, the present invention Embodiment then obtains the apk files of the corresponding intended application of the entrance being triggered, so by the apk files of intended application preserve to In the assigned catalogue of current application, so running the apk files of the intended application in assigned catalogue just can realize currently should With the purpose of middle loaded targets application.As can be seen here, when user needs to use intended application, provided using the embodiment of the present invention Technical scheme can the directly loaded targets application in current application, without the need for being toggled between two applications, section The operating time is saved, user experience is lifted.Also, intended application is self-existent in the embodiment of the present invention, it is not necessary to opened The personnel of sending out develop in advance in current application, as the One function of current application, will not cause current application increasingly Greatly, solving developer in prior art needs to write the function of intended application in current application as the one of current application Individual function, causes the problem that current application is increasing, the embodiment of the present invention to implement more flexibly, and development efficiency is high, uses Family experience is preferable.
Described above is only the general introduction of technical solution of the present invention, in order to better understand the technological means of the present invention, And can be practiced according to the content of description, and in order to allow the above and other objects of the present invention, feature and advantage can Become apparent, below especially exemplified by the specific embodiment of the present invention.
According to the detailed description below in conjunction with accompanying drawing to the specific embodiment of the invention, those skilled in the art will be brighter Above-mentioned and other purposes, the advantages and features of the present invention.
Description of the drawings
By the detailed description for reading hereafter preferred implementation, various other advantages and benefit is common for this area Technical staff will be clear from understanding.Accompanying drawing is only used for illustrating the purpose of preferred implementation, and is not considered as to the present invention Restriction.And in whole accompanying drawing, it is denoted by the same reference numerals identical part.In the accompanying drawings:
Fig. 1 shows the flow chart of the application loading method based on android according to an embodiment of the invention;
Fig. 2 shows the flow chart of the application loading method based on android according to another embodiment of the present invention;
Fig. 3 shows and according to an embodiment of the invention entrance for loaded targets application is provided in current application Schematic diagram;
Fig. 4 shows the schematic diagram of the loaded targets application in current application according to an embodiment of the invention;
Fig. 5 shows the structural representation of the application charger based on android according to an embodiment of the invention;With And
Fig. 6 shows the structural representation of the application charger based on android according to another embodiment of the present invention.
Specific embodiment
The exemplary embodiment of the disclosure is more fully described below with reference to accompanying drawings.Although showing the disclosure in accompanying drawing Exemplary embodiment, it being understood, however, that may be realized in various forms the disclosure and should not be by embodiments set forth here Limited.On the contrary, there is provided these embodiments are able to be best understood from the disclosure, and can be by the scope of the present disclosure Complete conveys to those skilled in the art.
To solve above-mentioned technical problem, a kind of application loading method based on android is embodiments provided, should Method can be applied on the mobile devices such as smart mobile phone, panel computer.Fig. 1 shows according to an embodiment of the invention being based on The flow chart of the application loading method of android.As shown in figure 1, the method at least may comprise steps of S102 to step S106。
Step S102, provides the entrance for loaded targets application in current application, when the entrance is triggered, obtains The apk files of the corresponding intended application of the entrance.
Step S104, the apk files of intended application are preserved into the assigned catalogue of current application.
Step S106, runs the apk files of the intended application in assigned catalogue, should with the loaded targets in current application With.
A kind of application loading scheme based on android is embodiments provided, is implemented, be currently should With the middle entrance provided for loaded targets application, the entrance can be triggered when user is needed using intended application, the present invention Embodiment then obtains the apk files of the corresponding intended application of the entrance being triggered, so by the apk files of intended application preserve to In the assigned catalogue of current application, so running the apk files of the intended application in assigned catalogue just can realize currently should With the purpose of middle loaded targets application.As can be seen here, when user needs to use intended application, provided using the embodiment of the present invention Technical scheme can the directly loaded targets application in current application, without the need for being toggled between two applications, section The operating time is saved, user experience is lifted.Also, intended application is self-existent in the embodiment of the present invention, it is not necessary to opened The personnel of sending out develop in advance in current application, as the One function of current application, will not cause current application increasingly Greatly, solving developer in prior art needs to write the function of intended application in current application as the one of current application Individual function, causes the problem that current application is increasing, the embodiment of the present invention to implement more flexibly, and development efficiency is high, uses Family experience is preferable.
Android (ARIXTRA) is a kind of open source code operating system based on linux and jave, is mainly used for Mobile device.The apk referred in the embodiment of the present invention is the abbreviation of androidpackage, i.e. android installation kits, by inciting somebody to action Apk files are passed directly to be performed i.e. in android simulators or android mobile devices (such as smart mobile phone, panel computer) Can install.Generally, apk files include source file (such as java codes or program, bytecode) and resource data.
Entrance for loaded targets application is provided in current application in above step S102, can be touched in the entrance After sending out, one intended application of selection from the entrance corresponding multiple intended application, and then obtain the intended application of the selection Apk files.In an alternate embodiment of the invention, it is also possible to which multiple entrances are provided in current application, each entrance one target of correspondence Using when entrance is triggered, the apk files of the corresponding intended application of the entrance can be obtained.
Generally, mobile device gets and be stored under temp directory after apk files, and user needs choosing manually Installation apk files are selected, apk files are saved in into assigned catalogue.The embodiment of the present invention is after the apk files of intended application are got Install manually without the need for user, directly the apk files of intended application are preserved into the assigned catalogue of current application, save operation Time.Further, the embodiment of the present invention can obtain the relevant information of intended application from assigned catalogue, by intended application Relevant information is registered in current application, so, when run assigned catalogue in intended application apk files when, can from work as The relevant information of intended application is obtained in front application, to support the loaded targets application in current application.
The apk files of the intended application in assigned catalogue are run in above step S106, one is embodiments provided Optional scheme is planted, in this scenario, Classloader can be created in current application, specified by the Classloader loading for creating Java codes in the apk files of the intended application in catalogue can run to java virtual machines in java virtual machines Java codes draw the interface of intended application, it is achieved thereby that the loaded targets application in current application.Here java is virtual Machine can be the virtual machine that current application is currently in use, or newly-built virtual machine, in actual applications, can be according to tool Configuring, the embodiment of the present invention is not restricted body demand to this.
Specifically, java source codes or program (.java files) are being converted into after the compiling of java compilers Java byte code (.class files), Classloader (class loader) is responsible for reading java byte code, and is converted into One example of java.lang.Class classes, each such example is used for representing a java class that Classloader is used for loading Java classes are in java virtual machines.
Further, in the alternative embodiment of the present invention, when creating Classloader in current application, can be by current Using Classloader to one new Classloader of java virtual machines application, as the class loading created in current application Device.
So far, just can be with operation code in java virtual machines, but code operation does not represent function, and just energy is normal, because Also resource, thus before the apk files of intended application of the embodiment of the present invention in operation assigned catalogue, generation can also be created Reason explorer, by the resource data in the apk files of the intended application in proxy resources manager administration assigned catalogue, from And find resource data when ensureing that code runs.I.e., it is possible to loaded the mesh in assigned catalogue by the Classloader for creating Java codes in the apk files of mark application to the designation method for during java virtual machines, calling acquisition resource, by specifying Method obtains corresponding resource data from proxy resources device.Here designation method can be a method of class, can be by Such is instantiated as object, by such designation method of the object reference of instantiation.
Run java codes in java virtual machines to draw the interface of intended application to realize loading mesh in current application After mark application, the embodiment of the present invention is also based on current application to realize each function of intended application, and for example, target should With interacting with user, intended application is interacted with current application, will be described in detail respectively below.
Situation one, intended application is interacted with user.That is, when receive user is directed to the operation requests of intended application, by The Classloader of establishment loads operation requests correspondence java codes to java virtual machines, please to perform operation in java virtual machines Ask corresponding operation.
For example, current application is enterprise collaborative application, such as blue letter app, and intended application is to realize business trip application, report The travel app of the functions such as pin, according to above step S102 to step S106, loaded targets should in current application (such as blue letter app) With (travel app).Next, user can be operated on travel app, such as submit business trip application to or submit reimbursement application to Etc., the corresponding assembly of travel app can be asked when the operation requests of user are received by the Classloader loading operation for creating Correspondence java codes are sought to java virtual machines, to perform the corresponding operation of operation requests, for example, travel in java virtual machines App to the cloud server of oneself submits corresponding peration data etc. to.
Situation two, intended application is interacted with current application.That is, handed over current application when receiving intended application During mutual interaction request, interaction request correspondence java codes are loaded to java virtual machines by the Classloader for creating, with java Virtual machine performs the corresponding interactive operation of interaction request.
Still example is exemplified as with above-mentioned, after loading travel app in blue letter app, travel app can be carried out with blue letter app Interactive operation, for example, after user submits business trip application on travel app, can be sent to the relevant information of the business trip application One or more contact persons's (such as work together or lead) on indigo plant letter app.Specifically, travel app is generated after business trip application, by difference The relevant information of trip's application is supplied to the interactive component on blue letter app, is submitted to the relevant information of business trip application by interactive component To the contact person's communication part on blue letter app, and then the relevant information of business trip application is supplied to each by contact person's communication part Contact person.Interactive component described herein, contact person's communication part refer to the component for possessing corresponding function, specific component Name The embodiment of the present invention is not restricted.
Situation three, current application is interacted with intended application.That is, handed over intended application when receiving current application During mutual interaction request, interaction request correspondence java codes are loaded to java virtual machines by the Classloader of current application, with Java virtual machines perform the corresponding interactive operation of interaction request.
Still example is exemplified as with above-mentioned, after loading travel app in blue letter app, travel app can be carried out with blue letter app Interactive operation, for example, indigo plant letter app requires to look up the business trip application work shelves recent to determine the contact person of designated contact Phase.Specifically, blue letter app finds contact person, and then the contact management's group information of contact person being supplied on travel app Part, the business trip application of the contact person is searched by contact management component, and blue letter app is returned to after finding.
In the alternative embodiment of the present invention, the apk that the corresponding intended application of the entrance is obtained in above step S102 is literary Part can search to obtain, or the directly acquisition from cloud server in the first operating system being located from current application, It is introduced below for various modes.
Mode one, searches in the operating system being first located from current application and obtains.Specifically, can be located in current application Operating system in search intended application apk files, if finding, obtain current application be located operating system in mesh The apk files of mark application;If not finding, the request of the apk files for obtaining intended application can be sent to cloud server, And receive the apk files of the intended application that cloud server is returned according to the request.
Mode two, directly obtains from cloud server.Specifically, directly can send to cloud server and obtain target Using apk files request, and receive the apk files of the intended application that cloud server is returned according to the request.
In the alternative embodiment of the present invention, when the resource data in the apk files of intended application changes, can be with Resource data after change is repacked with java codes, new packet is packaged into, and then new packet is downloaded to In the assigned catalogue of current application.The resource data of intended application is bundled to into current application compared in prior art, in money Need to change and install current application again when source data changes, and scheme provided in an embodiment of the present invention only will need to change Resource data afterwards is repacked with java codes, is packaged into new packet, and new packet is downloaded to into current application In assigned catalogue, it is possible to increase the efficiency of resource data updating, the resource consumed in renewal process is saved.Also, usual feelings Under condition, current application can't get intended application all resource datas (as intended application resource data can periodically or Aperiodically update etc.), certainly will so there is the situation of resource data frequent updating, if according to prior art like that every time more New resources data are required to change and install current application again, then can cause the wasting of resources, update inefficient problem.And Using scheme provided in an embodiment of the present invention, it is only necessary to the resource data after change is repacked with java codes every time, is beaten New packet is bundled into, new packet is downloaded in the assigned catalogue of current application, realized more flexible.
In the alternative embodiment of the present invention, in order to improve the safety and reliability of data, refer in the operation of step S106 Before determining the apk files of intended application in catalogue, school can also be carried out to the apk files of the intended application in assigned catalogue Test, and follow-up operation operation is performed by after in verification.
The application based on android of the present invention will be discussed in detail by the embodiment under a concrete application scene below Loading method realizes process.In this embodiment, current application is the blue letter app of enterprise collaborative application, and intended application is to realize The travel app of the functions such as business trip application, reimbursement.Fig. 2 shows the application based on android according to another embodiment of the present invention The flow chart of loading method.As shown in Fig. 2 the method at least may comprise steps of S202 to step S214.
Step S202, provides the entrance for loading travel app in blue letter app.
As shown in figure 3, providing the entrance 1 of loading travel app on the workbench of blue letter app.Additionally, on the table Additionally provide the entrance 2 for loading other intended application, it is seen then that multiple entrances can be provided in blue letter app, each entrance One intended application of correspondence, when entrance is triggered, can obtain the apk files of the corresponding intended application of the entrance.
Step S204, when the entrance is triggered, obtains the apk files of travel app.
In this step, search in the operating system being first located from blue letter app and obtain, or directly from cloud service Obtain at device.Specifically, the apk files of travel app can be searched in the operating system that blue letter app is located, if finding, Obtain the apk files of the travel app in the operating system that blue letter app is located;If not finding, can send out to cloud server The request of the apk files for obtaining travel app is sent, and it is literary to receive the apk of the travel app that cloud server is returned according to the request Part.Or, directly the request of the apk files for obtaining travel app can be sent to cloud server, and receive cloud server root The apk files of the travel app returned according to the request.
Step S206, the apk files of travel app are preserved into the assigned catalogue of blue letter app.
In this step, the assigned catalogue of blue letter app only can be herein to illustrate certainly such as/data/data/lanxin Property, do not limit the invention.
In an alternate embodiment of the invention, if the resource data in the apk files of travel app changes, will can change Resource data afterwards is repacked with java codes, is packaged into new packet, and then new packet is downloaded to into current answering In assigned catalogue.For example, it is 10 files (c1.apk) when travel app V1.0, can decompresses and be put into the inside, V2.0 When have 20 files, be not toward apk the insides written document, this 20 files can next new apk (c2.apk), this File can be unziped to and gone below assigned catalogue, be not to change the file inside apk.
Step S208, obtains the relevant information of travel app from assigned catalogue, and the relevant information of travel app is registered to In indigo plant letter app.
Step S210, in blue letter app Classloader is created.
In this step, can make from the Classloader of blue letter app to one new Classloader of java virtual machines application It is the Classloader created in blue letter app.
Step S212, creates proxy resources manager, by the travel app's in proxy resources manager administration assigned catalogue Resource data in apk files.
Step S214, by the java codes in the apk files of the travel app in the Classloader loading assigned catalogue for creating To java virtual machines, and then the interface that java codes draw travel app can be run in java virtual machines, with blue letter app Middle loading travel app.
In this step, java virtual machines can be virtual machine that blue letter app is currently in use, or newly-built virtual Machine, in actual applications, can configure according to real needs, and the embodiment of the present invention is not restricted to this.
Java codes in the apk files that the travel app in assigned catalogue is loaded by the Classloader for creating are to java During virtual machine, the designation method for obtaining resource can be called, obtain corresponding from proxy resources device by designation method Resource data.Here designation method can be a method of class, such can be instantiated as into object, by instantiation Object reference such designation method.The interface schematic diagram that travel app is loaded in blue letter app is illustrated in figure 4, when user's point When hitting " return " button, the workbench interface of blue letter app is may return to.
In order to improve the safety and reliability of data, in step S214 by the Classloader loading assigned catalogue for creating Travel app apk files in java codes to before java virtual machines, can also be to the travel app's in assigned catalogue Apk files are verified, and follow-up loading operation is performed by after in verification, if verification does not pass through, generate alarm letter Breath.
In the alternative embodiment of the present invention, java codes are run in java virtual machines in step S214 and draws travel The interface of app, so as to after loading travel app in blue letter app, the embodiment of the present invention is also based on blue letter app to realize Each function of travel app, for example, travel app and user are interacted, and travel app is interacted with blue letter app, below Citing is introduced.
Introduce travel app first to interact with user.
User can be operated on travel app, such as submitted business trip application to or submitted reimbursement application, travel to The corresponding assembly of app, can be by the Classloader loading operation requests correspondence for creating when the operation requests of user are received , to java virtual machines, to perform the corresponding operation of operation requests in java virtual machines, for example, travel app is to certainly for java codes Oneself cloud server submits corresponding peration data etc. to.
Next is introduced travel app and blue letter app and interacts.
After user submits business trip application on travel app, the relevant information of the business trip application can be sent to blue letter app On one or more contact persons (such as work together or lead).Specifically, travel app is generated after business trip application, by business trip application Relevant information be supplied to interactive component on blue letter app, the relevant information of business trip application is submitted to into blue letter by interactive component Contact person's communication part on app, and then the relevant information of business trip application is supplied to indigo plant to believe on app by contact person's communication part Each contact person.Interactive component described herein, contact person's communication part refer to the component for possessing corresponding function, specific component The title embodiment of the present invention is not restricted.
Introduce blue letter app and travel app again to interact.
Indigo plant letter app requires to look up business trip application work working days recent to determine the contact person of designated contact.Specifically Ground, indigo plant letter app finds contact person, and then the information of contact person is supplied to into the contact management component on travel app, by joining It is people's management assembly searching the business trip application of the contact person, blue letter app is returned to after finding.
Based on the application loading method based on android that above each embodiment is provided, based on same inventive concept, this Inventive embodiments additionally provide a kind of application charger based on android.
Fig. 5 shows the structural representation of the application charger based on android according to an embodiment of the invention.Such as Shown in Fig. 5, the device can at least include that entrance provides module 510, acquisition module 520, preserving module 530 and operation module 540。
Now introduce the embodiment of the present invention each composition of the application charger based on android or the function of device and Annexation between each several part:
Entrance provides module 510, is suitable to provide the entrance for loaded targets application in current application;
Acquisition module 520, provides module 510 and is coupled with entrance, is suitable to when the entrance is triggered, and enters described in acquisition The apk files of the corresponding intended application of mouth;
Preserving module 530, is coupled with acquisition module 520, is suitable to the apk files of the intended application be preserved to described In the assigned catalogue of current application;
Operation module 540, is coupled with preserving module 530, is suitable to run the intended application in the assigned catalogue Apk files, to load the intended application in the current application.
In an embodiment of the present invention, as shown in fig. 6, the apk files of the intended application include java codes and money Source data, above-mentioned operation module 540 includes:
Creating unit 541, is suitable to create Classloader in the current application;
Loading unit 542, is coupled with creating unit 541, is suitable to be specified by the Classloader loading for creating is described Java codes in the apk files of the intended application in catalogue are to java virtual machines;
Drawing unit 543, is coupled with loading unit 542, is suitable to run java codes drafting institute in java virtual machines State the interface of intended application.
In an embodiment of the present invention, above-mentioned creating unit 541 is further adapted for:
From the Classloader of the current application to one new Classloader of java virtual machines application, as working as described The Classloader created in front application.
In an embodiment of the present invention, as shown in fig. 6, the device that figure 5 above shows can also include:
Creation module 610, is coupled with preserving module 530, operation module 540, is suitable to be run in operation module 540 described Before the apk files of the intended application in assigned catalogue, proxy resources manager is created, by the proxy resources manager Manage the resource data in the apk files of the intended application in the assigned catalogue.
In an embodiment of the present invention, above-mentioned loading unit 542 is further adapted for:
In the apk files that the intended application in the assigned catalogue is loaded by the Classloader for creating Java codes obtain the designation method of resource to during java virtual machines, calling, by the designation method from the agency Corresponding resource data is obtained at resource device.
In an embodiment of the present invention, as shown in fig. 6, the device that figure 5 above shows can also include:
First processing module 620, is coupled with drawing unit 543, is suitable to be transported in java virtual machines in drawing unit 543 Row java codes are drawn after the interface of the intended application, receive user for the intended application operation requests, by creating The Classloader built loads the operation requests correspondence java codes to java virtual machines, to perform in java virtual machines The corresponding operation of the operation requests.
In an embodiment of the present invention, as shown in fig. 6, the device that figure 5 above shows can also include:
Second processing module 630, is coupled with drawing unit 543, is suitable to be transported in java virtual machines in drawing unit 543 Row java codes are drawn after the interface of the intended application, are handed over the current application when the intended application is received During mutual interaction request, the interaction request correspondence java codes are loaded to java virtual machines by the Classloader for creating, To perform the corresponding interactive operation of the interaction request in java virtual machines.
In an embodiment of the present invention, as shown in fig. 6, the device that figure 5 above shows can also include:
Packetization module 640, is suitable to, when the resource data in the apk files of the intended application changes, to change Resource data afterwards is repacked with java codes, is packaged into new packet;
Download module 650, is coupled with packetization module 640, preserving module 530, is suitable to download the new packet Into the assigned catalogue of the current application.
In an embodiment of the present invention, above-mentioned acquisition module 520 is further adapted for:
The apk files of the intended application are searched in the operating system that the current application is located;
If finding, the apk files of the intended application in the operating system that the current application is located are obtained.
In an embodiment of the present invention, above-mentioned acquisition module 520 is further adapted for:
If the apk files of the intended application are not found in the operating system that the current application is located, to cloud End server sends the request of the apk files for obtaining the intended application;
Receive the apk files of the intended application that the cloud server is returned according to the request.
In an embodiment of the present invention, as shown in fig. 6, the device that figure 5 above shows can also include:
Registering modules 660, are coupled with preserving module 530, are suitable to be run in the assigned catalogue in operation module 540 Before the apk files of the intended application, the relevant information of the intended application is obtained from the assigned catalogue;By the mesh The relevant information of mark application is registered in the current application.
In an embodiment of the present invention, as shown in fig. 6, the device that figure 5 above shows can also include:
Correction verification module 670, is coupled with preserving module 530, is suitable to be run in the assigned catalogue in operation module 540 Before the apk files of the intended application, to the assigned catalogue in the apk files of the intended application verify, and Follow-up operation operation is performed by after in verification.
According to the combination of above-mentioned any one preferred embodiment or multiple preferred embodiments, the embodiment of the present invention can reach Following beneficial effect:
A kind of application loading scheme based on android is embodiments provided, is implemented, be currently should With the middle entrance provided for loaded targets application, the entrance can be triggered when user is needed using intended application, the present invention Embodiment then obtains the apk files of the corresponding intended application of the entrance being triggered, so by the apk files of intended application preserve to In the assigned catalogue of current application, so running the apk files of the intended application in assigned catalogue just can realize currently should With the purpose of middle loaded targets application.As can be seen here, when user needs to use intended application, provided using the embodiment of the present invention Technical scheme can the directly loaded targets application in current application, without the need for being toggled between two applications, section The operating time is saved, user experience is lifted.Also, intended application is self-existent in the embodiment of the present invention, it is not necessary to opened The personnel of sending out develop in advance in current application, as the One function of current application, will not cause current application increasingly Greatly, solving developer in prior art needs to write the function of intended application in current application as the one of current application Individual function, causes the problem that current application is increasing, the embodiment of the present invention to implement more flexibly, and development efficiency is high, uses Family experience is preferable.
In description mentioned herein, a large amount of details are illustrated.It is to be appreciated, however, that the enforcement of the present invention Example can be put into practice in the case of without these details.In some instances, known method, structure is not been shown in detail And technology, so as not to obscure the understanding of this description.
Similarly, it will be appreciated that in order to simplify the disclosure and help understand one or more in each inventive aspect, exist Above in the description of the exemplary embodiment of the present invention, each feature of the present invention is grouped together into single enforcement sometimes In example, figure or descriptions thereof.However, the method for the disclosure should be construed to reflect following intention:I.e. required guarantor The more features of feature that the application claims ratio of shield is expressly recited in each claim.More precisely, such as following Claims reflect as, inventive aspect is all features less than single embodiment disclosed above.Therefore, Thus the claims for following specific embodiment are expressly incorporated in the specific embodiment, wherein each claim itself All as the separate embodiments of the present invention.
Those skilled in the art are appreciated that can be carried out adaptively to the module in the equipment in embodiment Change and they are arranged in one or more equipment different from the embodiment.Can be the module or list in embodiment Unit or component are combined into a module or unit or component, and can be divided in addition multiple submodule or subelement or Sub-component.In addition at least some in such feature and/or process or unit is excluded each other, can adopt any Combine to all features disclosed in this specification (including adjoint claim, summary and accompanying drawing) and so disclosed Where all processes or unit of method or equipment are combined.Unless expressly stated otherwise, this specification is (including adjoint power Profit is required, summary and accompanying drawing) disclosed in each feature can it is identical by offers, be equal to or the alternative features of similar purpose carry out generation Replace.
Although additionally, it will be appreciated by those of skill in the art that some embodiments described herein include other embodiments In included some features rather than further feature, but the combination of the feature of different embodiments means in of the invention Within the scope of and form different embodiments.For example, in detail in the claims, embodiment required for protection one of arbitrarily Can in any combination mode using.
The present invention all parts embodiment can be realized with hardware, or with one or more processor operation Software module realize, or with combinations thereof realization.It will be understood by those of skill in the art that can use in practice Microprocessor or digital signal processor (DSP) are realizing the application loading based on android according to embodiments of the present invention The some or all functions of some or all parts in device.The present invention is also implemented as being retouched here for performing Some or all equipment of the method stated or program of device (for example, computer program and computer program). Such program for realizing the present invention can be stored on a computer-readable medium, or can have one or more signal Form.Such signal can be downloaded from internet website and obtained, or on carrier signal provide, or with it is any its He provides form.
It should be noted that above-described embodiment the present invention will be described rather than limits the invention, and ability Field technique personnel can design without departing from the scope of the appended claims alternative embodiment.In the claims, Any reference markss between bracket should not be configured to limitations on claims.Word "comprising" is not excluded the presence of not Element listed in the claims or step.Word "a" or "an" before element does not exclude the presence of multiple such Element.The present invention can come real by means of the hardware for including some different elements and by means of properly programmed computer It is existing.If in the unit claim for listing equipment for drying, several in these devices can be by same hardware branch To embody.The use of word first, second, and third does not indicate that any order.These words can be explained and be run after fame Claim.
So far, although those skilled in the art will appreciate that detailed herein illustrate and describe multiple showing for the present invention Example property embodiment, but, without departing from the spirit and scope of the present invention, still can be direct according to present disclosure It is determined that or deriving many other variations or modifications for meeting the principle of the invention.Therefore, the scope of the present invention is understood that and recognizes It is set to and covers all these other variations or modifications.
The one side of the embodiment of the present invention, there is provided A1, a kind of application loading method based on android, including:
Entrance for loaded targets application is provided in current application, when the entrance is triggered, is entered described in acquisition The apk files of the corresponding intended application of mouth;
The apk files of the intended application are preserved into the assigned catalogue of the current application;
The apk files of the intended application in the assigned catalogue are run, it is described to load in the current application Intended application.
A2, the method according to A1, wherein, the apk files of the intended application include java codes and number of resources According to, the apk files of the intended application in the assigned catalogue are run, including:
Classloader is created in the current application;
Java in the apk files of the intended application in the assigned catalogue is loaded by the Classloader for creating Code is to java virtual machines;
The interface that java codes draw the intended application is run in java virtual machines.
A3, the method according to A2, wherein, Classloader is created in the current application, including:
From the Classloader of the current application to one new Classloader of java virtual machines application, as working as described The Classloader created in front application.
A4, according to A2 or A3 methods describeds, wherein, the apk of the intended application in the assigned catalogue is run is literary Before part, methods described also includes:
Proxy resources manager is created, the target in the assigned catalogue by described in the proxy resources manager administration should Resource data in apk files.
A5, the method according to A4, wherein, the institute in the assigned catalogue is being loaded by the Classloader for creating Java codes in the apk files of intended application are stated to during java virtual machines, methods described also includes:
The designation method for obtaining resource is called, corresponding resource is obtained from the proxy resources device by the designation method Data.
A6, the method according to any one of A2-A5, wherein, run java codes in java virtual machines and draw institute After stating the interface of intended application, methods described also includes:
, for the operation requests of the intended application, loading the operation by the Classloader for creating please for receive user Correspondence java codes are sought to java virtual machines, to perform the corresponding operation of the operation requests in java virtual machines.
A7, the method according to any one of A2-A6, wherein, run java codes in java virtual machines and draw institute After stating the interface of intended application, methods described also includes:
When the interaction request that the intended application is interacted with the current application is received, by the class for creating Loader loads the interaction request correspondence java codes to java virtual machines, to perform the interaction request in java virtual machines Corresponding interactive operation.
A8, the method according to any one of A2-A7, wherein, the number of resources in the apk files of the intended application During according to changing, methods described also includes:
Resource data after change is repacked with java codes, new packet is packaged into;
The new packet is downloaded in the assigned catalogue of the current application.
A9, the method according to any one of A1-A8, wherein, the apk for obtaining the corresponding intended application of the entrance is literary Part, including:
The apk files of the intended application are searched in the operating system that the current application is located;
If finding, the apk files of the intended application in the operating system that the current application is located are obtained.
A10, the method according to A9, wherein, if not finding institute in the operating system that the current application is located The apk files of intended application are stated, methods described also includes:
The request of the apk files for obtaining the intended application is sent to cloud server;
Receive the apk files of the intended application that the cloud server is returned according to the request.
A11, according to any one of A1-A10 method, wherein, the target in the assigned catalogue is run should Before apk files, methods described also includes:
The relevant information of the intended application is obtained from the assigned catalogue;
The relevant information of the intended application is registered in the current application.
A12, according to any one of A1-A11 method, wherein, the target in the assigned catalogue is run should Before apk files, methods described also includes:
The apk files of the intended application in the assigned catalogue are verified, and are performed by after in verification Follow-up operation operation.
The another aspect of the embodiment of the present invention, additionally provides B13, a kind of application charger based on android, bag Include:
Entrance provides module, is suitable to provide the entrance for loaded targets application in current application;
Acquisition module, is suitable to obtain the apk files of the corresponding intended application of the entrance when the entrance is triggered;
Preserving module, is suitable to the apk files of the intended application be preserved into the assigned catalogue of the current application;
Operation module, is suitable to run the apk files of the intended application in the assigned catalogue, currently should described With the middle loading intended application.
B14, the device according to B13, wherein, the apk files of the intended application include java codes and resource Data, the operation module includes:
Creating unit, is suitable to create Classloader in the current application;
Loading unit, is suitable to by the intended application in the Classloader loading assigned catalogue for creating Java codes in apk files are to java virtual machines;
Drawing unit, is suitable to run the interface that java codes draw the intended application in java virtual machines.
B15, the device according to B14, wherein, the creating unit is further adapted for:
From the Classloader of the current application to one new Classloader of java virtual machines application, as working as described The Classloader created in front application.
B16, the device according to B14 or B15, wherein, also include:
Creation module, is suitable to run the apk files of the intended application in the assigned catalogue in the operation module Before, proxy resources manager, the intended application in the assigned catalogue by described in the proxy resources manager administration are created Apk files in resource data.
B17, the device according to B16, wherein, the loading unit is further adapted for:
In the apk files that the intended application in the assigned catalogue is loaded by the Classloader for creating Java codes obtain the designation method of resource to during java virtual machines, calling, by the designation method from the agency Corresponding resource data is obtained at resource device.
B18, the device according to any one of B14-B17, wherein, also include:
First processing module, is suitable to that the java codes drafting target is run in java virtual machines in the drawing unit Using interface after, receive user for the intended application operation requests, by create the Classloader loading institute Operation requests correspondence java codes are stated to java virtual machines, to perform the corresponding behaviour of the operation requests in java virtual machines Make.
B19, the device according to any one of B14-B18, wherein, also include:
Second processing module, is suitable to that the java codes drafting target is run in java virtual machines in the drawing unit Using interface after, when the interaction request that the intended application is interacted with the current application is received, by creating The Classloader load interaction request correspondence java codes to java virtual machines, described in performing in java virtual machines The corresponding interactive operation of interaction request.
B20, the device according to any one of B14-B19, wherein, also include:
Packetization module, is suitable to when the resource data in the apk files of the intended application changes, after change Resource data is repacked with java codes, is packaged into new packet;
Download module, is suitable to that the new packet is downloaded in the assigned catalogue of the current application.
B21, the device according to any one of B13-B20, wherein, the acquisition module is further adapted for:
The apk files of the intended application are searched in the operating system that the current application is located;
If finding, the apk files of the intended application in the operating system that the current application is located are obtained.
B22, the device according to B21, wherein, the acquisition module is further adapted for:
If the apk files of the intended application are not found in the operating system that the current application is located, to cloud End server sends the request of the apk files for obtaining the intended application;
Receive the apk files of the intended application that the cloud server is returned according to the request.
B23, the device according to any one of B13-B22, wherein, also include:
Registering modules, are suitable to run the apk files of the intended application in the assigned catalogue in the operation module Before, the relevant information of the intended application is obtained from the assigned catalogue;The relevant information of the intended application is registered To in the current application.
B24, the device according to any one of B13-B22, wherein, also include:
Correction verification module, is suitable to run the apk files of the intended application in the assigned catalogue in the operation module Before, to the assigned catalogue in the apk files of the intended application verify, and perform subsequently by after in verification Operation operation.

Claims (10)

1. a kind of application loading method based on android, including:
Entrance for loaded targets application is provided in current application, when the entrance is triggered, the entrance pair is obtained The apk files of the intended application answered;
The apk files of the intended application are preserved into the assigned catalogue of the current application;
The apk files of the intended application in the assigned catalogue are run, to load the target in the current application Using.
2. method according to claim 1, wherein, the apk files of the intended application include java codes and resource Data, run the apk files of the intended application in the assigned catalogue, including:
Classloader is created in the current application;
Java codes in the apk files of the intended application in the assigned catalogue are loaded by the Classloader for creating To java virtual machines;
The interface that java codes draw the intended application is run in java virtual machines.
3. method according to claim 2, wherein, Classloader is created in the current application, including:
From the Classloader of the current application to one new Classloader of java virtual machines application, as currently should described With the Classloader of middle establishment.
4. according to Claims 2 or 3 methods described, wherein, the apk of the intended application in the assigned catalogue is run is literary Before part, methods described also includes:
Proxy resources manager is created, the intended application in the assigned catalogue by described in the proxy resources manager administration Resource data in apk files.
5. method according to claim 4, wherein, loaded in the assigned catalogue by the Classloader for creating To during java virtual machines, methods described also includes java codes in the apk files of the intended application:
The designation method for obtaining resource is called, corresponding number of resources is obtained from the proxy resources device by the designation method According to.
6. the method according to any one of claim 2-5, wherein, run java codes in java virtual machines and draw institute After stating the interface of intended application, methods described also includes:
Receive user loads the operation requests pair for the operation requests of the intended application by the Classloader for creating Java codes are answered to java virtual machines, to perform the corresponding operation of the operation requests in java virtual machines.
7. the method according to any one of claim 2-6, wherein, run java codes in java virtual machines and draw institute After stating the interface of intended application, methods described also includes:
When the interaction request that the intended application is interacted with the current application is received, by the class loading for creating Device loads the interaction request correspondence java codes to java virtual machines, to perform the interaction request correspondence in java virtual machines Interactive operation.
8. the method according to any one of claim 2-7, wherein, the resource in the apk files of the intended application When data change, methods described also includes:
Resource data after change is repacked with java codes, new packet is packaged into;
The new packet is downloaded in the assigned catalogue of the current application.
9. the method according to any one of claim 1-8, wherein, obtain the apk of the corresponding intended application of the entrance File, including:
The apk files of the intended application are searched in the operating system that the current application is located;
If finding, the apk files of the intended application in the operating system that the current application is located are obtained.
10. a kind of application charger based on android, including:
Entrance provides module, is suitable to provide the entrance for loaded targets application in current application;
Acquisition module, is suitable to obtain the apk files of the corresponding intended application of the entrance when the entrance is triggered;
Preserving module, is suitable to the apk files of the intended application be preserved into the assigned catalogue of the current application;
Operation module, is suitable to run the apk files of the intended application in the assigned catalogue, with the current application Load the intended application.
CN201611123921.2A 2016-12-08 2016-12-08 Android-based application loading method and device Active CN106598662B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611123921.2A CN106598662B (en) 2016-12-08 2016-12-08 Android-based application loading method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611123921.2A CN106598662B (en) 2016-12-08 2016-12-08 Android-based application loading method and device

Publications (2)

Publication Number Publication Date
CN106598662A true CN106598662A (en) 2017-04-26
CN106598662B CN106598662B (en) 2020-04-10

Family

ID=58598585

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611123921.2A Active CN106598662B (en) 2016-12-08 2016-12-08 Android-based application loading method and device

Country Status (1)

Country Link
CN (1) CN106598662B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108595220A (en) * 2018-04-25 2018-09-28 上海掌门科技有限公司 Processing method, equipment and the computer readable storage medium of application component
CN109710332A (en) * 2018-12-28 2019-05-03 上海掌门科技有限公司 Processing method, equipment and the computer readable storage medium of boarding application
WO2020187121A1 (en) * 2019-03-15 2020-09-24 上海连尚网络科技有限公司 Applet start method, device, and computer storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103365644A (en) * 2012-04-10 2013-10-23 腾讯科技(深圳)有限公司 Method and device for expanding software functions
CN104267977A (en) * 2014-09-16 2015-01-07 小米科技有限责任公司 Application program running method and device
CN104731568A (en) * 2013-12-23 2015-06-24 朱晓东 Application program operation method and device
CN104965722A (en) * 2014-07-29 2015-10-07 腾讯科技(深圳)有限公司 Method and apparatus for displaying information
CN105094922A (en) * 2015-08-17 2015-11-25 北京奇虎科技有限公司 Application installation-free operation control method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103365644A (en) * 2012-04-10 2013-10-23 腾讯科技(深圳)有限公司 Method and device for expanding software functions
CN104731568A (en) * 2013-12-23 2015-06-24 朱晓东 Application program operation method and device
CN104965722A (en) * 2014-07-29 2015-10-07 腾讯科技(深圳)有限公司 Method and apparatus for displaying information
CN104267977A (en) * 2014-09-16 2015-01-07 小米科技有限责任公司 Application program running method and device
CN105094922A (en) * 2015-08-17 2015-11-25 北京奇虎科技有限公司 Application installation-free operation control method and device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108595220A (en) * 2018-04-25 2018-09-28 上海掌门科技有限公司 Processing method, equipment and the computer readable storage medium of application component
WO2019205706A1 (en) * 2018-04-25 2019-10-31 上海掌门科技有限公司 Application component processing method, device, and computer readable storage medium
CN108595220B (en) * 2018-04-25 2021-04-16 上海掌门科技有限公司 Application component processing method and device and computer readable storage medium
CN109710332A (en) * 2018-12-28 2019-05-03 上海掌门科技有限公司 Processing method, equipment and the computer readable storage medium of boarding application
WO2020187121A1 (en) * 2019-03-15 2020-09-24 上海连尚网络科技有限公司 Applet start method, device, and computer storage medium

Also Published As

Publication number Publication date
CN106598662B (en) 2020-04-10

Similar Documents

Publication Publication Date Title
CN104731625B (en) A kind of method, apparatus and mobile terminal loading plug-in unit
US10481903B2 (en) On-demand database service system, method, and computer program product for validating a developed application
CN104375861B (en) Application program based on Android platform exempts from method, device and the terminal of installation and operation
CN104750528B (en) A kind of assembly management method and apparatus in Android program
US10558438B2 (en) Context information based on type of routine being called
CN108399331B (en) Application process trial method and system
CN106686420A (en) Live streaming application program management method and apparatus
US10949221B2 (en) Executing instructions to store context information based on routine to be executed
Boschi et al. RabbitMQ cookbook
CN106775862A (en) Using loading method and device
US10095493B2 (en) Call sequence generation based on type of routine
CN107766252A (en) Test script automated execution method, apparatus, equipment and storage medium
CN104346457A (en) Method for intercepting business object and browser client
US10241769B2 (en) Marking sibling caller routines
US10152338B2 (en) Marking external sibling caller routines
CN108121543A (en) A kind of software code process of compilation method and device
US20160266882A1 (en) Systems and processes of accessing backend services with a mobile application
CN109933350A (en) The method, apparatus and electronic equipment of embedded code in the application
CN109725912A (en) Application program configuration method, device, terminal, server and readable storage medium storing program for executing
CN106598662A (en) Application loading method and device based on android
CN110515647A (en) A kind of static resource management method, device, equipment and storage medium
CN109213536A (en) Resource exhibition method, resource show configuration method, device and the equipment of class control
US10180827B2 (en) Suppressing storing of context information
CN109445770B (en) Error code processing method, device, medium and equipment
CN109408256A (en) Using call method and device

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
CB02 Change of applicant information

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

Applicant after: Blue letter mobile (Beijing) Technology Co., Ltd.

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

Applicant before: Lanseen workshop (Beijing) Technology Co. Ltd.

GR01 Patent grant
GR01 Patent grant