CN105760150B - Method and device for presenting application program on android device - Google Patents

Method and device for presenting application program on android device Download PDF

Info

Publication number
CN105760150B
CN105760150B CN201410803289.0A CN201410803289A CN105760150B CN 105760150 B CN105760150 B CN 105760150B CN 201410803289 A CN201410803289 A CN 201410803289A CN 105760150 B CN105760150 B CN 105760150B
Authority
CN
China
Prior art keywords
file
configuration
application program
request
client
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
CN201410803289.0A
Other languages
Chinese (zh)
Other versions
CN105760150A (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.)
Nanjing ZTE New Software Co Ltd
Original Assignee
Nanjing ZTE New Software 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 Nanjing ZTE New Software Co Ltd filed Critical Nanjing ZTE New Software Co Ltd
Priority to CN201410803289.0A priority Critical patent/CN105760150B/en
Priority to PCT/CN2015/078301 priority patent/WO2016095405A1/en
Publication of CN105760150A publication Critical patent/CN105760150A/en
Application granted granted Critical
Publication of CN105760150B publication Critical patent/CN105760150B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a method and a device for presenting an application program on an android device, wherein the method is applied to a client and comprises the following steps: sending a file request to an android device, wherein the file request carries the file name of a requested file and the information of an application program to which the requested file belongs; receiving the file content of the requested file returned by the android device according to the file request; and rendering and presenting the file content. The method and the device for presenting the application program on the android device can present the application program on the android device without a High Definition Multimedia Interface (HDMI).

Description

Method and device for presenting application program on android device
Technical Field
The invention relates to an intelligent embedded device of an android system, in particular to a method and a device for presenting an application program on an android device.
Background
The android system has gradually spread to other fields from the initial mobile phone application, and many fields such as smart set-top boxes, smart watches, smart gateways and the like. The mode of displaying interfaces such as an intelligent set top box is that a graphic is projected to peripheral equipment such as a television through a High Definition Multimedia Interface (HDMI) on the equipment, however, in an embedded device of an android system without the HDMI Interface, especially in a screen-free android device, the Interface of a traditional application program cannot be displayed.
Disclosure of Invention
In order to solve the problem that an application program in an android device without an HDMI (high-definition multimedia interface) cannot be displayed, the invention provides a method and a device for displaying the application program on the android device.
In order to solve the technical problems, the invention adopts the following technical scheme:
according to an aspect of the present invention, there is provided a method for presenting an application program on an android device, applied to a client, including: sending a file request to an android device, wherein the file request carries the file name of a requested file and the information of an application program to which the requested file belongs; receiving the file content of the requested file returned by the android device according to the file request; and rendering and presenting the file content.
Optionally, after rendering and presenting the file content, the method further includes: receiving configuration parameters input by a user, and sending a configuration request carrying the configuration parameters to the android device, wherein the configuration request also carries the name of a configuration method and information of an application program to which the configuration method belongs; receiving a configuration result returned by the android device after the android device executes the configuration corresponding to the configuration parameters according to the configuration method; and analyzing the configuration result, and re-rendering and presenting the file content according to the analysis result obtained by analysis.
According to another aspect of the present invention, there is provided a method for presenting an application program on an android device, which is applied to an android device, and includes: receiving a file request sent by a client, wherein the file request carries the file name of a requested file and the information of an application program to which the requested file belongs; searching a corresponding application program according to the application program to which the requested file belongs; reading a corresponding file from the searched application program according to the file name of the requested file to obtain the file content of the file; and sending the read file content to the client, wherein the file content is used for rendering and presenting through the client.
Optionally, after sending the read file content to the client, the method further includes: receiving a configuration request carrying configuration parameters sent by the client, wherein the configuration request also carries the name of a configuration method and information of an application program to which the configuration method belongs; searching a corresponding application program according to the information of the application program to which the configuration method belongs; obtaining a configuration method from the searched application program according to the name of the configuration method, executing the configuration corresponding to the configuration parameter through the configuration method, and obtaining a configuration result; and sending the configured result to the client so as to analyze the configured result through the client and re-render and present the file content according to the analysis result.
Optionally, the obtaining a configuration method from the searched application program according to the name of the configuration method, executing the configuration corresponding to the configuration parameter by using the configuration method, and obtaining a configuration result includes: calling a method interface corresponding to the name of the configuration method through a Remote Procedure Call Protocol (RPC) interface, executing the configuration corresponding to the configuration parameters through the method interface, and obtaining a configuration result.
Optionally, the reading, according to the file name of the requested file, the corresponding file from the found application program to obtain the file content of the file includes: and reading the file corresponding to the file name of the requested file from the searched application program through an RPC interface to obtain the file content of the file.
According to another aspect of the present invention, there is provided an apparatus for presenting an application program on an android device, including: the device comprises a first sending module, a second sending module and a third sending module, wherein the first sending module is used for sending a file request to an android device, and the file request carries the file name of a requested file and the information of an application program to which the requested file belongs; the first receiving module is used for receiving the file content of the requested file returned by the android device according to the file request; and the first presentation module is used for rendering and presenting the file content.
Optionally, the apparatus further comprises: the second sending module is used for receiving configuration parameters input by a user and sending a configuration request carrying the configuration parameters to the android device, wherein the configuration request also carries the name of a configuration method and information of an application program to which the configuration method belongs; a second receiving module, configured to receive a configuration result returned after the android device executes the configuration corresponding to the configuration parameter according to the configuration method; and the second presentation module is used for analyzing the configuration result, and re-rendering and presenting the file content according to the analysis result obtained by analysis.
According to another aspect of the present invention, there is provided an apparatus for presenting an application program on an android device, including: the third receiving module is used for receiving a file request sent by the client, wherein the file request carries the file name of the requested file and the information of the application program to which the requested file belongs; the first searching module is used for searching the corresponding application program according to the application program to which the requested file belongs; the acquisition module is used for reading a corresponding file from the searched application program according to the file name of the requested file to obtain the file content of the file; and the third sending module is used for sending the read file content to the client, wherein the file content is used for rendering and presenting through the client.
Optionally, the apparatus further comprises: a fourth receiving module, configured to receive a configuration request carrying configuration parameters sent by the client, where the configuration request also carries a name of a configuration method and information of an application to which the configuration method belongs; the second searching module is used for searching the corresponding application program according to the information of the application program to which the configuration method belongs; the configuration module is used for obtaining a configuration method from the searched application program according to the name of the configuration method, executing the configuration corresponding to the configuration parameters through the configuration method and obtaining a configuration result; and the fourth sending module is used for sending the configured result to the client so as to analyze the configured result through the client and re-render and present the file content according to the analysis result.
Optionally, the configuration module includes: the first calling unit is used for calling the method interface corresponding to the name of the configuration method through the RPC interface so as to execute the configuration corresponding to the configuration parameter through the method interface and obtain the configuration result.
Optionally, the obtaining module includes: and the second calling unit is used for reading the file corresponding to the file name of the requested file from the searched application program through an RPC interface to obtain the file content of the file.
The invention has the beneficial effects that: by the method and the device for presenting the application program on the android device, the application program on the android device can be presented to the client without using an HDMI (high-definition multimedia interface), and the limitation that the application program in the screen-free android device cannot be presented is particularly solved.
Drawings
FIG. 1 is a flowchart of a method for presenting an application on an android device according to an embodiment of the present invention;
FIG. 2 is a second flowchart of a method for presenting an application on an android device according to the embodiment of the present invention;
FIG. 3 is a third flowchart of a method for presenting an application on an android device according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating a fourth method for presenting applications on an android device according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of an embodiment of the present invention in practical use;
FIG. 6 is a second schematic diagram of an embodiment of the present invention;
FIG. 7 is a flowchart of an apparatus for presenting applications on an android device according to an embodiment of the present invention;
FIG. 8 is a second flowchart of an apparatus for presenting applications on an android device according to the embodiment of the present invention;
FIG. 9 is a third flowchart of an apparatus for presenting applications on an android device according to an embodiment of the present invention;
FIG. 10 is a flowchart illustrating a fourth apparatus for presenting applications on an android device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in detail with reference to the accompanying drawings and specific embodiments.
As shown in fig. 1, which is one of flow charts of a method for presenting an application program on an android device according to an embodiment of the present invention, the method is applied to a client, and in an embodiment of the present invention, the method includes the following steps:
step S100, a file request is sent to an android device, and the file request carries the file name of the requested file and the information of the application program to which the requested file belongs.
And S200, receiving the file content of the requested file returned by the android device according to the file request.
And step S300, rendering and presenting the file content.
It should be noted that the embodiment of the present invention presents the application on the android device without using the HDMI interface. The problem that the application program in the screen-free android device cannot be presented under the condition that an HDMI (high-definition multimedia interface) is not available is solved.
As shown in fig. 2, in another embodiment of the present invention, in order to configure the presented application, after the step S300, the embodiment of the present invention further includes the following steps:
step S400, receiving configuration parameters input by a user, and sending a configuration request carrying the configuration parameters to the android device, wherein the configuration request also carries the name of the configuration method and information of an application program to which the configuration method belongs.
And S500, receiving a configuration result returned after the android device executes configuration corresponding to the configuration parameters according to the configuration method.
And S600, analyzing the configuration result, and re-rendering and presenting the file content according to the analysis result obtained by analysis. Here, the configuration result may be a model with success or failure information, and if the configuration result is a model with success information, the file content and the model re-rendered by the client may present a word of "success" on the client, but is not limited thereto.
In another embodiment of the present invention, as shown in fig. 3, a method for presenting an application on an android device is applied to an android device, and includes the following steps:
step S1000, a file request sent by the client is received, and the file request carries the file name of the requested file and the information of the application program to which the requested file belongs.
And S2000, searching a corresponding application program according to the application program to which the requested file belongs.
Step S3000, reading a corresponding file from the searched application program according to the file name of the requested file, and obtaining the file content of the file.
And step S4000, sending the read file content to a client, wherein the file content is used for rendering and presenting through the client.
It should be noted that the android device reads, through the RPC interface, a file corresponding to a file name of a file requested in the file request from the found application program, where the file may be a page file, such as a hypertext markup Language (HTML) file and a Cascading Style Sheets (CSSs) file.
As shown in fig. 4, in another embodiment of the present invention, in order to configure the presented application, after the step S4000, the embodiment of the present invention further includes the following steps:
step S5000, receiving a configuration request carrying configuration parameters sent by a client, wherein the configuration request also carries the name of a configuration method and information of an application program to which the configuration method belongs.
And step S6000, searching the corresponding application program according to the information of the application program to which the configuration method belongs.
And S7000, obtaining the configuration method from the searched application program according to the name of the configuration method, executing the configuration corresponding to the configuration parameters through the configuration method, and obtaining the configuration result.
And S8000, sending the configured result to the client, so as to analyze the configured result through the client and re-render and present the file content according to the analysis result.
It should be noted that the request type includes a file request and a configuration request, and when the request type in the embodiment of the present invention is a configuration request, a method interface corresponding to the name of the configuration method is called through an RPC interface, so that the method interface executes configuration corresponding to the configuration parameter and obtains a configuration result.
As shown in fig. 5, which is one of the practical application flowcharts of the embodiment of the present invention, a client sends a file request to an android device to which an application program to be presented belongs, where the file request carries a file name of a requested file and information of the application program to which the requested file belongs. The method comprises the steps that a monitoring module of a user interface service application program of the android device receives a file request, the application program to be presented is determined according to information of the application program to which a requested file belongs in the file request, the monitoring module loads a file under the user interface module of the application program through RPC (remote procedure call), then the file is pushed to a client side, and the client side renders and presents the received file.
As shown in fig. 6, which is a second practical application flowchart of the embodiment of the present invention, different from fig. 5, a request sent by a client is a configuration request, the configuration request further carries a name of a configuration method and information of an application program to which the configuration method belongs, a monitoring module performs configuration by calling an interface corresponding to the name of the configuration method through an RPC, and parameters required for configuration are carried by a packet body of the configuration request.
In yet another embodiment of the present invention, as shown in fig. 7, there is provided an apparatus for presenting an application on an android device, the apparatus comprising: a first sending module 701, a first receiving module 702 and a first presenting module 703; a first sending module 701, configured to send a file request to an android device, where the file request carries a file name of a requested file and information of an application to which the requested file belongs; a first receiving module 702, configured to receive file content of a requested file returned by an android device according to a file request; the first rendering module 703 is configured to render and render the file content.
It should be noted that the application on the android device is presented by the embodiment of the present invention without using the HDMI interface. The method and the device particularly solve the limitation that the application program in the non-screen android device cannot be presented.
As shown in fig. 8, in order to configure the presented application, the embodiment of the present invention further provides a second sending module 704, a second receiving module 705, and a second presenting module 706; a second sending module 704, configured to receive a configuration parameter input by a user, and send a configuration request carrying the configuration parameter to the android device, where the configuration request also carries a name of a configuration method and information of an application to which the configuration method belongs; a second receiving module 705, configured to receive a configuration result returned after the android device executes configuration corresponding to the configuration parameter according to the configuration method; and the second presentation module 706 is configured to parse the configuration result, and re-render and present the file content according to the parsed result.
In another embodiment of the present invention, as shown in fig. 9, there is provided an apparatus for presenting an application program on an android device, which is applied to an android device, and the apparatus includes: a third receiving module 901, a first searching module 902, an obtaining module 903 and a third sending module 904; a third receiving module 901, configured to receive a file request sent by a client, where the file request carries a file name of a requested file and information of an application to which the requested file belongs; a first searching module 902, configured to search, according to an application to which the requested file belongs, a corresponding application; an obtaining module 903, configured to read a corresponding file from the searched application program according to the file name of the requested file, and obtain file content of the file; a third sending module 904, configured to send the read file content to the client, where the file content is used for rendering and presenting through the client, and the obtaining module 903 includes: and the second calling unit is used for reading the file corresponding to the file name of the requested file from the searched application program through the RPC interface to obtain the file content of the file.
As shown in fig. 10, in order to configure the presented application, the embodiment of the present invention further provides a fourth receiving module 905, a second searching module 906, a configuring module 907, and a fourth sending module 908; a fourth receiving module 905, configured to receive a configuration request carrying configuration parameters sent by a client, where the configuration request also carries a name of a configuration method and information of an application to which the configuration method belongs; the second searching module 906 is configured to search for a corresponding application program according to the information of the application program to which the configuration method belongs; a configuration module 907, which obtains a configuration method from the searched application program according to the name of the configuration method, executes configuration corresponding to the configuration parameters by the configuration method, and obtains a configuration result; and a fourth sending module 908, configured to send the configured result to the client, so as to parse the configured result through the client, and re-render and present the file content according to the parsing result. The configuration module 907 includes: the first calling unit is used for calling the method interface corresponding to the name of the configuration method through the RPC interface so as to execute the configuration corresponding to the configuration parameter through the method interface and obtain the configuration result.
The foregoing is a preferred embodiment of the present invention, and it should be noted that those skilled in the art can make various improvements and modifications without departing from the principle of the present invention, and those improvements and modifications are also within the scope of the present invention.

Claims (12)

1. A method for presenting an application on a screenless android device on a client, comprising:
receiving a file request which is sent by a client and carries information and a file name of an application program to which a request file belongs by using the non-screen android equipment;
the non-screen android device searches for a corresponding application program according to the application program to which the request file belongs, and when the corresponding application program is found, reads a corresponding file from the found application program according to the file name of the request file to obtain the file content in the application program corresponding to the file name of the request file;
and the non-screen android device sends the obtained file content in the application program corresponding to the file name of the request file to the client, and the client renders and presents the file content in the application program.
2. The method of claim 1, wherein after sending the read file content to the client, the method further comprises:
receiving a configuration request carrying configuration parameters sent by the client, wherein the configuration request also carries the name of a configuration method and information of an application program to which the configuration method belongs;
searching a corresponding application program according to the information of the application program to which the configuration method belongs;
obtaining a configuration method from the searched application program according to the name of the configuration method, executing the configuration corresponding to the configuration parameter through the configuration method, and obtaining a configuration result;
and sending the configured result to the client so as to analyze the configured result through the client and re-render and present the file content according to the analysis result.
3. The method as claimed in claim 2, wherein the obtaining the configuration method from the found application according to the name of the configuration method, executing the configuration corresponding to the configuration parameter by the configuration method, and obtaining the configuration result comprises:
and calling a method interface corresponding to the name of the configuration method through a remote procedure call protocol (RPC) interface so as to execute the configuration corresponding to the configuration parameter through the method interface and obtain a configuration result.
4. The method according to claim 1, wherein the reading the corresponding file from the found application program according to the file name of the requested file to obtain the file content of the file comprises:
and reading the file corresponding to the file name of the request file from the searched application program through an RPC interface to obtain the file content of the file.
5. A method for presenting an application on a screenless android device on a client, comprising:
the method comprises the steps that a client sends a file request carrying information and a file name of an application program to which a request file belongs to a non-screen android device, so that the non-screen android device can obtain file contents in the application program according to the information and the file name of the application program to which the request file belongs;
and the client receives the file content in the application program sent by the non-screen android device according to the file request, and renders and presents the file content in the application program.
6. The method of claim 5, wherein after rendering and presenting the file content in the application, the method further comprises:
receiving configuration parameters input by a user, and sending a configuration request carrying the configuration parameters to the non-screen android device, wherein the configuration request also carries a name of a configuration method and information of an application program to which the configuration method belongs;
receiving a configuration result returned after the non-screen android device executes the configuration corresponding to the configuration parameters according to the configuration method;
and analyzing the configuration result, and re-rendering and presenting the file content according to the analysis result obtained by analysis.
7. An apparatus for rendering applications on a screenless android device on a client, comprising:
the third receiving module is used for receiving a file request which is sent by the client and carries the information of the application program to which the request file belongs and the file name;
the first searching module is used for searching a corresponding application program according to the application program to which the request file belongs, and reading a corresponding file from the searched application program according to the file name of the request file when the corresponding application program is searched, so as to obtain the file content in the application program corresponding to the file name of the request file;
and the third sending module is used for sending the obtained file content in the application program corresponding to the file name of the request file to the client so that the client can render and present the file content in the application program.
8. The apparatus of claim 7, wherein the apparatus further comprises:
a fourth receiving module, configured to receive a configuration request carrying configuration parameters sent by the client, where the configuration request also carries a name of a configuration method and information of an application to which the configuration method belongs;
the second searching module is used for searching the corresponding application program according to the information of the application program to which the configuration method belongs;
the configuration module is used for obtaining a configuration method from the searched application program according to the name of the configuration method, executing the configuration corresponding to the configuration parameters through the configuration method and obtaining a configuration result;
and the fourth sending module is used for sending the configured result to the client so as to analyze the configured result through the client and re-render and present the file content according to the analysis result.
9. The apparatus of claim 8, wherein the configuration module comprises:
the first calling unit is used for calling a method interface corresponding to the name of the configuration method through a remote procedure call protocol (RPC) interface so as to execute the configuration corresponding to the configuration parameter through the method interface and obtain a configuration result.
10. The apparatus of claim 7, wherein the first lookup module comprises:
and the second calling unit is used for reading the file corresponding to the file name of the request file from the searched application program through the RPC interface to obtain the file content of the file.
11. An apparatus for rendering applications on a screenless android device on a client, comprising:
the device comprises a first sending module, a second sending module and a third sending module, wherein the first sending module is used for sending a file request carrying information and a file name of an application program to which a request file belongs to a non-screen android device so that the non-screen android device can obtain file contents in the application program according to the information and the file name of the application program to which the request file belongs;
the first receiving module is used for receiving the file content in the application program sent by the non-screen android device according to the file request;
and the first presentation module is used for rendering and presenting the file content in the application program.
12. The apparatus of claim 11, wherein the apparatus further comprises:
the second sending module is used for receiving configuration parameters input by a user and sending a configuration request carrying the configuration parameters to the non-screen android device, wherein the configuration request also carries the name of a configuration method and information of an application program to which the configuration method belongs;
a second receiving module, configured to receive a configuration result returned after the non-screen android device executes the configuration corresponding to the configuration parameter according to the configuration method;
and the second presentation module is used for analyzing the configuration result, and re-rendering and presenting the file content according to the analysis result obtained by analysis.
CN201410803289.0A 2014-12-19 2014-12-19 Method and device for presenting application program on android device Active CN105760150B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201410803289.0A CN105760150B (en) 2014-12-19 2014-12-19 Method and device for presenting application program on android device
PCT/CN2015/078301 WO2016095405A1 (en) 2014-12-19 2015-05-05 Method and device for presenting application program on android device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410803289.0A CN105760150B (en) 2014-12-19 2014-12-19 Method and device for presenting application program on android device

Publications (2)

Publication Number Publication Date
CN105760150A CN105760150A (en) 2016-07-13
CN105760150B true CN105760150B (en) 2020-10-02

Family

ID=56125758

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410803289.0A Active CN105760150B (en) 2014-12-19 2014-12-19 Method and device for presenting application program on android device

Country Status (2)

Country Link
CN (1) CN105760150B (en)
WO (1) WO2016095405A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113110910B (en) * 2021-04-20 2024-01-23 上海卓易科技股份有限公司 Method, system and equipment for realizing security Zhuo Rongqi
CN113687888B (en) * 2021-05-18 2023-08-08 麒麟软件有限公司 File sharing method compatible with Android application running on Linux system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102664939A (en) * 2012-04-13 2012-09-12 江苏诚迈科技有限公司 Method and device for mobile terminal of screen mirror image
CN103561355A (en) * 2013-10-28 2014-02-05 乐视致新电子科技(天津)有限公司 System setting method and electronic equipment
CN103581759A (en) * 2013-10-14 2014-02-12 青岛海信传媒网络技术有限公司 Intelligent terminal and method and system for transmitting and displaying multimedia files

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130198266A1 (en) * 2012-01-30 2013-08-01 5O9, Inc. Facilitating communication between web-enabled devices
CN102647514B (en) * 2012-03-22 2014-02-19 华为终端有限公司 Information display method and device for non-screen wireless terminal
CN102799473B (en) * 2012-06-18 2016-04-13 Tcl集团股份有限公司 A kind of method and device managing intelligent display device third-party application
CN103345486B (en) * 2013-06-24 2016-08-24 积成电子股份有限公司 It is applied to client under remote browse environment obtain and the method for present graphical file

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102664939A (en) * 2012-04-13 2012-09-12 江苏诚迈科技有限公司 Method and device for mobile terminal of screen mirror image
CN103581759A (en) * 2013-10-14 2014-02-12 青岛海信传媒网络技术有限公司 Intelligent terminal and method and system for transmitting and displaying multimedia files
CN103561355A (en) * 2013-10-28 2014-02-05 乐视致新电子科技(天津)有限公司 System setting method and electronic equipment

Also Published As

Publication number Publication date
CN105760150A (en) 2016-07-13
WO2016095405A1 (en) 2016-06-23

Similar Documents

Publication Publication Date Title
CN107885848B (en) Webpage screen capturing method based on web technology
CN102779167A (en) Method and system for displaying webpage in mobile terminal
US10817350B2 (en) Method and device for starting external application program in browser
CN106846495B (en) Method and device for realizing augmented reality
CN104778241A (en) Report generation method and system
CN103514241A (en) Image loading method and system
CN109558323B (en) System, method and apparatus for debugging pages
CN103873938A (en) Video-tag-based webpage video full-screen playing method and browser of mobile terminal
WO2013174080A1 (en) Interface display method and system of home gateway applicable to multiple display types
CN105704562B (en) Multi-version compatible method and device for network television cloud service platform
CN112015509A (en) Data visualization large screen construction method, electronic device and storage medium
CN111046306B (en) Method for dynamically displaying employment information analysis result chart by browser
CN110955803A (en) Drawing method, device, equipment and medium of relational graph based on graph database
CN105760150B (en) Method and device for presenting application program on android device
KR101562434B1 (en) Processing method of DICOM medical image at Smart Pad Multi-platform environments and its system
CN107391175B (en) Control data configuration method and computer readable storage medium
CN104166574A (en) Interface display method and system
CN204791004U (en) Medical treatment image inquiry system
US20120050284A1 (en) Method and apparatus for implementing three-dimensional image
CN105468746B (en) Web-page Multi-media content processing method and device
US11265594B2 (en) Data processing method and device, storage medium, electronic device
CN109582580B (en) System, method and apparatus for debugging pages
US20130290377A1 (en) Populating data structures of software applications with input data provided according to extensible markup language (xml)
WO2012165066A1 (en) Image distribution server and image distribution control method
CN108132767B (en) Application window preview method and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20200828

Address after: 210012 Nanjing, Yuhuatai District, South Street, Bauhinia Road, No. 68

Applicant after: Nanjing Zhongxing Software Co.,Ltd.

Address before: 518057 Nanshan District Guangdong high tech Industrial Park, South Road, science and technology, ZTE building, Ministry of Justice

Applicant before: ZTE Corp.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant