CN112153064B - Application store and use method thereof - Google Patents

Application store and use method thereof Download PDF

Info

Publication number
CN112153064B
CN112153064B CN202011041444.1A CN202011041444A CN112153064B CN 112153064 B CN112153064 B CN 112153064B CN 202011041444 A CN202011041444 A CN 202011041444A CN 112153064 B CN112153064 B CN 112153064B
Authority
CN
China
Prior art keywords
mobile application
layer
application
server
webview
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202011041444.1A
Other languages
Chinese (zh)
Other versions
CN112153064A (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.)
Shanghai Science And Technology Co ltd
Original Assignee
Shanghai Science And 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 Shanghai Science And Technology Co ltd filed Critical Shanghai Science And Technology Co ltd
Priority to CN202011041444.1A priority Critical patent/CN112153064B/en
Publication of CN112153064A publication Critical patent/CN112153064A/en
Application granted granted Critical
Publication of CN112153064B publication Critical patent/CN112153064B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/62Uninstallation
    • 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/451Execution arrangements for user interfaces
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Abstract

The invention discloses an application store and a using method thereof, wherein the application store comprises a client and a server, the client comprises a WebView layer and a Native layer for loading and displaying the WebView layer, and the using method comprises the following steps: mobile application display: the WebView layer displays the mobile application according to the received rendering result sent by the server; application installation or uninstallation: when the WebView layer is detected to receive a mobile application installation or uninstallation request, calling a Native interface registered for the Native interface by the Native layer through the WebView layer, acquiring a corresponding mobile application stored by a server, and installing or uninstalling the mobile application; and (3) application display updating: and when the mobile application is installed or uninstalled, the server updates the corresponding mobile application parameters, and the WebView layer receives rendering results corresponding to all the updated mobile application parameters of the server so as to display the mobile application.

Description

Application store and use method thereof
Technical Field
The invention relates to the technical field of application programs, in particular to an application store and a using method thereof.
Background
The existing Android application stores are all Native (Native), the display of the mobile applications in the application stores is all achieved through Native rendering operation, the hosting of the mobile applications is all achieved in a Native client, and the workload of the mobile terminal is increased.
In view of the above, it is desirable to provide an application store and a method for using the same that can solve the above-mentioned drawbacks to reduce the workload of the mobile terminal.
Disclosure of Invention
The invention aims to provide an application store and a using method thereof so as to reduce the workload of a mobile terminal.
In order to solve the technical problems, the invention adopts the following technical scheme: a use method of an application store, wherein the application store comprises a client and a server, the client comprises a WebView layer and a Native layer used for loading and displaying the WebView layer, and the server is in communication connection with the client, and the use method comprises the following steps:
mobile application display: the WebView layer displays the mobile application according to the received rendering result sent by the server;
application installation or uninstallation: when detecting that the WebView layer receives a mobile application installation or uninstallation request, calling a Native interface registered for the Native layer through the WebView layer to acquire a corresponding mobile application stored by a server, and installing or uninstalling the mobile application;
and (3) application display updating: and when the mobile application is installed or uninstalled, the server updates the corresponding mobile application parameters, and the WebView layer receives rendering results corresponding to all the updated mobile application parameters of the server so as to display the mobile application.
The further technical scheme is as follows: the step of displaying the mobile application specifically comprises:
and (3) display request: detecting the operation of a starting client of a user, acquiring the information of the installed and installed mobile application on equipment by the client, generating a corresponding mobile application parameter by the WebView layer according to the acquired information of the installed and installed mobile application, generating an application display https request according to the corresponding mobile application parameter and application display instruction information, and sending the application display https request to a server;
analyzing and rendering: and the server performs contrastive analysis rendering on all the stored mobile application parameters according to the obtained application display https request, acquires a rendering result and sends the rendering result to the WebView layer of the client for display.
The further technical scheme is as follows: the server is in communication connection with a developer server, and the step of analyzing and rendering specifically comprises the following steps:
and (3) comparing and distinguishing: the cloud end of the server performs contrastive analysis processing according to the received application display https request, obtains mobile application parameters of mobile applications installed and installed on the equipment, contrasts and distinguishes all the mobile application parameters stored in a database of the server according to the mobile application parameters, and obtains installation states of all the mobile applications in the database;
and (3) comprehensive rendering: and the cloud end of the server acquires and stores the store function code information and the store UI code information issued by the developer server end, renders according to the installation states of all the mobile applications acquired by comparison and differentiation, the store function code information and the store UI code information stored in the cloud end, acquires rendering results and sends the rendering results to the WebView layer of the client end for displaying.
The further technical scheme is as follows: the installation state of the mobile application comprises installed, uninstalled and in-installation, the WebView layer comprises a plurality of web pages, including an installed application page, an uninstalled application page and an installed application page, and each web page is nested with a slidable area.
The further technical scheme is as follows: the step of displaying the mobile application further comprises:
displaying the installation progress: and the Native layer calls the script operated by the WebView layer in a callback mode to acquire the installation progress updating information of the mobile application in installation, renders the installation progress updating information, and sends the rendering result to the application page in installation of the WebView layer for displaying.
The further technical scheme is as follows: the step of displaying the installation progress specifically comprises the following steps:
the method comprises the steps that scripts run by a WebView layer register an API (application programming interface) for updating an interface of the installation progress of the mobile application in the WebView layer;
the Native layer acquires a loadUrl function of the WebView layer in a callback mode, calls an API (application programming interface) which is registered by a script run by the WebView layer and is used for updating an interface of the installation progress of the mobile application back and forth through the loadUrl function, and acquires the installation progress updating information of the mobile application in installation;
and the Native layer renders the obtained installation progress updating information of the mobile application in the installation process, and sends a rendering result to an installation application page of the WebView layer for displaying.
The further technical scheme is as follows: the step of displaying the mobile application further comprises:
the WebView layer monitors the pull-down gesture operation of a user;
acquiring a position area of a current Web page subjected to the pull-down gesture operation, and judging whether the position area is a slidable area nested in the current Web page;
and if not, capturing the refreshing operation of the current Web page, receiving rendering results corresponding to all mobile application parameters stored by the server through the WebView layer, and displaying the mobile application.
The further technical scheme is as follows: the step of acquiring the position area of the current Web page subjected to the pull-down gesture operation and judging whether the position area is a sliding area nested in the current Web page further comprises the following steps:
if the position area is a slidable area nested in the current Web page, judging whether the slidable area has the content which can be glidingly displayed;
if yes, sliding the content of the slidable area;
and if not, transmitting a pull-down gesture operation to the upper layer of the slidable area, judging whether the upper layer of the slidable area is the slidable area nested in the current Web page, if not, capturing the refreshing operation on the current Web page, receiving rendering results corresponding to all mobile application parameters stored by the server through the WebView layer, and displaying the mobile application.
The further technical scheme is as follows: the step of installing or uninstalling the application specifically comprises:
native interfaces registered in the WebView layer by the Native layer, wherein the Native interfaces comprise an installation interface and an unloading interface;
when the WebView layer is detected to receive a mobile application installation or uninstallation request, the script operated by the WebView layer calls the corresponding native interface, acquires the corresponding mobile application stored by the server, and installs or uninstalls the mobile application.
In order to solve the technical problem, the invention also provides an application store which comprises a client and a server, wherein the client comprises a WebView layer and a Native layer, the WebView layer is used for displaying contents to perform human-computer interaction, and the Native layer is used for loading and displaying the WebView layer and providing a Native interface; the server is respectively in communication connection with the client and the developer server and comprises a cloud end and a database, the database is used for storing all mobile application parameters, the cloud end is respectively in communication connection with the WebView layer, the database and the developer server to receive and process requests of the WebView layer, obtain the mobile application parameters stored in the database, receive and store function code information and store UI code information issued by the developer server, conduct rendering and drawing processing to obtain rendering results, and send the rendering results to the WebView layer.
The invention has the beneficial technical effects that: the application store is respectively in communication connection with the client and the developer server by arranging the server, the client comprises a WebView layer for displaying content to perform man-machine interaction and a Native layer for loading and displaying the WebView layer and providing a Native interface, all mobile application parameters are stored in the server, the WebView layer of the client is in communication with the server to realize information transmission, the server feeds back rendering results to the WebView layer according to all the mobile application parameters to display mobile applications, the rendering operation and hosting of the mobile applications are realized by the server, and the installation or unloading is realized by the Native interface provided for the WebView layer through the Native layer, so that the client has an interface function and is in communication connection with the server, the work load of equipment is reduced, and the operation efficiency of the application store is improved. The application store using method can realize the functions, can update the display of the installed or uninstalled application program, and has strong practicability.
Drawings
FIG. 1 is a block diagram of the architecture of an application store of the present invention;
FIG. 2 is a flow chart diagram of a method of use of the application store of the present invention;
FIG. 3 is a sub-flow diagram of the mobile application display steps of the method of use of the application store of FIG. 2;
FIG. 4 is a sub-flow diagram of the analytical rendering step of the method of use of the application store of FIG. 3;
FIG. 5 is a sub-flow diagram of installation progress display steps of the method of use of the application store of FIG. 4;
FIG. 6 is a sub-flow diagram of a method of use of the application store of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more clearly understood by those skilled in the art, the present invention is further described with reference to the accompanying drawings and examples.
Referring to fig. 1, an application store 10 of the present invention is communicatively connected to a developer server 20, and the developer server 20 is configured to receive and publish store function code information and store UI code information that are newly developed by a developer. The application store 10 comprises a client 11 and a server 12, wherein the client 12 comprises a WebView layer 112 and a Native layer 111, the WebView layer 112 is used for displaying content for human-computer interaction, and the Native layer 111 is used for loading and displaying the WebView layer 112 and providing a Native interface; the server 12 is in communication connection with the client 11 and the developer server 20, and includes a cloud 121 and a database 122, where the database 122 is used to store all mobile application parameters, the cloud 121 is in communication connection with the WebView layer 112, the database 122, and the developer server 20, respectively, so as to receive and process a request of the WebView layer 112, obtain the mobile application parameters stored in the database 122, receive and store function code information and store UI code information issued by the developer server 20, perform rendering processing to obtain a rendering result, and send the rendering result to the WebView layer 112.
The mobile application parameters represent information parameters corresponding to the mobile application, and include names, icons, update dates, installation dates, uninstallation dates and versions, the application store 10 is in communication connection with the client 11 and the developer server 20 through the server 12, the client 11 includes a WebView layer 112 for displaying content for human-computer interaction and a Native layer 111 for loading and displaying the WebView layer 112 and providing a Native interface, the database 122 of the server 12 stores all mobile application parameters, the WebView layer 112 of the client communicates with the cloud 121 of the server 12 to achieve information transfer, the cloud 121 of the server 12 performs rendering processing according to all mobile application parameters stored in the database 122 and feeds a rendering result back to the WebView layer 112 to display the mobile application, rendering operation and hosting of the mobile application are achieved through the server 12, and installation or uninstallation is achieved through the Native interface provided by the Native layer 111 for the WebView layer 112, so that the client 11 has an interface function and is in communication connection with the server 12, work burden of equipment is reduced, and operation efficiency of the application store 10 is improved.
During working, when a client starting operation of a user is detected, the WebView layer 112 of the client 11 sends an application display request to the cloud end 121 of the server 12, the cloud end 121 obtains all mobile application parameters stored in the database 122 according to the received application display request, the cloud end 121 receives and stores store function code information and store UI code information issued by the developer server 20, renders according to all obtained mobile application parameters, the stored store function code information and store UI code information, obtains a rendering result and sends the rendering result to the WebView layer 112 for displaying; when it is detected that the WebView layer 112 receives a mobile application installation request, calling an installation interface registered for the WebView layer 112 by the Native layer 111 through the WebView layer 112, acquiring a corresponding mobile application stored by the server 12, and installing the mobile application; when detecting that the WebView layer 112 receives a mobile application uninstalling request, calling an uninstalling interface registered for the Native layer 111 by the WebView layer 112 to obtain a corresponding mobile application stored by the server 12, and uninstalling the mobile application; when the mobile application is installed or uninstalled, the cloud 111 of the server 12 updates the corresponding mobile application parameters in the database 122, and receives, through the WebView layer 112, a corresponding rendering result obtained after rendering processing is performed on all the mobile application parameters updated by the cloud 121 of the server 12 according to the database 122, so as to display the mobile application.
Referring to fig. 2, the application store of the present invention includes a client and a server, the client includes a WebView layer and a Native layer for loading and displaying the WebView layer, the server is respectively connected to the client and a developer server in a communication manner, the application store includes the following steps:
step S11, mobile application display: and the WebView layer displays the mobile application according to the received rendering result sent by the server.
Step S12, application installation or uninstallation: and when detecting that the WebView layer receives a mobile application installation or uninstallation request, calling a Native interface registered for the Native layer through the WebView layer to acquire a corresponding mobile application stored by a server, and installing or uninstalling the mobile application.
Step S13, application display updating: and when the mobile application is installed or uninstalled, the server updates the corresponding mobile application parameters, and the WebView layer receives rendering results corresponding to all the updated mobile application parameters of the server so as to display the mobile application.
The mobile application parameters represent information parameters corresponding to the mobile application and comprise names, icons, update dates, installation dates, unloading dates, versions and the like, the application store using method comprises the steps that all mobile application parameters are stored in a server, a WebView layer of a client communicates with the server to achieve information transmission, the server conducts rendering and drawing processing according to all the mobile application parameters and feeds rendering results back to the WebView layer to display the mobile application, a Native layer loads and displays the WebView layer and provides a Native interface for the WebView layer, the mobile application parameters stored in the server are obtained through the Native interface to achieve installation and unloading of the mobile application, rendering operation and hosting of the mobile application are achieved through the server, installation or unloading is achieved through the Native interface provided by the Native layer for the WebView layer, the client is enabled to have an interface function and be in communication connection with the server, work burden of equipment is reduced, and operation efficiency of the application store is improved.
Referring to fig. 3, in this embodiment, the step S11 specifically includes:
step S111, display request: detecting the operation of a starting client of a user, acquiring the information of the installed and installed mobile application on the equipment by the client, generating corresponding mobile application parameters by the WebView layer according to the acquired information of the installed and installed mobile application, generating an application display https request according to the corresponding mobile application parameters and the application display instruction information, and sending the application display https request to the server. The client starting operation can be an operation used by a user for starting a client displayed by the application store client clicking or touching the device.
Step S112, analyzing and rendering: and the server performs contrastive analysis rendering on all the stored mobile application parameters according to the obtained application display https request, acquires a rendering result and sends the rendering result to the WebView layer of the client for display.
Referring to fig. 4, in this embodiment, the server is in communication connection with the developer server, and the step S112 specifically includes:
step S1121, comparing and distinguishing: the cloud end of the server performs contrastive analysis processing according to the received application display https request, obtains mobile application parameters of mobile applications installed and installed on the device, contrasts and distinguishes all the mobile application parameters stored in a database of the server according to the mobile application parameters, and obtains installation states of all the mobile applications in the database.
Step S1122, comprehensive rendering: the cloud of the server acquires and stores the store function code information and the store UI code information issued by the developer server, renders according to the installation states of all the mobile applications acquired through comparison and differentiation, the store function code information and the store UI code information stored in the cloud, acquires rendering results and sends the rendering results to the WebView layer of the client for displaying. The cloud end can regularly acquire store function code information and store UI code information written and developed by a user and issued by the developer server end and store the store function code information and the store UI code information for rendering and displaying, so that the state of the application store is the latest version, the application store is updated only by regularly acquiring and storing the corresponding code information through the cloud end of the server, the client end does not need to be replaced again, the internal memory of the device does not need to be excessively occupied, the workload of the device is reduced, the development complexity of the application store is reduced, the development period and the updating period are shortened, and the practicability is high.
Specifically, the installation state of the mobile application comprises installed, uninstalled and in-installation, the WebView layer comprises a plurality of web pages, including an installed application page, an uninstalled application page and an in-installation application page, and each web page is nested with a slidable area. The mobile application is displayed on the WebView layer through different web pages according to the installation state of the mobile application, so that a user can conveniently check and find the mobile application, the order is clear, excessive web pages can be reduced by nesting the web pages with slidable areas, the operation is simpler, and the interface is simpler.
Specifically, in this embodiment, after step S1122, the method further includes:
step S1123, installation progress display: and the Native layer calls the script operated by the WebView layer in a callback mode to acquire installation progress updating information of the mobile application in installation, renders the installation progress updating information, and sends a rendering result to an application page in installation of the WebView layer for display.
Referring to fig. 5, in this embodiment, the step S1123 specifically includes:
and step S1123a, registering an API of an interface for updating the installation progress of the mobile application in the WebView layer by the script operated by the WebView layer.
And S1123b, the Native layer acquires a loadUrl function of the WebView layer in a callback mode, calls an API (application programming interface) registered by a script operated by the WebView layer and used for updating the installation progress of the mobile application back and forth through the loadUrl function, and acquires the installation progress updating information of the mobile application in the installation process.
And S1123c, rendering the obtained installation progress updating information of the mobile application in the installation by the Native layer, and sending a rendering result to an installation application page of the WebView layer for displaying.
Referring to fig. 6, in this embodiment, after step S11, the method further includes:
step S1101, monitoring a pull-down gesture operation of a user by a WebView layer;
step S1102, acquiring a position area of the current Web page where the pull-down gesture operation occurs, and judging whether the position area is a slidable area nested in the current Web page;
and S1103, if not, capturing the refreshing operation on the current Web page, receiving rendering results corresponding to all mobile application parameters stored in the server through the WebView layer, and displaying the mobile application.
Specifically, the step S1102 is followed by:
step S1102.1, if the position area is a slidable area nested in the current Web page, judging whether the slidable area has the content which can be glidingly displayed;
step S1102.2, if yes, sliding the content of the slidable area;
and step S1102.3, if not, transmitting a pull-down gesture operation to the upper layer of the slidable area, judging whether the upper layer of the slidable area is the slidable area nested in the current Web page, if not, capturing the refreshing operation on the current Web page, receiving rendering results corresponding to all mobile application parameters stored by the server through the WebView layer, and displaying the mobile application.
Preferably, after the step S1102.3, the method further includes: and if the previous layer of slidable area is the slidable area nested in the current Web page, returning to execute the step S1102.1.
In summary, in the application store using method of the present invention, all mobile application parameters are stored in the server, the WebView layer of the client communicates with the server to implement information transfer, the server performs rendering and drawing processing according to all mobile application parameters and feeds a rendering result back to the WebView layer to display the mobile application, the Native layer loads and displays the WebView layer and provides a Native interface for the WebView layer, so as to obtain the mobile application parameters stored in the server through the Native interface to implement installation and uninstallation of the mobile application, the rendering operation and hosting of the mobile application are implemented by the server, and the installation or uninstallation is implemented through the Native interface provided by the Native layer for the WebView layer, so that the client functions as an interface to communicate with the server, thereby reducing the workload of the device, improving the operating efficiency of the application store, and having strong practicability. The application store is respectively in communication connection with the client and the developer server by arranging the server, the client comprises a WebView layer for displaying content to perform man-machine interaction and a Native layer for loading and displaying the WebView layer and providing a Native interface, all mobile application parameters are stored in the server, the WebView layer of the client is in communication with the server to realize information transmission, the server feeds back rendering results to the WebView layer according to all the mobile application parameters to display mobile applications, the rendering operation and hosting of the mobile applications are realized by the server, and the installation or unloading is realized by the Native interface provided for the WebView layer through the Native layer, so that the client has an interface function and is in communication connection with the server, the work load of equipment is reduced, and the operation efficiency of the application store is improved.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention in any way. Various equivalent changes and modifications can be made by those skilled in the art based on the above embodiments, and all equivalent changes and modifications within the scope of the claims should fall within the protection scope of the present invention.

Claims (10)

1. A using method of an application store is characterized in that the application store comprises a client and a server, the client comprises a WebView layer and a Native layer used for loading and displaying the WebView layer, and the server is in communication connection with the client, and the using method comprises the following steps:
mobile application display: the WebView layer displays the mobile application according to the received rendering result sent by the server;
application installation or uninstallation: when the WebView layer is detected to receive a mobile application installation or uninstallation request, calling a Native interface registered for the Native interface by the Native layer through the WebView layer, acquiring a corresponding mobile application stored by a server, and installing or uninstalling the mobile application;
and (3) application display updating: and when the mobile application is installed or uninstalled, the server updates the corresponding mobile application parameters, and the WebView layer receives rendering results corresponding to all the updated mobile application parameters of the server so as to display the mobile application.
2. The method for using an application store according to claim 1, wherein the step of displaying the mobile application specifically comprises:
and (3) display request: detecting the operation of a starting client of a user, acquiring the information of the installed and installed mobile application on equipment by the client, generating a corresponding mobile application parameter by the WebView layer according to the acquired information of the installed and installed mobile application, generating an application display https request according to the corresponding mobile application parameter and application display instruction information, and sending the application display https request to a server;
analyzing and rendering: and the server performs contrastive analysis rendering on all the stored mobile application parameters according to the obtained application display https request, acquires a rendering result and sends the rendering result to the WebView layer of the client for display.
3. The method for using an application store according to claim 2, wherein the server is connected to the developer server in a communication manner, and the step of analyzing and rendering specifically comprises:
and (3) comparison and differentiation: the cloud end of the server performs contrastive analysis processing according to the received application display https request, obtains mobile application parameters of mobile applications installed and installed on the equipment, contrasts and distinguishes all the mobile application parameters stored in a database of the server according to the mobile application parameters, and obtains installation states of all the mobile applications in the database;
and (3) comprehensive rendering: the cloud of the server acquires and stores the store function code information and the store UI code information issued by the developer server, renders according to the installation states of all the mobile applications acquired through comparison and differentiation, the store function code information and the store UI code information stored in the cloud, acquires rendering results and sends the rendering results to the WebView layer of the client for displaying.
4. The method for using the application store according to claim 3, wherein the installation state of the mobile application comprises installed, uninstalled and in-installation, the WebView layer comprises a plurality of web pages comprising an installed application page, an uninstalled application page and an in-installation application page, and each web page is nested with a slidable area.
5. The method of using an application store of claim 4, wherein the step of synthetically rendering further comprises, after the step of synthetically rendering:
displaying the installation progress: and the Native layer calls the script operated by the WebView layer in a callback mode to acquire the installation progress updating information of the mobile application in installation, renders the installation progress updating information, and sends the rendering result to the application page in installation of the WebView layer for displaying.
6. The method for using an application store according to claim 5, wherein the step of displaying the installation progress specifically comprises:
the script operated by the WebView layer registers an API (application programming interface) for updating the interface of the installation progress of the mobile application in the WebView layer;
the Native layer acquires a loadUrl function of the WebView layer in a callback mode, calls an API (application programming interface) registered by a script operated by the WebView layer and used for updating the installation progress of the mobile application back and forth through the loadUrl function, and acquires the installation progress updating information of the mobile application in installation;
and the Native layer renders the obtained installation progress updating information of the mobile application in the installation process, and sends a rendering result to an installation application page of the WebView layer for displaying.
7. The method for using an application store of claim 3, wherein the step of displaying the mobile application is further followed by the step of:
the WebView layer monitors the pull-down gesture operation of a user;
acquiring a position area of a current Web page subjected to the pull-down gesture operation, and judging whether the position area is a slidable area nested in the current Web page;
and if not, capturing the refreshing operation of the current Web page, receiving rendering results corresponding to all mobile application parameters stored by the server through the WebView layer, and displaying the mobile application.
8. The method as claimed in claim 7, wherein the step of obtaining the location area of the current Web page where the pull-down gesture operation occurs and determining whether the location area is a slidable area nested in the current Web page further comprises:
if the position area is a slidable area nested in the current Web page, judging whether the slidable area has the content which can be glidingly displayed;
if yes, sliding the content of the slidable area;
and if not, transmitting a pull-down gesture operation to the upper layer of the slidable area, judging whether the upper layer of the slidable area is the slidable area nested in the current Web page, if not, capturing the refreshing operation by the current Web page, receiving rendering results corresponding to all mobile application parameters stored by the server through the WebView layer, and displaying the mobile application.
9. The method for using an application store according to claim 1, wherein the step of installing or uninstalling the application specifically comprises:
native interfaces registered in the WebView layer by the Native layer, wherein the Native interfaces comprise an installation interface and an unloading interface;
when the WebView layer is detected to receive a mobile application installation or uninstallation request, the script operated by the WebView layer calls the corresponding native interface, acquires the corresponding mobile application stored by the server, and installs or uninstalls the mobile application.
10. An application store communicatively coupled to a developer server, comprising:
the client comprises a WebView layer and a Native layer, wherein the WebView layer is used for displaying content to carry out human-computer interaction, and the Native layer is used for loading and displaying the WebView layer and providing a Native interface;
and the server is respectively in communication connection with the client and the developer server, and comprises a cloud end and a database, wherein the database is used for storing all mobile application parameters, the cloud end is respectively in communication connection with the WebView layer, the database and the developer server so as to receive and process the request of the WebView layer, acquire the mobile application parameters stored in the database, receive and store the store function code information and the store UI code information issued by the developer server, perform rendering and drawing processing to acquire a rendering result, and send the rendering result to the WebView layer.
CN202011041444.1A 2020-09-28 2020-09-28 Application store and use method thereof Active CN112153064B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011041444.1A CN112153064B (en) 2020-09-28 2020-09-28 Application store and use method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011041444.1A CN112153064B (en) 2020-09-28 2020-09-28 Application store and use method thereof

Publications (2)

Publication Number Publication Date
CN112153064A CN112153064A (en) 2020-12-29
CN112153064B true CN112153064B (en) 2022-11-22

Family

ID=73894572

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011041444.1A Active CN112153064B (en) 2020-09-28 2020-09-28 Application store and use method thereof

Country Status (1)

Country Link
CN (1) CN112153064B (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102779257A (en) * 2012-06-28 2012-11-14 奇智软件(北京)有限公司 Security detection method and system of Android application program
CN104572114A (en) * 2015-01-23 2015-04-29 盟游(北京)科技有限公司 Binding device, application updating device and method and application
CN105354013A (en) * 2014-08-18 2016-02-24 阿里巴巴集团控股有限公司 Application interface rendering method and apparatus
CN106383723A (en) * 2016-10-21 2017-02-08 济南浪潮高新科技投资发展有限公司 Method for dynamically modifying mobile App installed by user
CN106502646A (en) * 2016-09-23 2017-03-15 北京五八信息技术有限公司 The page info processing method and processing device of application
JP2017059161A (en) * 2015-09-18 2017-03-23 セイコーエプソン株式会社 Pos terminal and pos driver installed to the same
JP2018069919A (en) * 2016-10-28 2018-05-10 株式会社ジェイテクト Steering control device
CN108334517A (en) * 2017-01-20 2018-07-27 华为技术有限公司 A kind of webpage rendering intent and relevant device
CN108846087A (en) * 2018-06-12 2018-11-20 恒生电子股份有限公司 A kind of page rendering method, apparatus, terminal and server
JP2018198013A (en) * 2017-05-24 2018-12-13 株式会社リコー Image forming device, system, and control method
EP3557352A1 (en) * 2018-04-20 2019-10-23 Rittal GmbH & Co. KG Method and computerized system for detecting of life cycle information via an electrical enclosure of an industrial installation
CN110457621A (en) * 2019-08-15 2019-11-15 腾讯科技(深圳)有限公司 A kind of page display method, device and the medium of mixing application
CN111352847A (en) * 2020-03-09 2020-06-30 中国邮政储蓄银行股份有限公司 Real-time debugging method and system for mobile application terminal

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9070211B1 (en) * 2012-10-18 2015-06-30 Google Inc. Webview tag for a sandboxed multiprocess browser
CN104809011B (en) * 2015-04-13 2018-04-27 中国科学院声学研究所 A kind of management method of application program
CN107368487B (en) * 2016-05-12 2020-09-29 阿里巴巴集团控股有限公司 Dynamic layout method, device and client for page components
CN107070870B (en) * 2017-01-09 2020-04-14 阿里巴巴集团控股有限公司 Data acquisition method and device
CN107479921A (en) * 2017-08-04 2017-12-15 四川长虹电器股份有限公司 Mobile solution end dynamic load WebView method
WO2019191584A1 (en) * 2018-03-30 2019-10-03 FullStory, Inc. Capturing and processing interactions with a user interface of a native application
CN109388453B (en) * 2018-09-07 2020-05-12 Oppo广东移动通信有限公司 Application page display method and device, storage medium and electronic equipment
CN109063202B (en) * 2018-09-13 2022-01-25 北京三快在线科技有限公司 Method and device for realizing popup in mixed interface application and computer equipment

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102779257A (en) * 2012-06-28 2012-11-14 奇智软件(北京)有限公司 Security detection method and system of Android application program
CN105354013A (en) * 2014-08-18 2016-02-24 阿里巴巴集团控股有限公司 Application interface rendering method and apparatus
CN104572114A (en) * 2015-01-23 2015-04-29 盟游(北京)科技有限公司 Binding device, application updating device and method and application
JP2017059161A (en) * 2015-09-18 2017-03-23 セイコーエプソン株式会社 Pos terminal and pos driver installed to the same
CN106502646A (en) * 2016-09-23 2017-03-15 北京五八信息技术有限公司 The page info processing method and processing device of application
CN106383723A (en) * 2016-10-21 2017-02-08 济南浪潮高新科技投资发展有限公司 Method for dynamically modifying mobile App installed by user
JP2018069919A (en) * 2016-10-28 2018-05-10 株式会社ジェイテクト Steering control device
CN108334517A (en) * 2017-01-20 2018-07-27 华为技术有限公司 A kind of webpage rendering intent and relevant device
JP2018198013A (en) * 2017-05-24 2018-12-13 株式会社リコー Image forming device, system, and control method
EP3557352A1 (en) * 2018-04-20 2019-10-23 Rittal GmbH & Co. KG Method and computerized system for detecting of life cycle information via an electrical enclosure of an industrial installation
CN108846087A (en) * 2018-06-12 2018-11-20 恒生电子股份有限公司 A kind of page rendering method, apparatus, terminal and server
CN110457621A (en) * 2019-08-15 2019-11-15 腾讯科技(深圳)有限公司 A kind of page display method, device and the medium of mixing application
CN111352847A (en) * 2020-03-09 2020-06-30 中国邮政储蓄银行股份有限公司 Real-time debugging method and system for mobile application terminal

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于react-native的移动端周界入侵定位系统;张芳杰等;《无线通信技术》;20190915(第03期);全文 *

Also Published As

Publication number Publication date
CN112153064A (en) 2020-12-29

Similar Documents

Publication Publication Date Title
CN108614776B (en) Dynamic construction method and system for cross-language protocol test request
EP2875425A1 (en) Providing access to a remote application via a web client
US11709896B2 (en) Systems and methods for retrieving and processing data
CN106802814B (en) Method and device for upgrading software version
CN103914375A (en) Method and device for testing owner-drawing interface software
JP7106001B2 (en) SUB-APPLICATION DEVELOPMENT METHOD, APPARATUS, COMPUTER DEVICE, AND COMPUTER PROGRAM
CN105808690A (en) Directory displaying system and method
CN109947635B (en) Data reporting method, device, storage medium and terminal equipment
CN108197024B (en) Embedded browser debugging method, debugging terminal and computer readable storage medium
US20220035491A1 (en) List display method and apparatus, computer device and computer-readable medium
CN110138833B (en) Rapid adjustment method, device, medium and equipment for real Native module in APP
CN112835809A (en) Test data setting method, device, equipment and medium based on browser
CN113282488B (en) Terminal test method and device, storage medium and terminal
CN112153064B (en) Application store and use method thereof
CN104793844A (en) Plug-in management method and device based on mobile terminal
CN114237651A (en) Installation method and device of cloud native application, electronic equipment and medium
CN105095076B (en) Method and device for testing compatibility between application software versions
CN105808059A (en) Application processing method and device based on terminal system
WO2016095686A1 (en) Method for performing communication between browser and mobile terminal, and browser device
CN111782516A (en) Code testing method and device and storage medium
CN109101429B (en) Method and device for debugging browser page of set top box
CN108132787B (en) AGV touch interface design method and device and computer readable storage medium
CN114238130A (en) Performance test method, device, equipment and storage medium
CN116266482A (en) Equipment software upgrading method and device
CN107728841B (en) Multi-point touch method and system based on bid-winning kylin operating system

Legal Events

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