CN112394952B - Method and system for dynamically generating Launcher based on Hybrid App and storage medium - Google Patents

Method and system for dynamically generating Launcher based on Hybrid App and storage medium Download PDF

Info

Publication number
CN112394952B
CN112394952B CN202011282434.7A CN202011282434A CN112394952B CN 112394952 B CN112394952 B CN 112394952B CN 202011282434 A CN202011282434 A CN 202011282434A CN 112394952 B CN112394952 B CN 112394952B
Authority
CN
China
Prior art keywords
app
server
launcher
web page
data
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
CN202011282434.7A
Other languages
Chinese (zh)
Other versions
CN112394952A (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.)
Zhuhai Gotech Intelligent Technology Co Ltd
Original Assignee
Zhuhai Gotech Intelligent 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 Zhuhai Gotech Intelligent Technology Co Ltd filed Critical Zhuhai Gotech Intelligent Technology Co Ltd
Priority to CN202011282434.7A priority Critical patent/CN112394952B/en
Publication of CN112394952A publication Critical patent/CN112394952A/en
Application granted granted Critical
Publication of CN112394952B publication Critical patent/CN112394952B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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
    • 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/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Abstract

The invention provides a method and a system for dynamically generating a host based on a Hybrid App and a storage medium. The invention can generate the Launcher by configuring the content or the layout of the Launcher at the server and the terminal equipment obtains the configuration of the server through the network, thereby realizing the update of the Launcher of the terminal equipment at any time and the automatic installation, unloading and update of other APP.

Description

Method and system for dynamically generating Launcher based on Hybrid App and storage medium
Technical Field
The invention relates to the technical field of electronic communication, in particular to a method for dynamically generating a Launcher based on Hybrid App, a system applying the method and a storage medium.
Background
In recent years, with the rise of mobile terminals and the continuous progress of internet technology, the functions of terminal devices have been shifted from a tuner and decoder with multiple frequencies to a control terminal for online databases of a large number of movies, multimedia practices, news, etc. I.e. to a television viewing live, movie on demand or running a third party APP via a network connection. The importance of the APP-host as the most frequent user interaction with the network termination device is undoubted. But most network terminal equipment's Launcher is a native application that is pre-set at the factory, which is fixed, and is complex and difficult to upgrade, maintain, or service switch.
Disadvantages of the prior art:
1. currently, most network terminal devices, namely the Launcher, are preset in a factory, and are not easy to upgrade and update, such as advertisement placement, style change or layout change.
2. For organizations that use large batches of terminal devices, such as operators, hotels, etc. It becomes very difficult for the installer to install and maintain the terminal device APP, and installation, upgrading or uninstallation of the APP must be performed on each terminal device.
3. The memory of the terminal equipment is smaller, so that the memory is insufficient easily because of a large amount of user-installed APP, and the parent application Launcher is difficult to monitor and feed back to related management personnel or technicians.
Disclosure of Invention
The invention aims to provide a method for dynamically generating the Launcher based on Hybrid App, which can realize the update of the terminal equipment Launcher at any time and the automatic installation, unloading and update of other APPs.
A second object of the present invention is to provide a system for dynamically generating a host based on Hybrid App.
A third object of the present invention is to provide a storage medium.
In order to achieve the first object, the present invention provides a method for dynamically generating a parent based on a Hybrid App, which includes the following steps: after the terminal equipment is started, loading a WebView control through a Hybrid App, judging whether a network environment is good, if so, reading a Web page of a server side, and loading a Web page of a android system; and acquiring server data through a Web page of the android system to generate a Launcher interface.
In a further scheme, after the network environment is determined to be good, an HTTP request containing parameter data of the terminal equipment is initiated to a server according to a preset server address, and after the server receives the HTTP request, html data is generated according to the parameter data of the HTTP request and returned to the android system; after the Hybrid App receives html data returned by the server, the html data is loaded into a Web page, and the terminal equipment displays specific contents according to the returned Web page group.
In a further scheme, the Web page of the server is downloaded to the local file for caching by the android native method while the Web page of the server is read.
In a further scheme, an HTTP request is sent through a Web page of an android system to log in, and data of a server are obtained; after the data is acquired, the acquired data is cached into a session storage and a local file of WebView by the Web page of the android system, and the generated Launcher interface is obtained after the data is loaded by the Web page successfully.
In a further scheme, when network interruption is encountered in the starting process of the terminal equipment or in the using process of the host, the Hybrid App uses WebView to load pages in an html format stored in a local file; when the network environment is confirmed to be recovered well, the Web page of the server is reloaded by using WebView, and the Web page calls a server program to acquire the latest data, namely the Launcher page is refreshed.
In a further scheme, in the use process of the Launcher, an APP list of the server configuration data is obtained, a locally installed APP list is obtained, and the Hybrid APP compares APP information in the server configuration data with the locally installed APP information; if one APP exists in the APP list of the server configuration data, the APP does not exist in the APP list which is installed locally, and the APP is downloaded and installed from the APP list of the server according to the server configuration data; if one APP exists in the locally installed APP list, unloading the APP in the locally installed APP list in the APP list without the server configuration data; if one APP exists in the APP list of the server configuration data and the APP list which is installed locally, but the APP version numbers of the two are inconsistent, downloading and installing the APP from the APP list of the server according to the server configuration data so as to cover the previous APP version.
In a further scheme, in the use process of the counther, when the terminal equipment needs to change another counther due to service switching, an administrator key is pressed down on a remote controller to enter a setting interface, service end information corresponding to the service is filled in the setting interface and submitted, if the submitted information is correct, after the service end responds normally, a Wed page is refreshed and cached in a session storage and a local file of the WebView, and switching of the counther is completed.
In a further scheme, in the using process of the Launcher, a third-party website is linked in a Web page or custom content is directly displayed.
In order to achieve the second object, the present invention provides a system for dynamically generating a host interface based on Hybrid App, which includes a memory for storing computer readable instructions; and a processor for executing the computer readable instructions to cause the system to perform the method described above.
To achieve the third object described above, the present invention provides a storage medium for storing computer-readable instructions that, when executed by a computer, cause the computer to execute instructions of the method for dynamically generating a Launcher interface based on Hybrid App as described above.
Therefore, the invention is based on the dynamic Launcher technology of the Hybrid App, and the terminal equipment can generate different contents and different layouts of the Launcher by configuring the contents or the layouts of the Launcher at the server side and acquiring the configuration of the server side through the network, thereby realizing the update of the terminal equipment Launcher at any time and the automatic installation, unloading and update of other APPs, and being very simple and convenient.
Therefore, the invention realizes that the content such as icon, animation, hot spot, background picture, advertisement, APP and the like related to the Launcher is configured at the server side in a Hybrid App mode, and the terminal equipment can update the Launcher content only by restarting. And according to different service requirements, selecting relevant service configuration at the setting interface of the terminal equipment terminal, and immediately realizing service switching Launcher.
Drawings
FIG. 1 is a flow chart of an embodiment of a method for dynamically generating a Launcher based on a Hybrid App of the present invention.
Fig. 2 is a flow chart of a method implemented by automatically managing App through server configuration data in an embodiment of a method for dynamically generating a host based on Hybrid App of the present invention.
Fig. 3 is a flow chart of a method implemented when a terminal device needs to change another type of host due to service switching in an embodiment of a method for dynamically generating host based on Hybrid App of the present invention.
Fig. 4 is a schematic structural diagram of a cyclic neural network model in an embodiment of a method for dynamically generating a Launcher based on Hybrid App of the present invention.
The invention is further described below with reference to the drawings and examples.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
Referring to fig. 1, the Hybrid App based method for dynamically generating a parent comprises the following steps:
when the terminal device is started, step S1 is executed, and the WebView control is loaded through the Hybrid App.
And then, executing the step S2, judging whether the network environment is good, if so, executing the step S3, reading the Web page of the server side, and loading the Web page of the android system.
And then, executing step S4, and obtaining server data through a Web page of the android system to generate a Launcher interface.
In this embodiment, the terminal device may be a digital set-top box with an android system, a smart television, or other terminal devices.
The Hybrid App of the embodiment refers to an App between a Web-App (Web page App, such as jindong Web) and a native-App (native application, such as App application on a mobile phone), which has both advantages of good user interaction experience of the native-App and cross-platform development of the Web-App; the desktop UI of the android system is generally called as the desktop Launcher, the desktop UI of the android system is one of main components of the android system, and the android desktop cannot be started if the desktop Launcher is not used in the android system; the WebView of the embodiment is a high-performance browser with a built-in Webkit kernel in the android, and the WebView is a control packaged on the basis, so that the WebView can be simply regarded as a browser control which can be nested on an interface.
Further, after the network environment is determined to be good, an HTTP request containing parameter data of the terminal equipment is initiated to the server according to a preset server address, and after the server receives the HTTP request, html data is generated according to the parameter data of the HTTP request and returned to the android system; after the Hybrid App receives html data returned by the server, the html data is loaded into a Web page, and the terminal equipment displays specific contents according to the returned Web page group.
Furthermore, the Web page of the server is downloaded to the local file for caching by the android native method while the Web page of the server is read, so as to be suitable for the situation of network failure.
Further, an HTTP request is sent through a Web page of the android system to log in, and data of a server side are obtained; after the data is acquired, the acquired data is cached into a session storage and a local file of WebView by the Web page of the android system, and the generated Launcher interface is obtained after the data is loaded by the Web page successfully.
Specifically, when the set top box is started, the Hybrid App loads the WebView control first and judges that the network environment is good, for example, the network environment is good, a server address can be preset through factory, or the server address can be manually input, after the server receives a request, html data (including pictures, advertisement slogans, starting welcome words and other information) is generated according to the data such as mac address and unique serial number information of the set top box and a predefined format according to parameter data of the HTTP request, the html data is loaded into a Web page after the Hybrid App receives html data returned by the server, the Web page is displayed in the set top box, and meanwhile the Web page is downloaded into a local file for caching so as to cope with the situation of network failure.
After the Web page is read, the Web page sends an HTTP request to log in and acquire data of a server. After the data is acquired, the Web page caches the data into the sessionStorage and the local file of the WebView so as to relieve the pressure of the server. And after the Web page is successfully loaded with data, the generated Launcher interface is obtained.
Further, when network interruption is encountered in the starting process of the terminal equipment or in the using process of the host, the Hybrid App uses WebView to load pages in html format stored in the local file; when the network environment is confirmed to be recovered well, the Web page of the server is reloaded by using WebView, and the Web page calls a server program to acquire the latest data, namely the Launcher page is refreshed. As can be seen, if network interruption occurs during the set top box starting process or the use process of the host, the Hybrid App will use WebView to load the page in the html format which is stored locally, and use the local cache data, so that the host and other APPs can still be used after the user goes offline; when the network environment is confirmed to be recovered well, the system reloads the Web page of the server by using WebView, and the Web page calls the server program to acquire the latest data, namely the Launcher page is refreshed.
Further, in the using process of the Launcher, an APP list of the server configuration data is obtained, a locally installed APP list is obtained, and the Hybrid APP compares APP information in the server configuration data with the locally installed APP information; if one APP exists in the APP list of the server configuration data, the APP does not exist in the APP list which is installed locally, and the APP is downloaded and installed from the APP list of the server according to the server configuration data; if one APP exists in the locally installed APP list, unloading the APP in the locally installed APP list in the APP list without the server configuration data; if one APP exists in the APP list of the server configuration data and the APP list which is installed locally, but the APP version numbers of the two are inconsistent, downloading and installing the APP from the APP list of the server according to the server configuration data so as to cover the previous APP version.
Therefore, in the using process of the host, the APP can be automatically managed through the server data, namely, by initiating an HTTP request, relevant information of the APP is recorded in advance in a Web management page of the server, relevant json format data of the corresponding APP is returned according to different parameters of the installation client request, and the Hybrid App compares the APP information in the server data with the locally installed APP information.
If the APP list of the server side does not have the APP, but the APP exists in the locally installed APP list, the system automatically uninstalls the APP; if the APP list of the server exists but the APP list installed locally does not exist, the system downloads the APP list from the server according to the configuration information and installs the APP list; if the APP list of the server exists and the locally installed APP list also exists, but the version numbers of the APP list and the locally installed APP list are inconsistent, the system downloads and installs the same to cover the previous version. And the residual memory size and other items of the terminal equipment are fed back to the server side during installation, so that an administrator can monitor the terminal equipment.
Specifically, as shown in fig. 2, the method for automatically managing the APP through the server configuration data specifically includes the following steps:
step S11, an APP list of the server configuration data is obtained and is marked as list1.
Step S12, a locally installed APP list is obtained and is marked as list2.
The Hybrid App compares App information in the server configuration data with locally installed App information, that is, step S13 is executed to determine whether an App in list1 exists in list2, if yes, step S14 is executed to determine whether an App in list1 is consistent with an App version number installed in list2, and if not, step S15 is executed to install an App in list1.
If the version numbers of the APP in the list1 are identical to those of the APP installed in the list2, step S16 is executed to determine whether the APP in the list2 exists in the list1, and if not, step S17 is executed to uninstall the APP in the list2.
Further, as shown in fig. 3, in the use process of the counther, when the terminal device needs to change another counther due to service switching, step S21 is executed first, and the administrator key is pressed on the remote controller to enter the setting interface.
Step S22 is executed, and the service end information corresponding to the service is filled in the setting interface and submitted.
And S23, judging whether the submitted information is correct or not, responding normally at the server, if so, executing S24 after the server responds normally, refreshing the Wed page, and caching the responding data into the session storage and the local file of the WebView to finish the switching of the Launcher. It can be seen that, in the use process of the counter, when the terminal device needs to change another counter due to service switching, the remote controller presses the button of the administrator, enters the setting interface, inputs the address and port of the server in the setting interface, selects the organization, and then clicks the determination button, so that the Hybrid App is the request server program for initiating HTTP. And the server program returns data to the Web page Launcher according to different transmitted parameters, and the Hybrid App immediately refreshes the page after receiving the data and caches the data in a session storage and a local file of the WebView, so that the switching of the Launcher can be completed.
Further, in the using process of the host, a third-party website is linked in the Web page or custom content is directly displayed. It can be seen that, besides the common APK, the system can link a third-party website in a Web page or directly display customized and diversified APP of customized content (such as a Web page file, a picture, a live stream and the like).
Therefore, the invention can acquire the server data through the Web page to generate the Launcher; APP can be automatically managed through the data of the server side; the method for switching the Launcher of different services by switching the server side on the Web page; diversified APP can be customized.
Furthermore, the Web page and data for generating the Launcher are modified at the server side, so that updating and upgrading of the Launcher are completed rapidly; the method can manage the Launcher and other APP of a large number of set top boxes simultaneously, and is simple and convenient; the Launcher can be refreshed immediately whether updating or service switching is performed, and can be updated in real time; the installation and the uninstallation of the APP are controlled through the server, and the set top box can manually install and uninstall the APP only by an administrator who knows about the keys of the administrator, so that a large number of common people can install the APP to cause memory explosion.
In this embodiment, the technology implementation required by the present invention relies on the set top box with network function and other android terminal devices with network.
The embodiment also provides a system for dynamically generating the host based on the Hybrid App, as shown in fig. 4, the system comprises a server and an android system, the server comprises a Web page, a server program and a database, the server program comprises the Web page and a server interface program, the Web page is used as a management system, information of the set top box, including mac address, start advertisement visual slogan, background picture and the like, is preset for the manager, and rules for the set top box to generate the Web page are set. The server program provides an API interface for interacting data with the android system of the terminal equipment.
The system according to embodiments of the present disclosure further includes a memory and a processor. The components of the system are interconnected by a bus system and/or other forms of connection mechanisms (not shown).
The memory is for storing non-transitory computer readable instructions. In particular, the memory may include one or more computer program products, which may include various forms of computer-readable storage media, such as volatile memory and/or non-volatile memory. The volatile memory may include, for example, random Access Memory (RAM) and/or cache memory (cache), and the like. The non-volatile memory may include, for example, read Only Memory (ROM), hard disk, flash memory, and the like.
The processor may be a Central Processing Unit (CPU) or other form of processing unit having data processing and/or instruction execution capabilities, and may control other components in the system to perform the desired functions. In one embodiment of the present disclosure, the processor is configured to execute the computer readable instructions stored in the memory, causing the system to perform the above-described method. The method is the same as the embodiment described in the above method, and a repetitive description thereof will be omitted herein.
A storage medium according to an embodiment of the present disclosure has computer-readable instructions stored thereon. When executed by a processor, perform a method according to embodiments of the present disclosure as described above with reference to the above.
Therefore, the invention is based on the dynamic Launcher technology of the Hybrid App, and the terminal equipment can generate different contents and different layouts of the Launcher by configuring the contents or the layouts of the Launcher at the server side and acquiring the configuration of the server side through the network, thereby realizing the update of the terminal equipment Launcher at any time and the automatic installation, unloading and update of other APPs, and being very simple and convenient.
Therefore, the invention realizes that the content such as icon, animation, hot spot, background picture, advertisement, APP and the like related to the Launcher is configured at the server side in a Hybrid App mode, and the terminal equipment can update the Launcher content only by restarting. And according to different service requirements, selecting relevant service configuration at the setting interface of the terminal equipment terminal, and immediately realizing service switching Launcher.
The basic principles of the present disclosure have been described above in connection with specific embodiments, however, it should be noted that the advantages, benefits, effects, etc. mentioned in the present disclosure are merely examples and not limiting, and these advantages, benefits, effects, etc. are not to be considered as necessarily possessed by the various embodiments of the present disclosure. Furthermore, the specific details disclosed herein are for purposes of illustration and understanding only, and are not intended to be limiting, since the disclosure is not necessarily limited to practice with the specific details described.
The block diagrams of the devices, apparatuses, devices, systems referred to in this disclosure are merely illustrative examples and are not intended to require or imply that the connections, arrangements, configurations must be made in the manner shown in the block diagrams. As will be appreciated by one of skill in the art, the devices, apparatuses, devices, systems may be connected, arranged, configured in any manner. Words such as "including," "comprising," "having," and the like are words of openness and mean "including but not limited to," and are used interchangeably therewith. The terms "or" and "as used herein refer to and are used interchangeably with the term" and/or "unless the context clearly indicates otherwise. The term "such as" as used herein refers to, and is used interchangeably with, the phrase "such as, but not limited to.
It should be noted that the foregoing is only a preferred embodiment of the present invention, but the design concept of the present invention is not limited thereto, and any insubstantial modifications made to the present invention by using the concept fall within the scope of the present invention.

Claims (6)

1. The method for dynamically generating the Launcher based on the hybrid App is characterized by comprising the following steps of:
after the terminal equipment is started, loading a WebView control through a hybrid App, judging whether a network environment is good, if so, reading a Web page of a server side, and loading a Web page of a android system; after the network environment is determined to be good, an HTTP request containing parameter data of the terminal equipment is initiated to a server according to a preset server address, and after the server receives the HTTP request, html data is generated according to the parameter data of the HTTP request and returned to the android system; after the hybrid App receives html data returned by the server, the html data is loaded into a Web page, and the terminal equipment displays specific contents according to the returned Web page group;
obtaining server data through a Web page of an android system to generate a Launcher interface, which specifically comprises the following steps: an HTTP request is sent through a Web page of an android system to log in, and data of a server are obtained; after the data is acquired, the acquired data is cached into a session storage and a local file of WebView by a Web page of the android system, and the generated Launcher interface is obtained after the data is loaded by the Web page successfully;
when a terminal device starts or encounters network interruption in the process of using a Launcher, loading pages in an html format stored in a local file by using a WebView by using a hybrid App; when the network environment is confirmed to be recovered well, the Web page of the server is reloaded by using WebView, and the Web page calls a server program to acquire the latest data, namely the Launcher page is refreshed;
in the using process of the Launcher, when the terminal equipment needs to change another Launcher due to service switching, an administrator key is pressed down on a remote controller to enter a setting interface, service end information corresponding to the service is filled in the setting interface and submitted, if the submitted information is correct, after the service end responds normally, a Wed page is refreshed and cached in session storage and a local file of the WebView, and switching of the Launcher is completed.
2. The method according to claim 1, characterized in that:
and when the Web page of the server is read, the Web page of the server is downloaded to the local file for caching by the android native method.
3. The method according to claim 1, characterized in that:
in the using process of the Launcher, acquiring an APP list of the configuration data of the server, acquiring a locally installed APP list, and comparing APP information in the configuration data of the server with the locally installed APP information by the hybrid App;
if one APP exists in the APP list of the server configuration data, the APP does not exist in the APP list which is installed locally, and the APP is downloaded and installed from the APP list of the server according to the server configuration data;
if one APP exists in the locally installed APP list, unloading the APP in the locally installed APP list in the APP list without the server configuration data;
if one APP exists in the APP list of the server configuration data and the APP list which is installed locally, but the APP version numbers of the two are inconsistent, downloading and installing the APP from the APP list of the server according to the server configuration data so as to cover the previous APP version.
4. The method according to claim 1, characterized in that:
in the use process of the Launcher, a third-party website is linked in a Web page or custom content is directly displayed.
5. A hybrid app based system for dynamically generating a host interface comprising:
a memory for storing computer readable instructions; and
a processor for executing the computer readable instructions to cause the system to perform the method of any of claims 1 to 4.
6. A storage medium storing computer readable instructions which, when executed by a computer, cause the computer to perform the instructions of the hybrid app-based method of dynamically generating a Launcher interface of any one of claims 1 to 4.
CN202011282434.7A 2020-11-17 2020-11-17 Method and system for dynamically generating Launcher based on Hybrid App and storage medium Active CN112394952B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011282434.7A CN112394952B (en) 2020-11-17 2020-11-17 Method and system for dynamically generating Launcher based on Hybrid App and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011282434.7A CN112394952B (en) 2020-11-17 2020-11-17 Method and system for dynamically generating Launcher based on Hybrid App and storage medium

Publications (2)

Publication Number Publication Date
CN112394952A CN112394952A (en) 2021-02-23
CN112394952B true CN112394952B (en) 2023-11-17

Family

ID=74599945

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011282434.7A Active CN112394952B (en) 2020-11-17 2020-11-17 Method and system for dynamically generating Launcher based on Hybrid App and storage medium

Country Status (1)

Country Link
CN (1) CN112394952B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113900740A (en) * 2021-11-01 2022-01-07 青岛海信移动通信技术股份有限公司 Method and device for loading multiple list data

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102572526A (en) * 2012-02-17 2012-07-11 深圳市酷开网络科技有限公司 Television application market system and implementation method thereof
CN105025320A (en) * 2015-07-06 2015-11-04 Tcl集团股份有限公司 Operable desktop system for mixed framework, and implementation method for operable desktop system
CN105763899A (en) * 2016-01-29 2016-07-13 四川长虹电器股份有限公司 Intelligent set top box application management system and method
CN106020845A (en) * 2016-05-31 2016-10-12 广东能龙教育股份有限公司 Client hybrid rapid development method
CN106055337A (en) * 2016-06-07 2016-10-26 Tcl集团股份有限公司 Interface generation method and device
CN106161089A (en) * 2016-07-08 2016-11-23 北京多点在线科技有限公司 User is helped to obtain the system and method for new opplication in Android system start-up course
CN106201155A (en) * 2015-04-30 2016-12-07 Tcl光电科技(惠州)有限公司 Method for displaying user interface and system
CN107071180A (en) * 2017-04-26 2017-08-18 努比亚技术有限公司 Desktop customization layout method, mobile terminal and computer-readable recording medium
CN107396183A (en) * 2017-07-20 2017-11-24 烽火通信科技股份有限公司 The start network detecting method and system of convergent terminal equipment
CN107959866A (en) * 2016-10-17 2018-04-24 环球智达科技(北京)有限公司 A kind of Intelligent television terminal update method and system
CN108874412A (en) * 2017-05-16 2018-11-23 北京海鲸科技有限公司 For updating the method, apparatus, equipment and system of interface layout
CN110287433A (en) * 2019-06-28 2019-09-27 北京金山安全软件有限公司 Network information processing method and device and electronic equipment
US10558504B1 (en) * 2018-09-28 2020-02-11 Atlassian Pty Ltd Systems and methods for automatically detecting desktop applications

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150040065A1 (en) * 2013-07-31 2015-02-05 Vonage Network Llc Method and apparatus for generating customized menus for accessing application functionality
US10761907B2 (en) * 2018-09-28 2020-09-01 Atlassian Pty Ltd Systems and methods for automatically detecting desktop applications to access content when multiple access options are available

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102572526A (en) * 2012-02-17 2012-07-11 深圳市酷开网络科技有限公司 Television application market system and implementation method thereof
CN106201155A (en) * 2015-04-30 2016-12-07 Tcl光电科技(惠州)有限公司 Method for displaying user interface and system
CN105025320A (en) * 2015-07-06 2015-11-04 Tcl集团股份有限公司 Operable desktop system for mixed framework, and implementation method for operable desktop system
CN105763899A (en) * 2016-01-29 2016-07-13 四川长虹电器股份有限公司 Intelligent set top box application management system and method
CN106020845A (en) * 2016-05-31 2016-10-12 广东能龙教育股份有限公司 Client hybrid rapid development method
CN106055337A (en) * 2016-06-07 2016-10-26 Tcl集团股份有限公司 Interface generation method and device
CN106161089A (en) * 2016-07-08 2016-11-23 北京多点在线科技有限公司 User is helped to obtain the system and method for new opplication in Android system start-up course
CN107959866A (en) * 2016-10-17 2018-04-24 环球智达科技(北京)有限公司 A kind of Intelligent television terminal update method and system
CN107071180A (en) * 2017-04-26 2017-08-18 努比亚技术有限公司 Desktop customization layout method, mobile terminal and computer-readable recording medium
CN108874412A (en) * 2017-05-16 2018-11-23 北京海鲸科技有限公司 For updating the method, apparatus, equipment and system of interface layout
CN107396183A (en) * 2017-07-20 2017-11-24 烽火通信科技股份有限公司 The start network detecting method and system of convergent terminal equipment
US10558504B1 (en) * 2018-09-28 2020-02-11 Atlassian Pty Ltd Systems and methods for automatically detecting desktop applications
CN110287433A (en) * 2019-06-28 2019-09-27 北京金山安全软件有限公司 Network information processing method and device and electronic equipment

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
An automatically vetting mechanism for SSL error-handling vulnerability in android hybrid Web apps;Liu Yang等;《World Wide Web》;第21卷(第03期);127-150 *
Hybrid App开发框架的实现及性能优化;贾军营;张大成;高春;;计算机系统应用(第07期);130-136 *
单手操作Launcher启动器的设计与实现;洪鹏;《中国优秀硕士学位论文全文数据库 信息科技辑》(第01期);I138-737 *

Also Published As

Publication number Publication date
CN112394952A (en) 2021-02-23

Similar Documents

Publication Publication Date Title
CN103108032B (en) Method and the relevant device of application program are downloaded and managed to many equipment collaborations
US8667480B1 (en) Automatically updating browser extensions, and applications thereof
US20140244803A1 (en) Integrated app store apparatus, a method of providing an application in the apparatus, and an integrated app store system
CN110321177B (en) Mobile application localized loading method and device and electronic equipment
CN110968331B (en) Method and device for running application program
CN104793966A (en) Display and loading method and system of Android local application
CN110377360A (en) Method, display terminal and the computer readable storage medium that webview is quickly loaded
CN112394952B (en) Method and system for dynamically generating Launcher based on Hybrid App and storage medium
CN110764805A (en) Method, device, terminal and storage medium for noninductive upgrade of client
CN107426588B (en) Method, system and storage device for acquiring television set configuration information
CN101808218A (en) Method, device and system for acquiring and updating content of electronic program guide
CN108920645A (en) Method, apparatus, smart machine and the storage medium that the smart machine page is shown
CN112422676A (en) Video playing method, device, equipment and computer readable storage medium
CN112565871A (en) Video preloading method, intelligent terminal and storage medium
CN110493644A (en) TV applications upgrade method, television terminal and server
CN108415767B (en) Server thread control method, device, equipment and readable storage medium
CN116301866A (en) Cloud rendering method, device, equipment and storage medium based on custom software
CN107783837B (en) Method and device for performing storage expansion and electronic equipment
CN104090805A (en) Method, device and system for updating terminal operating systems
CN114461952A (en) Cache data processing method, client and storage medium
CN113596087A (en) Application upgrading method and device and computer readable storage medium
CN113709541A (en) WEB-based multi-terminal equipment interaction method, system and terminal equipment
CN109327740B (en) Popularization application operation method of terminal, terminal and computer readable storage medium
CN111459529A (en) Application software updating method and device, readable medium and equipment
CN108363582B (en) Method and device for upgrading homepage of intelligent terminal

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