CN112689199A - Method and device for loading plug-in of television homepage, television and storage medium - Google Patents

Method and device for loading plug-in of television homepage, television and storage medium Download PDF

Info

Publication number
CN112689199A
CN112689199A CN202011541040.9A CN202011541040A CN112689199A CN 112689199 A CN112689199 A CN 112689199A CN 202011541040 A CN202011541040 A CN 202011541040A CN 112689199 A CN112689199 A CN 112689199A
Authority
CN
China
Prior art keywords
plug
homepage
application
apk
television
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
CN202011541040.9A
Other languages
Chinese (zh)
Other versions
CN112689199B (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.)
Shenzhen Coocaa Network Technology Co Ltd
Original Assignee
Shenzhen Coocaa Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Coocaa Network Technology Co Ltd filed Critical Shenzhen Coocaa Network Technology Co Ltd
Priority to CN202011541040.9A priority Critical patent/CN112689199B/en
Publication of CN112689199A publication Critical patent/CN112689199A/en
Application granted granted Critical
Publication of CN112689199B publication Critical patent/CN112689199B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Stored Programmes (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

The embodiment of the invention discloses a method and a device for loading a plug-in of a television homepage, a television and a storage medium. The method comprises the following steps: when the homepage process is started, judging whether an application supporting a plug-in UI loaded to the homepage display exists in the television system; and if so, loading the plug-in apk to a homepage process according to the storage path of the plug-in apk of the plug-in UI in the application program list file of the application. According to the technical scheme of the embodiment of the invention, only the apk of the UI of the plug-in is loaded into the homepage process, the whole application does not need to be completely loaded, the lightweight plug-in loading is realized, the memory occupation of the homepage is reduced, and the user experience is improved.

Description

Method and device for loading plug-in of television homepage, television and storage medium
Technical Field
The embodiment of the invention relates to the technical field of intelligent televisions, in particular to a method and a device for loading a plug-in of a television homepage, a television and a storage medium.
Background
With explosive development of android applications, functions integrated in the applications are more and more abundant and more complex. Especially smart television vendors, need to present as much content as possible to the user at the television home page, and often these content need to be loaded from within multiple applications. The traditional loading method is that the television homepage software loads other needed applications into the homepage process completely in a plug-in mode. This has led to a rapid increase in the memory occupied by the tv homepage application, and the limited memory available in the system will directly limit the development of the service. The homepage completely loads each application apk to the own process, so that the memory occupation is continuously increased, and the service is limited.
Disclosure of Invention
The embodiment of the invention provides a method and a device for loading a plug-in of a television homepage, a television and a storage medium, which are used for realizing light-weight plug-in loading, reducing the memory occupation of the homepage and improving the user experience.
In a first aspect, an embodiment of the present invention provides a method for loading a plug-in of a tv homepage, including:
when the homepage process is started, judging whether an application supporting a plug-in UI loaded to the homepage display exists in the television system;
and if so, loading the plug-in apk to a homepage process according to the storage path of the plug-in apk of the plug-in UI in the application program list file of the application.
Optionally, before the start of the home page process, the method further includes:
and packaging the plug-in UI into a plug-in apk, storing the plug-in apk into an android application program package of the application, and declaring a storage path of the plug-in apk in an application program manifest file.
Optionally, after packaging the plug-in UI into a plug-in apk and saving the plug-in apk in the android application package of the application, the method further includes:
and installing the application into the television, and releasing the plug-in apk to a storage path stated in an application program manifest file.
Optionally, the determining whether an application supporting a plug-in UI loaded to a home page display exists in the television system includes:
and judging whether a storage path supporting the plug-in apk loaded to the homepage display exists in an application program list file of each application in the television system.
In a second aspect, an embodiment of the present invention further provides a plug-in loading device for a tv homepage, including:
the system comprises a traversing unit, a display unit and a display unit, wherein the traversing unit is used for judging whether an application supporting a plug-in UI loaded to the homepage display exists in the television system when the homepage process is started;
and if so, loading the plug-in apk into the homepage process according to the storage path of the plug-in apk of the plug-in UI in the application program list file of the application.
Optionally, the apparatus further comprises:
and the packaging unit is used for packaging the plug-in UI into a plug-in apk, storing the plug-in apk into the android application program package of the application, and declaring the storage path of the plug-in apk in an application program list file.
Optionally, the apparatus further comprises:
and the release unit is used for installing the application into the television and releasing the plug-in apk to the storage path stated in the application program manifest file.
Optionally, the traversal unit is further configured to determine whether a storage path supporting loading of the plug-in apk to the home page display exists in an application program manifest file of each application in the television system.
In a third aspect, an embodiment of the present invention further provides a television, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the plug-in loading method for a television homepage described in any one of the foregoing embodiments when executing the computer program.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the plug-in loading method for a tv homepage described in any one of the above embodiments.
According to the technical scheme of the embodiment of the invention, only the apk of the UI of the plug-in is loaded into the homepage process, the whole application does not need to be completely loaded, the lightweight plug-in loading is realized, the memory occupation of the homepage is reduced, and the user experience is improved.
Drawings
Fig. 1 is a flowchart illustrating a method for loading a plug-in on a tv homepage according to a first embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a plug-in loading device for a television home page according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a television in a third embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the steps as a sequential process, many of the steps can be performed in parallel, concurrently or simultaneously. In addition, the order of the steps may be rearranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figure. The processes may correspond to methods, functions, procedures, subroutines, and the like.
Furthermore, the terms "first," "second," and the like may be used herein to describe various orientations, actions, steps, elements, or the like, but the orientations, actions, steps, or elements are not limited by these terms. These terms are only used to distinguish one direction, action, step or element from another direction, action, step or element. For example, a first speed difference may be referred to as a second speed difference, and similarly, a second speed difference may be referred to as a first speed difference, without departing from the scope of the present application. The first speed difference and the second speed difference are both speed differences, but they are not the same speed difference. The terms "first", "second", etc. are not to be construed as indicating or implying a relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include one or more of that feature. In the description of the present invention, "a plurality" means at least two, e.g., two, three, etc., unless specifically limited otherwise.
Example one
Fig. 1 is a schematic flowchart of a method for loading a plug-in to a tv homepage according to an embodiment of the present invention. The method of the embodiment of the invention can be executed by a plug-in loading device of a television homepage, and the device can be realized by software and/or hardware and can be generally integrated in an intelligent television or terminal equipment. Referring to fig. 1, the method for loading a plug-in to a television homepage according to the embodiment of the present invention specifically includes the following steps:
step S110, when the homepage process is started, judging whether the television system has an application supporting the plug-in UI loaded to the homepage display.
Specifically, when a user opens a television, the homepage is displayed first, the homepage process is started, and meanwhile, whether an application supporting the plug-in UI loaded to the homepage display exists in the television system is judged, for example, the smart television is provided with applications such as "movie", "game", "music", and the like, wherein the two applications of "movie" and "game" need to display the UI on the homepage, so that the two applications are separately packaged into a file of the plug-in UI when being developed, when the homepage process is started, all the applications in the television system are traversed, and whether the application supporting the plug-in UI loaded to the homepage display exists.
As an optional embodiment, when developing an application program of a television, packaging a plug-in UI required to be sent to a homepage display into a plug-in apk, saving the plug-in apk into an android application package of the application, and declaring a storage path of the plug-in apk in an application program manifest file (android manifest file). When the application is installed to the smart television, the plug-in apk is released to a storage path declared in an application manifest file (android manifest file). When the homepage process is started, whether a storage path supporting the plug-in apk loaded to the homepage display exists in an application program list file of each application in the television system is judged, and if yes, the television system is indicated to have the application supporting the plug-in UI loaded to the homepage display.
And step S120, if yes, loading the plug-in apk to a homepage process according to the storage path of the plug-in apk of the plug-in UI in the application program list file of the application.
Specifically, if an application supporting plug-in UI loaded to the homepage display exists in the television system, the plug-in apk is loaded to the homepage process according to the storage path of the plug-in apk of the plug-in UI in the application program manifest file of the application. For example, if two applications of "movie" and "game" in the television system have plug-in UIs that support loading to the home page display, the plug-in apk is loaded to the home page process according to the storage path of the plug-in apk of the plug-in UI in the application manifest file of the two applications of "movie" and "game", and at this time, the home page display "movie" and "game" UIs does not need to load the entire application completely, but only the relevant small plug-in apk is loaded, thereby realizing lightweight plug-in loading.
According to the technical scheme of the embodiment of the invention, only the apk of the UI of the plug-in is loaded into the homepage process, the whole application does not need to be completely loaded, the lightweight plug-in loading is realized, the memory occupation of the homepage is reduced, and the user experience is improved.
Example two
The plug-in loading device for the television home page provided by the embodiment of the invention can execute the plug-in loading method for the television home page provided by any embodiment of the invention, has corresponding functional modules and beneficial effects of the execution method, can be realized in a software and/or hardware (integrated circuit) mode, and can be generally integrated in an intelligent television or terminal equipment. Fig. 2 is a schematic structural diagram of a plug-in loading device 200 for a tv homepage according to a second embodiment of the present invention. Referring to fig. 2, the plug-in loading device 200 for a tv homepage according to an embodiment of the present invention may specifically include:
the traversal unit 210 is configured to determine whether an application supporting a plug-in UI loaded to the homepage display exists in the television system when the homepage process is started;
and a loading unit 220, configured to load the plug-in apk into the homepage process according to a storage path of the plug-in apk of the plug-in UI in the application program manifest file of the application if the plug-in apk is in the homepage state.
Optionally, the apparatus further comprises:
and the packaging unit is used for packaging the plug-in UI into a plug-in apk, storing the plug-in apk into the android application program package of the application, and declaring the storage path of the plug-in apk in an application program list file.
Optionally, the apparatus further comprises:
and the release unit is used for installing the application into the television and releasing the plug-in apk to the storage path stated in the application program manifest file.
Optionally, the traversing unit 210 is further configured to determine whether a storage path supporting loading of the plug-in apk to the home page display exists in the application manifest file of each application in the television system.
According to the technical scheme of the embodiment of the invention, only the apk of the UI of the plug-in is loaded into the homepage process, the whole application does not need to be completely loaded, the lightweight plug-in loading is realized, the memory occupation of the homepage is reduced, and the user experience is improved.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a television according to a third embodiment of the present invention, as shown in fig. 3, the television includes a processor 310, a memory 320, an input device 330, and an output device 340; the number of the processors 310 in the television may be one or more, and one processor 310 is taken as an example in fig. 3; the processor 310, memory 320, input device 330, and output device 340 in the television may be connected by a bus or other means, such as by a bus in fig. 3.
The memory 320 may be used as a computer-readable storage medium for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the plug-in loading method of the tv homepage in the embodiment of the present invention (e.g., the traversal unit 210 and the loading unit 220 in the plug-in loading device of the tv homepage). The processor 310 executes various functional applications and data processing of the television by running software programs, instructions and modules stored in the memory 320, that is, implements the plug-in loading method of the television homepage described above.
Namely:
when the homepage process is started, judging whether an application supporting a plug-in UI loaded to the homepage display exists in the television system;
and if so, loading the plug-in apk to a homepage process according to the storage path of the plug-in apk of the plug-in UI in the application program list file of the application.
Of course, the processor of the television provided in the embodiment of the present invention is not limited to execute the method operations described above, and may also execute the relevant operations in the plug-in loading method for the television homepage provided in any embodiment of the present invention.
The memory 320 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 320 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, memory 320 may further include memory located remotely from processor 310, which may be connected to a television through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 330 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the television. The output device 340 may include a display device such as a display screen.
According to the technical scheme of the embodiment of the invention, only the apk of the UI of the plug-in is loaded into the homepage process, the whole application does not need to be completely loaded, the lightweight plug-in loading is realized, the memory occupation of the homepage is reduced, and the user experience is improved.
Example four
A fourth embodiment of the present invention further provides a storage medium containing computer-executable instructions, which when executed by a computer processor, perform a method for loading a plug-in for a tv homepage, the method including:
when the homepage process is started, judging whether an application supporting a plug-in UI loaded to the homepage display exists in the television system;
and if so, loading the plug-in apk to a homepage process according to the storage path of the plug-in apk of the plug-in UI in the application program list file of the application.
Of course, the storage medium provided by the embodiment of the present invention contains computer-executable instructions, and the computer-executable instructions are not limited to the operations of the method described above, and may also perform related operations in the plug-in loading method for a tv homepage provided by any embodiment of the present invention.
The computer-readable storage media of embodiments of the invention may take any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a storage medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or terminal. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
According to the technical scheme of the embodiment of the invention, only the apk of the UI of the plug-in is loaded into the homepage process, the whole application does not need to be completely loaded, the lightweight plug-in loading is realized, the memory occupation of the homepage is reduced, and the user experience is improved.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A method for loading a plug-in to a television home page, comprising:
when the homepage process is started, judging whether an application supporting a plug-in UI loaded to the homepage display exists in the television system;
and if so, loading the plug-in apk to a homepage process according to the storage path of the plug-in apk of the plug-in UI in the application program list file of the application.
2. A method for plug-in loading of a television home page according to claim 1, further comprising, before the start of the home page process:
and packaging the plug-in UI into a plug-in apk, storing the plug-in apk into an android application program package of the application, and declaring a storage path of the plug-in apk in an application program manifest file.
3. The method for loading plug-in of TV homepage according to claim 2, further comprising, after packaging the plug-in UI as plug-in apk and saving it in the android application package of the application:
and installing the application into the television, and releasing the plug-in apk to a storage path stated in an application program manifest file.
4. A method for loading plug-ins on a tv homepage according to claim 3, wherein said determining whether an application supporting the plug-in UI loaded on the display of the homepage exists in the tv system comprises:
and judging whether a storage path supporting the plug-in apk loaded to the homepage display exists in an application program list file of each application in the television system.
5. A plug-in loading device for a television home page, comprising:
the system comprises a traversing unit, a display unit and a display unit, wherein the traversing unit is used for judging whether an application supporting a plug-in UI loaded to the homepage display exists in the television system when the homepage process is started;
and if so, loading the plug-in apk into the homepage process according to the storage path of the plug-in apk of the plug-in UI in the application program list file of the application.
6. A device for plug-in loading of a television home page according to claim 5, characterized in that it further comprises:
and the packaging unit is used for packaging the plug-in UI into a plug-in apk, storing the plug-in apk into the android application program package of the application, and declaring the storage path of the plug-in apk in an application program list file.
7. A plug-in loading device of a television home page according to claim 6, characterized in that said device further comprises:
and the release unit is used for installing the application into the television and releasing the plug-in apk to the storage path stated in the application program manifest file.
8. A plug-in loading device for a tv homepage according to claim 7, wherein the traversing unit is further configured to determine whether a storage path supporting the plug-in apk loaded to the display of the homepage exists in the application manifest file of each application in the tv system.
9. A television comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements a plug-in loading method of a television main page according to any of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a plug-in loading method for a television homepage according to any one of claims 1 to 4.
CN202011541040.9A 2020-12-23 2020-12-23 Plug-in loading method and device for television homepage, television and storage medium Active CN112689199B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011541040.9A CN112689199B (en) 2020-12-23 2020-12-23 Plug-in loading method and device for television homepage, television and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011541040.9A CN112689199B (en) 2020-12-23 2020-12-23 Plug-in loading method and device for television homepage, television and storage medium

Publications (2)

Publication Number Publication Date
CN112689199A true CN112689199A (en) 2021-04-20
CN112689199B CN112689199B (en) 2023-08-29

Family

ID=75451273

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011541040.9A Active CN112689199B (en) 2020-12-23 2020-12-23 Plug-in loading method and device for television homepage, television and storage medium

Country Status (1)

Country Link
CN (1) CN112689199B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113596592A (en) * 2021-07-13 2021-11-02 深圳市酷开网络科技股份有限公司 Television web page focus control method, device, terminal equipment and storage medium

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010130265A (en) * 2008-11-27 2010-06-10 Pioneer Electronic Corp Broadcast receiver, broadcast receiving method, broadcast receiving program, and recording medium for the broadcast receiving program
CN102411508A (en) * 2011-10-27 2012-04-11 深圳市茁壮网络股份有限公司 Plugin managing method, plugin controller, plugin managing device and set top box
CN105872708A (en) * 2015-12-30 2016-08-17 乐视致新电子科技(天津)有限公司 Display desktop generation method, display desktop generation system and smart television
CN105872842A (en) * 2015-12-30 2016-08-17 乐视致新电子科技(天津)有限公司 Multi-desktop independent upgrade method and device
US20160274900A1 (en) * 2015-03-20 2016-09-22 ZeroTurnaround AS System and Method for Fast Restarting of User Apps
CN107040819A (en) * 2017-05-03 2017-08-11 深圳市恒科电子科技有限公司 The method and device of video is played in start from opening
CN107832100A (en) * 2017-10-27 2018-03-23 平安普惠企业管理有限公司 A kind of loading method and its terminal of APK plug-in units
CN110457045A (en) * 2019-08-16 2019-11-15 百度在线网络技术(北京)有限公司 Modularization merges Compilation Method, device, equipment and storage medium
CN110677732A (en) * 2018-07-03 2020-01-10 深圳Tcl新技术有限公司 Method for starting APK (android package) during startup, storage medium and smart television
CN111190866A (en) * 2019-12-31 2020-05-22 北京指掌易科技有限公司 Application document display method, device, equipment and storage medium
CN111338708A (en) * 2020-02-25 2020-06-26 安徽以萨数据技术有限公司 Application program processing method, client and system based on android plug-in
CN111722885A (en) * 2020-06-19 2020-09-29 北京字节跳动网络技术有限公司 Program running method and device and electronic equipment
CN112035198A (en) * 2020-08-12 2020-12-04 深圳创维-Rgb电子有限公司 Home page loading method, television and storage medium

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010130265A (en) * 2008-11-27 2010-06-10 Pioneer Electronic Corp Broadcast receiver, broadcast receiving method, broadcast receiving program, and recording medium for the broadcast receiving program
CN102411508A (en) * 2011-10-27 2012-04-11 深圳市茁壮网络股份有限公司 Plugin managing method, plugin controller, plugin managing device and set top box
US20160274900A1 (en) * 2015-03-20 2016-09-22 ZeroTurnaround AS System and Method for Fast Restarting of User Apps
CN105872708A (en) * 2015-12-30 2016-08-17 乐视致新电子科技(天津)有限公司 Display desktop generation method, display desktop generation system and smart television
CN105872842A (en) * 2015-12-30 2016-08-17 乐视致新电子科技(天津)有限公司 Multi-desktop independent upgrade method and device
CN107040819A (en) * 2017-05-03 2017-08-11 深圳市恒科电子科技有限公司 The method and device of video is played in start from opening
CN107832100A (en) * 2017-10-27 2018-03-23 平安普惠企业管理有限公司 A kind of loading method and its terminal of APK plug-in units
CN110677732A (en) * 2018-07-03 2020-01-10 深圳Tcl新技术有限公司 Method for starting APK (android package) during startup, storage medium and smart television
CN110457045A (en) * 2019-08-16 2019-11-15 百度在线网络技术(北京)有限公司 Modularization merges Compilation Method, device, equipment and storage medium
CN111190866A (en) * 2019-12-31 2020-05-22 北京指掌易科技有限公司 Application document display method, device, equipment and storage medium
CN111338708A (en) * 2020-02-25 2020-06-26 安徽以萨数据技术有限公司 Application program processing method, client and system based on android plug-in
CN111722885A (en) * 2020-06-19 2020-09-29 北京字节跳动网络技术有限公司 Program running method and device and electronic equipment
CN112035198A (en) * 2020-08-12 2020-12-04 深圳创维-Rgb电子有限公司 Home page loading method, television and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
MILOS MILANOVIC: "《One implementation of UI TV application on android STB》", 《2013 21ST TELECOMMUNICATIONS FORUM TELFOR》 *
代唯: "《Android互联网电视UI可视化编辑工具的设计与实现》", 《中国优秀硕士学位论文全文数据库》 *
田钊: "《基于Cocos2d-x的电视UI架构设计》", 《信息通信》, no. 9 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113596592A (en) * 2021-07-13 2021-11-02 深圳市酷开网络科技股份有限公司 Television web page focus control method, device, terminal equipment and storage medium
CN113596592B (en) * 2021-07-13 2023-10-31 深圳市酷开网络科技股份有限公司 Television webpage focus control method and device, terminal equipment and storage medium

Also Published As

Publication number Publication date
CN112689199B (en) 2023-08-29

Similar Documents

Publication Publication Date Title
CN109032706B (en) Intelligent contract execution method, device, equipment and storage medium
US11467816B1 (en) Method and system of running an application
CN110502357B (en) Stack backtracking method, device, medium and equipment
CN110750545B (en) Dynamic library heat updating method, device, medium and equipment
CN113641413B (en) Target model loading updating method and device, readable medium and electronic equipment
US20130054951A1 (en) Software execution method and electronic device using the same
CN110262825B (en) Thermal updating method, thermal updating device, electronic equipment and readable storage medium
CN110209416A (en) Application software update method, device, terminal and storage medium
CN108762956A (en) Obtain method, server, mobile terminal and the storage medium of Native local datas
CN111221572A (en) Method, device, medium and equipment for automatically adapting to operating environment
CN114116078A (en) Application data processing method, device, equipment and medium based on micro front end
CN110489162B (en) Method, device, medium and equipment for simplifying installation package SO (storage and retrieval) file
CN112689199B (en) Plug-in loading method and device for television homepage, television and storage medium
CN109814915B (en) Parameter configuration method, device, medium and electronic equipment based on lua
CN112653915A (en) Television-based sensing enabling method and device, television and storage medium
CN113590179B (en) Plug-in detection method and device, electronic equipment and storage medium
CN116991434A (en) Packet reorganization method, system and storage medium for android APP
CN113448585B (en) Compiling method and device of thread pool, electronic equipment and storage medium
CN111625326B (en) Task pipeline execution method and device and electronic equipment
CN115167822A (en) Branch code merging method, device, equipment and storage medium
CN111552531B (en) Page display method, device, terminal and storage medium
CN110119289B (en) Online page pasting method, device, medium and electronic equipment
US9477448B2 (en) Screen-oriented computing program refactoring
CN112506592A (en) Method, device, equipment and storage medium for determining page loading duration
CN113282363A (en) Method and device for optimizing hybrid APP

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