CN107704536B - Software content display method and system - Google Patents

Software content display method and system Download PDF

Info

Publication number
CN107704536B
CN107704536B CN201710864126.7A CN201710864126A CN107704536B CN 107704536 B CN107704536 B CN 107704536B CN 201710864126 A CN201710864126 A CN 201710864126A CN 107704536 B CN107704536 B CN 107704536B
Authority
CN
China
Prior art keywords
data
layout
control
local
content
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
CN201710864126.7A
Other languages
Chinese (zh)
Other versions
CN107704536A (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.)
Guangzhou Shiyuan Electronics Thecnology Co Ltd
Original Assignee
Guangzhou Shiyuan Electronics Thecnology 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 Guangzhou Shiyuan Electronics Thecnology Co Ltd filed Critical Guangzhou Shiyuan Electronics Thecnology Co Ltd
Priority to CN201710864126.7A priority Critical patent/CN107704536B/en
Publication of CN107704536A publication Critical patent/CN107704536A/en
Application granted granted Critical
Publication of CN107704536B publication Critical patent/CN107704536B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method and a system for displaying software content, wherein the method comprises the following steps: when an instruction for starting the software is received, inquiring whether layout data of the software exists in a server or not, wherein the layout data comprise a plurality of control drawing data and content links corresponding to each control drawing data; if yes, requesting the server to download the layout data; analyzing the downloaded layout data, and drawing each control drawing data in a dynamic layout mode to generate controls corresponding to each control drawing data one by one; and requesting the server to download corresponding content data according to each content link, and displaying the downloaded content data in the corresponding control. According to the method and the device, the drawing data of each control is drawn in a dynamic layout mode, the controls corresponding to the drawing data of each control one by one can be generated, the overall layout of software content is changed, and user experience is improved.

Description

Software content display method and system
Technical Field
The invention relates to the technical field of software, in particular to a method and a system for displaying software content.
Background
With the rapid development of science and technology and the internet, intelligent terminals (such as smart phones) have become indispensable products in people's daily life gradually. The portability and intellectualization of intelligent terminals have changed the way people live and work.
After the content type application in the smart phone is opened, a home page is generally displayed, the home page content can display daily recommendations, headlines, advertisement positions and the like, and a user can browse some contents clearly without operation at the first time.
At present, the content applications in the market basically use a fixed layout, the positions and sizes of content blocks of a home page are specified in advance, and then different contents are presented to each content block according to data of a background.
The method can only change the content of the content block at present, but cannot determine the overall layout, and the method is monotonous after long-time use, has low personalized degree and influences the use experience of users.
Disclosure of Invention
Therefore, the embodiment of the invention provides a software content display method capable of changing the overall layout.
The software content display method according to one embodiment of the invention comprises the following steps:
when an instruction for starting the software is received, inquiring whether layout data of the software exists in a server or not, wherein the layout data comprise a plurality of control drawing data and content links corresponding to each control drawing data;
if yes, requesting the server to download the layout data;
analyzing the downloaded layout data, and drawing each control drawing data in a dynamic layout mode to generate controls corresponding to each control drawing data one by one;
and requesting the server to download corresponding content data according to each content link, and displaying the downloaded content data in the corresponding control.
According to the software content display method provided by the embodiment of the invention, when an instruction for starting the software is received, whether the layout data of the software exists in the server is inquired, the layout data is ensured to be updated in time, the controls corresponding to the drawing data of each control one by one can be generated by drawing the drawing data of each control in a dynamic layout mode, the overall layout of the software content is changed, the corresponding content data is requested to be downloaded to the server according to each content link, the downloaded content data is displayed in the corresponding control, the specific content in each control can be changed on the premise of changing the overall layout, the more personalized layout processing can be finally realized, and the user experience is improved.
In addition, the software content display method according to the above embodiment of the present invention may further have the following additional technical features:
further, in an embodiment of the present invention, each of the control drawing data includes type data, size data, and position data, and the step of drawing each of the control drawing data in a dynamic layout to generate a control corresponding to each of the control drawing data one to one includes:
generating a control of a corresponding type according to the type data of each piece of control drawing data;
setting the size and the position of a corresponding control according to the size data and the position data of each piece of control drawing data;
and adding all the set controls into the root layout of the software, wherein the root layout is a container for storing the controls.
Further, in an embodiment of the present invention, after the step of querying whether layout data of the software exists in a server, the method further includes:
when the layout data of the software does not exist in the server, inquiring whether locally stored layout data exists or not, wherein the locally stored layout data comprises a plurality of local control drawing data and local content data corresponding to each local control drawing data;
if so, analyzing the layout data stored locally, and drawing each local control drawing data in a dynamic layout mode to generate local controls corresponding to each local control drawing data one to one;
and displaying each local content data in the corresponding local control.
Further, in one embodiment of the present invention, the method further comprises:
when an instruction for starting the software for the first time is received, inquiring whether locally stored layout data exist, wherein the locally stored layout data comprise a plurality of local control drawing data and local content data corresponding to each local control drawing data;
if so, analyzing the layout data stored locally, and drawing each local control drawing data in a dynamic layout mode to generate local controls corresponding to each local control drawing data one to one;
and displaying each local content data in the corresponding local control.
Further, in an embodiment of the present invention, the layout data is a Json file.
Another embodiment of the present invention is directed to a software content presentation system capable of changing an overall layout.
The software content display system according to the embodiment of the invention comprises:
the first query module is used for querying whether layout data of the software exists in a server or not when an instruction for starting the software is received, wherein the layout data comprise a plurality of control drawing data and content links corresponding to each control drawing data;
the downloading module is used for requesting the server to download the layout data when the first query module queries that the layout data of the software exists in the server;
the first analysis generation module is used for analyzing the downloaded layout data and drawing each control drawing data in a dynamic layout mode to generate controls corresponding to each control drawing data one to one;
and the first display module is used for requesting the server to download the corresponding content data according to each content link and displaying the downloaded content data in the corresponding control.
In addition, the software content presentation system according to the above embodiment of the present invention may further have the following additional technical features:
further, in an embodiment of the present invention, each of the control drawing data includes type data, size data, and position data, and the first parsing generation module has a function of:
generating a control of a corresponding type according to the type data of each piece of control drawing data;
setting the size and the position of a corresponding control according to the size data and the position data of each piece of control drawing data;
and adding all the set controls into the root layout of the software, wherein the root layout is a container for storing the controls.
Further, in one embodiment of the present invention, the system further comprises:
the second query module is used for querying whether locally stored layout data exist or not when the first query module queries that the layout data of the software do not exist in the server, wherein the locally stored layout data comprise a plurality of local control drawing data and local content data corresponding to each local control drawing data;
the second analysis generation module is used for analyzing the locally stored layout data and drawing each local control drawing data in a dynamic layout mode when the second query module queries that the locally stored layout data exists so as to generate local controls corresponding to each local control drawing data one by one;
and the second display module is used for displaying each local content data in the corresponding local control.
Further, in one embodiment of the present invention, the system further comprises:
the third query module is used for querying whether locally stored layout data exist or not when receiving an instruction for starting the software for the first time, wherein the locally stored layout data comprise a plurality of local control drawing data and local content data corresponding to each local control drawing data;
the third analysis generation module is used for analyzing the layout data stored locally and drawing each drawing data of the local controls in a dynamic layout mode when the third query module queries that the layout data stored locally exists so as to generate the local controls corresponding to each drawing data of the local controls one by one;
and the third display module is used for displaying each local content data in the corresponding local control.
Further, in an embodiment of the present invention, the layout data is a Json file.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
The above and/or additional aspects and advantages of embodiments of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a flowchart of a software content presentation method according to a first embodiment of the present invention;
fig. 2 is a detailed flowchart of the method in fig. 1 for rendering each of the control rendering data in a dynamic layout to generate a control corresponding to each of the control rendering data one by one;
FIG. 3 is a flowchart of a software content presentation method according to a second embodiment of the present invention;
FIG. 4 is a flowchart of a software content presentation method according to a third embodiment of the present invention;
FIG. 5 is a schematic structural diagram of a software content presentation system according to a fourth embodiment of the present invention;
FIG. 6 is a schematic structural diagram of a software content presentation system according to a fifth embodiment of the present invention;
fig. 7 is a schematic structural diagram of a software content presentation system according to a sixth embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, a software content display method provided in a first embodiment of the present invention is applied to an intelligent terminal with an android system, for example, a smart phone with an android system, and the method includes:
s101, when an instruction for starting the software is received, inquiring whether layout data of the software exists in a server or not, wherein the layout data comprise a plurality of control drawing data and content links corresponding to each control drawing data;
when the user opens the software, whether layout data of the software exists in a server or not is inquired through a network, drawing data of each control comprises type data, size data and position data, a background server can be established in advance during specific implementation, the layout data are managed, an H5 configuration interface which can be directly used by an operator is established, the operator performs layout by dragging a schematic legend of the layout in an H5 configuration page, a JavaScript program on the page can generate a plurality of drawing data of the controls according to the configuration of the operator at the moment, the drawing data comprise coordinates, sizes and types of the controls, content links corresponding to the drawing data of each control can be generated, the content links point to the server, and the server stores corresponding content data in advance. After the operator submits the page, the background server finally generates layout data, the layout data is stored by using a standard Json file, describes coordinates, sizes, types, content links and the like generated by the front-end page, and can be stored in a database for a client to request.
S102, if yes, requesting the server to download the layout data;
if the layout data exists in the server, the layout data is requested to be downloaded through a network, and the data transmission can use a conventional data transmission protocol such as HTTP.
S103, analyzing the downloaded layout data, and drawing each control drawing data in a dynamic layout mode to generate controls corresponding to each control drawing data one by one;
after the layout data is downloaded, the layout data of the Json file is analyzed to obtain a plurality of control drawing data in the layout data and content links corresponding to the control drawing data, wherein the control drawing data is drawn in a dynamic layout mode to generate controls corresponding to the control drawing data one by one, and controls with corresponding coordinates, sizes and types, such as picture controls, character controls and the like, can be produced according to the coordinates, the sizes and the types.
And S104, requesting the server to download the corresponding content data according to each content link, and displaying the downloaded content data in the corresponding control.
After the control is generated, the control points to the server according to each content link, so that the server is requested to download corresponding content data, and finally the downloaded content data is displayed in the corresponding control.
According to the software content display method provided by the embodiment of the invention, when an instruction for starting the software is received, whether the layout data of the software exists in the server is inquired, the layout data is ensured to be updated in time, the controls corresponding to the drawing data of each control one by one can be generated by drawing the drawing data of each control in a dynamic layout mode, the overall layout of the software content is changed, the corresponding content data is requested to be downloaded to the server according to each content link, the downloaded content data is displayed in the corresponding control, the specific content in each control can be changed on the premise of changing the overall layout, the more personalized layout processing can be finally realized, and the user experience is improved.
In addition, referring to fig. 2, as a specific example, in step S103, the step of rendering each of the control rendering data in a dynamic layout manner to generate a control corresponding to each of the control rendering data in a one-to-one manner specifically includes:
s1031, generating controls of corresponding types according to the type data of the drawing data of each control;
for example, if the type data includes a picture and a text, a picture control and a text control are generated, respectively.
S1032, setting the size and the position of the corresponding control according to the size data and the position data of each piece of control drawing data;
the method comprises the steps of setting the size and the position (coordinate) of a picture control according to size data and position data corresponding to the picture control, and setting the size and the position (coordinate) of a character control according to size data and position data corresponding to the character control.
And S1033, adding all the set controls into a root layout of the software, wherein the root layout is a container for storing the controls.
Some specific application environments are given below:
for example, in a content-class app on a television, the home page is generally fixed with several pages, each page has several content blocks, and the location and size of each content block are generally updated by updating the apk. By adopting the method provided by the embodiment of the invention, the home page can be updated at any time when needed, for example, the home page of the father section has three pages, one page is a page exclusive for the father section, the mother section has four pages, one page stores the mother and infant commodities, and the commodity blocks are denser and different in size than the ordinary content blocks.
For example, the system can be combined with an account system, when the old logs in, the layout of the home page is loose, the font is large, and the corners are soft. When the young people log in, the font of the home page is properly reduced, and the corners of the home page are sharpened.
Referring to fig. 3, a software content display method provided in a second embodiment of the present invention is applied to an intelligent terminal with an android system, and the method includes:
s201, when receiving an instruction for starting the software, inquiring whether layout data of the software exists in a server;
s202, when the layout data of the software does not exist in the server, inquiring whether locally stored layout data exists or not, wherein the locally stored layout data comprises a plurality of local control drawing data and local content data corresponding to each local control drawing data;
the operator can pre-store the layout data in the intelligent terminal or the user downloads the layout data to the local in advance, wherein the layout data can also adopt a standard Json file. When no network access exists, whether layout data stored locally exist is inquired, the layout data stored locally comprises a plurality of local control drawing data and local content data corresponding to the local control drawing data, and each local control drawing data comprises type data, size data and position data.
S203, if yes, analyzing the layout data stored locally, and drawing each local control drawing data in a dynamic layout mode to generate local controls corresponding to each local control drawing data one to one;
if the locally stored layout data exists, the locally stored layout data is directly analyzed, and each piece of local control drawing data is drawn in a dynamic layout mode to generate a local control corresponding to each piece of local control drawing data one by one, and the method specifically includes the following steps: generating a control of a corresponding type according to the type data of the drawing data of each local control; setting the size and the position of a corresponding control according to the size data and the position data of the drawing data of each local control; and adding all the set controls into the root layout of the software.
And S204, displaying each local content data in the corresponding local control.
And after the control is generated, directly displaying the local content data in the locally stored layout data in the corresponding control.
Referring to fig. 4, a software content display method provided in a third embodiment of the present invention is applied to an intelligent terminal with an android system, and the method includes:
s301, when an instruction for starting the software for the first time is received, inquiring whether locally stored layout data exist, wherein the locally stored layout data comprise a plurality of local control drawing data and local content data corresponding to each local control drawing data;
the operator can pre-store the layout data in the intelligent terminal or the user downloads the layout data to the local in advance, so that the first content layout is completed when the user starts the software for the first time.
S302, if yes, analyzing the layout data stored locally, and drawing each local control drawing data in a dynamic layout mode to generate local controls corresponding to each local control drawing data one to one;
and S303, displaying each local content data in the corresponding local control.
Referring to fig. 5, based on the same inventive concept, a software content display system according to a fourth embodiment of the present invention includes:
a first query module 10, configured to query whether layout data of the software exists in a server when an instruction to start the software is received, where the layout data includes a plurality of control drawing data and content links corresponding to each of the control drawing data;
a downloading module 20, configured to request the server to download the layout data when the first querying module 10 queries that the layout data of the software exists in the server;
the first analysis generating module 30 is configured to analyze the downloaded layout data, and draw each piece of control drawing data in a dynamic layout manner to generate a control corresponding to each piece of control drawing data one to one;
and the first display module 40 is configured to request the server to download corresponding content data according to each content link, and display the downloaded content data in a corresponding control.
In this embodiment, each of the control drawing data includes type data, size data, and position data, and the first parsing generation module 30 is configured to:
generating a control of a corresponding type according to the type data of each piece of control drawing data;
setting the size and the position of a corresponding control according to the size data and the position data of each piece of control drawing data;
and adding all the set controls into the root layout of the software, wherein the root layout is a container for storing the controls.
In addition, in this embodiment, the layout data is a Json file.
Referring to fig. 6, a software content display system according to a fifth embodiment of the present invention is substantially the same as the fourth embodiment, except that the software content display system according to the fifth embodiment further includes, on the basis of the fourth embodiment:
a second query module 50, configured to query whether there is locally stored layout data when the first query module 10 queries that there is no layout data of the software in the server, where the locally stored layout data includes a plurality of local control drawing data and local content data corresponding to each local control drawing data;
a second parsing and generating module 60, configured to parse the locally stored layout data when the second querying module 50 queries that the locally stored layout data exists, and draw each local control drawing data in a dynamic layout manner, so as to generate local controls corresponding to each local control drawing data one to one;
a second presentation module 70, configured to present each local content data in a corresponding local control.
Referring to fig. 7, a software content display system according to a sixth embodiment of the present invention includes:
a third query module 80, configured to query whether locally stored layout data exists when an instruction to start the software for the first time is received, where the locally stored layout data includes a plurality of local control drawing data and local content data corresponding to each local control drawing data;
a third parsing and generating module 90, configured to parse the locally stored layout data when the third query module 80 queries that the locally stored layout data exists, and draw each local control drawing data in a dynamic layout manner, so as to generate a local control corresponding to each local control drawing data one to one;
a third presentation module 100, configured to present each local content data in a corresponding local control.
The technical features and technical effects of each software content presentation system proposed in the above embodiments of the present invention are the same as those of the method proposed in the embodiments of the present invention, and are not described herein again.
The logic and/or steps represented in the flowcharts or otherwise described herein, e.g., an ordered listing of executable instructions that can be considered to implement logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). Additionally, the computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
While embodiments of the invention have been shown and described, it will be understood by those of ordinary skill in the art that: various changes, modifications, substitutions and alterations can be made to the embodiments without departing from the principles and spirit of the invention, the scope of which is defined by the claims and their equivalents.

Claims (6)

1. A method for displaying software content, comprising:
when an instruction for starting the software is received, inquiring whether layout data of the software exists in a server or not, wherein the layout data comprise a plurality of control drawing data and content links corresponding to each control drawing data;
if yes, requesting the server to download the layout data;
analyzing the downloaded layout data, and drawing each control drawing data in a dynamic layout mode to generate controls corresponding to each control drawing data one by one;
requesting the server to download corresponding content data according to each content link, and displaying the downloaded content data in a corresponding control;
each piece of control drawing data comprises type data, size data and position data, and the step of drawing each piece of control drawing data in a dynamic layout mode to generate a control corresponding to each piece of control drawing data one by one comprises the following steps:
generating a control of a corresponding type according to the type data of each piece of control drawing data;
setting the size and the position of a corresponding control according to the size data and the position data of each piece of control drawing data;
adding all the set controls into a root layout of the software, wherein the root layout is a container for storing the controls;
after the step of querying whether layout data of the software exists in the server, the method further comprises:
when the layout data of the software does not exist in the server, inquiring whether locally stored layout data exists or not, wherein the locally stored layout data comprises a plurality of local control drawing data and local content data corresponding to each local control drawing data;
if so, analyzing the layout data stored locally, and drawing each local control drawing data in a dynamic layout mode to generate local controls corresponding to each local control drawing data one to one;
and displaying each local content data in the corresponding local control.
2. The method of claim 1, further comprising:
when an instruction for starting the software for the first time is received, inquiring whether locally stored layout data exist, wherein the locally stored layout data comprise a plurality of local control drawing data and local content data corresponding to each local control drawing data;
if so, analyzing the layout data stored locally, and drawing each local control drawing data in a dynamic layout mode to generate local controls corresponding to each local control drawing data one to one;
and displaying each local content data in the corresponding local control.
3. The content presentation method of claim 1, wherein the layout data is a Json file.
4. A software content presentation system, comprising:
the first query module is used for querying whether layout data of the software exists in a server or not when an instruction for starting the software is received, wherein the layout data comprise a plurality of control drawing data and content links corresponding to each control drawing data;
the downloading module is used for requesting the server to download the layout data when the first query module queries that the layout data of the software exists in the server;
the first analysis generation module is used for analyzing the downloaded layout data and drawing each control drawing data in a dynamic layout mode to generate controls corresponding to each control drawing data one to one;
the first display module is used for requesting the server to download corresponding content data according to each content link and displaying the downloaded content data in the corresponding control;
each of the control drawing data includes type data, size data, and position data, and the first parsing generation module has functionality to:
generating a control of a corresponding type according to the type data of each piece of control drawing data;
setting the size and the position of a corresponding control according to the size data and the position data of each piece of control drawing data;
adding all the set controls into a root layout of the software, wherein the root layout is a container for storing the controls;
the system further comprises:
the second query module is used for querying whether locally stored layout data exist or not when the first query module queries that the layout data of the software do not exist in the server, wherein the locally stored layout data comprise a plurality of local control drawing data and local content data corresponding to each local control drawing data;
the second analysis generation module is used for analyzing the locally stored layout data and drawing each local control drawing data in a dynamic layout mode when the second query module queries that the locally stored layout data exists so as to generate local controls corresponding to each local control drawing data one by one;
and the second display module is used for displaying each local content data in the corresponding local control.
5. The software content presentation system of claim 4, wherein the system further comprises:
the third query module is used for querying whether locally stored layout data exist or not when receiving an instruction for starting the software for the first time, wherein the locally stored layout data comprise a plurality of local control drawing data and local content data corresponding to each local control drawing data;
the third analysis generation module is used for analyzing the layout data stored locally and drawing each drawing data of the local controls in a dynamic layout mode when the third query module queries that the layout data stored locally exists so as to generate the local controls corresponding to each drawing data of the local controls one by one;
and the third display module is used for displaying each local content data in the corresponding local control.
6. The content presentation system of claim 4, wherein the layout data is a Json file.
CN201710864126.7A 2017-09-22 2017-09-22 Software content display method and system Active CN107704536B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710864126.7A CN107704536B (en) 2017-09-22 2017-09-22 Software content display method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710864126.7A CN107704536B (en) 2017-09-22 2017-09-22 Software content display method and system

Publications (2)

Publication Number Publication Date
CN107704536A CN107704536A (en) 2018-02-16
CN107704536B true CN107704536B (en) 2021-06-25

Family

ID=61173071

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710864126.7A Active CN107704536B (en) 2017-09-22 2017-09-22 Software content display method and system

Country Status (1)

Country Link
CN (1) CN107704536B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110442416B (en) * 2019-08-09 2022-12-09 上海连尚网络科技有限公司 Method, electronic device and computer-readable medium for presenting information
CN110795163B (en) * 2019-09-28 2023-07-14 同程网络科技股份有限公司 Front page visual configuration system and configuration method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104007991A (en) * 2014-06-06 2014-08-27 百度在线网络技术(北京)有限公司 Method and device for adjusting application program interface layout
CN105573773A (en) * 2014-10-17 2016-05-11 Tcl集团股份有限公司 User interface laying method, apparatus and system
CN106502699A (en) * 2016-11-03 2017-03-15 腾讯科技(深圳)有限公司 A kind of five application page processing method, apparatus and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104007991A (en) * 2014-06-06 2014-08-27 百度在线网络技术(北京)有限公司 Method and device for adjusting application program interface layout
CN105573773A (en) * 2014-10-17 2016-05-11 Tcl集团股份有限公司 User interface laying method, apparatus and system
CN106502699A (en) * 2016-11-03 2017-03-15 腾讯科技(深圳)有限公司 A kind of five application page processing method, apparatus and system

Also Published As

Publication number Publication date
CN107704536A (en) 2018-02-16

Similar Documents

Publication Publication Date Title
CN107515764B (en) Application page opening method, terminal and computer readable storage medium
US20180210741A1 (en) Media information processing method, mobile terminal, and storage medium
CN108427546B (en) Full screen adaptation method of display device, display device and storage medium
CN103713830A (en) Method and apparatus for providing user interface
US20130132422A1 (en) System and method for creating and controlling an application operating on a plurality of computer platform types
CN112882772B (en) Configuration method of application interface of mobile terminal, mobile terminal and storage medium
CN102937999A (en) Dynamic browser icon
US10303734B2 (en) Method, system, and device for marking web content
CN109347898B (en) Scene information sending method, scene information display method, server and mobile terminal
CN103577596A (en) Keyword searching method and device based on current browse webpage
US20150113525A1 (en) Method for a Reader to Provide Service, Reader and Computer-Readable Storage Medium
CN105814565A (en) Web page rendering on wireless devices
CN113050941A (en) Front-end page generation method, device, equipment and computer readable storage medium
CN107704536B (en) Software content display method and system
JP2021064359A (en) Web page processing method, web page processing device, electronic device, non-temporary computer-readable storage medium, and computer program
CN107330087B (en) Page file generation method and device
CN103685498A (en) Wallpaper loading method and browser device
CN111367518A (en) Page layout method and device, computing equipment and computer storage medium
CN109150694B (en) Dynamic scene information sending method, dynamic scene information display method, server and mobile terminal
CN109101429B (en) Method and device for debugging browser page of set top box
CN107862728B (en) Picture label adding method and device and computer readable storage medium
CN111078219A (en) Page display method, device and system, electronic equipment and storage medium
CN104063277A (en) Information processing method and electronic equipment
CN110647327A (en) Method and device for dynamic control of user interface based on card
CN113127783B (en) Page display method and device, equipment and medium

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