CN104238881A - Terminal information display method and device and terminal - Google Patents
Terminal information display method and device and terminal Download PDFInfo
- Publication number
- CN104238881A CN104238881A CN201410459124.6A CN201410459124A CN104238881A CN 104238881 A CN104238881 A CN 104238881A CN 201410459124 A CN201410459124 A CN 201410459124A CN 104238881 A CN104238881 A CN 104238881A
- Authority
- CN
- China
- Prior art keywords
- information
- interface control
- layout templates
- interface
- layout
- 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.)
- Pending
Links
Landscapes
- Telephonic Communication Services (AREA)
Abstract
The invention provides a display method and device of terminal information and a terminal. Wherein, the method comprises the following steps: obtaining a layout template, wherein at least one interface control is packaged in the layout template; acquiring information to be displayed; and loading corresponding information for the interface control so as to display the information on the page containing the interface control. According to the terminal information display method and device and the terminal, the separation of the layout template and the information is realized, the multiplexing of the information to the layout template is facilitated, the information loading efficiency of the page containing the interface control is improved, and the information display efficiency of the terminal can be further improved.
Description
Technical field
The present invention relates to field of computer technology, particularly relate to a kind of display packing of end message, device and terminal.
Background technology
Along with the development of software industry, the user interface of user to the software installed in terminal wants the convenience of sum operation to have deeper requirement, and this just needs in the process of software development, designs more user interfaces that can meet consumers' demand.In software instructures, inseparable contacting is there is between subscriber interface module with external business logic module, coupled relation is there is between subscriber interface module and external business logic, wherein, subscriber interface module is mainly through interface control design user interface structure, and external business logic is mainly subscriber interface module and provides the business corresponded.
Usually, in a software development process, need through repeatedly amendment and test, at present, if revise business interface module, also need to make corresponding adjustment to its corresponding business logic modules, software modification code is more, and workload is large.
Summary of the invention
The present invention is intended to solve one of technical matters in correlation technique at least to a certain extent.For this reason, first object of the present invention is the display packing proposing a kind of end message, the method can realize being separated of layout templates and information, facilitate multiplexing to layout templates of information, improve the efficiency comprising the page load information of interface control, and then the efficiency of terminal demonstration information can be improved.
Second object of the present invention is the display device proposing a kind of end message.
3rd object of the present invention is to propose a kind of terminal.
For achieving the above object, first aspect present invention embodiment proposes a kind of display packing of end message, comprising: obtain layout templates, be packaged with at least one interface control in described layout templates; Obtain information to be shown; And be that described interface control loads corresponding information, to show described information on the page comprising described interface control.
According to the display packing of the end message of the embodiment of the present invention, by obtaining the layout templates being packaged with at least one interface control, and obtain information to be shown, and load corresponding information according to interface control, to show information on the page comprising interface control, thus, achieve being separated of layout templates and information, multiplexing to layout templates of the information that facilitates, improves the efficiency comprising the page load information of interface control, and then can improve the efficiency of terminal demonstration information.
For achieving the above object, second aspect present invention embodiment proposes a kind of display device of end message, comprising: the first acquisition module, for obtaining layout templates, is packaged with at least one interface control in described layout templates; Second acquisition module, for obtaining information to be shown; And processing module, for loading corresponding information, to show described information on the page comprising described interface control for described interface control.
According to the display device of the end message of the embodiment of the present invention, the layout templates being packaged with at least one interface control is obtained by the first acquisition module, and obtain information to be shown by the second acquisition module, and be that interface control loads corresponding information by processing module, to show information on the page comprising interface control, thus, achieve being separated of layout templates and information, multiplexing to layout templates of the information that facilitates, improve the efficiency comprising the page load information of interface control, and then the efficiency of terminal demonstration information can be improved.
For achieving the above object, third aspect present invention embodiment proposes a kind of terminal, described terminal comprises housing, processor, storer, circuit board and power circuit, wherein, described circuit board is placed in the interior volume that described housing surrounds, and described processor and described storer are arranged on described circuit board; Described power circuit, for powering for each circuit of described mobile terminal or device; Described storer is used for stores executable programs code; Described processor runs the program corresponding with described executable program code by reading the executable program code stored in described storer, for execution following steps: obtain layout templates, be packaged with at least one interface control in described layout templates; Obtain information to be shown; And be that described interface control loads corresponding information, to show described information on the page comprising described interface control.
According to the terminal of the embodiment of the present invention, by obtaining the layout templates being packaged with at least one interface control, and obtain information to be shown, and load corresponding information according to interface control, to show information on the page comprising interface control, thus, achieve being separated of layout templates and information, multiplexing to layout templates of the information that facilitates, improves the efficiency comprising the page load information of interface control, and then can improve the efficiency of terminal demonstration information.
The aspect that the present invention adds and advantage will part provide in the following description, and part will become obvious from the following description, or be recognized by practice of the present invention.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of the display packing of end message according to an embodiment of the invention.
Fig. 2 is the schematic diagram of layout templates according to an embodiment of the invention.
Fig. 3 is the schematic diagram comprising the page of interface control of terminal demonstration according to an embodiment of the invention.
Fig. 4 is the structural representation of the display device of end message according to an embodiment of the invention.
Fig. 5 is the structural representation of the display device of end message in accordance with another embodiment of the present invention.
Embodiment
Be described below in detail embodiments of the invention, the example of described embodiment is shown in the drawings, and wherein same or similar label represents same or similar element or has element that is identical or similar functions from start to finish.Be exemplary below by the embodiment be described with reference to the drawings, be intended to for explaining the present invention, and can not limitation of the present invention be interpreted as.
Below with reference to the accompanying drawings the display packing of the end message of the embodiment of the present invention, device and terminal are described.
Fig. 1 is the process flow diagram of the display packing of end message according to an embodiment of the invention, and as shown in Figure 1, the method comprises:
S101, obtains layout templates, is packaged with at least one interface control in layout templates.
In this embodiment, layout templates can be obtained from topology file, multiple interface control can be packaged with in layout templates, these interface controls can be public interface controls, particularly, in the user interface structure that many places all can be used, and the data type needed for this user interface structure is encapsulated as a public interface control.
Such as, in Android (Android) system development, in order to make interface logic be separated with service logic, the data type needed for user interface logic can be preserved in advance.
In Android (Android) system development, by code layout layout templates below:
android:id=“+id/public_stub”
android:layout=“layout/public_layout”
And with ViewStub, layout templates is encapsulated in layout (layout), and the layout templates after encapsulation is kept at topology file public_result_layout.xml and wraps, when needs obtain layout templates, from topology file public_result_layout.xml by layout templates good for layout and topology layout corresponding to interface control out.
In addition, except encapsulating in interface except public interface control in layout templates, in layout templates, a defined interface control can also be encapsulated.
In this embodiment, the layout templates in topology file can also be upgraded, in the updated, the layout templates after upgrading can be obtained from the topology file after renewal.That is, can modify to layout templates, thereby facilitating the amendment to layout templates.
S102, obtains information to be shown.
In this embodiment, information to be shown can to include but not limited in text message, graphical information and animation information one or more.
According to layout templates, obtain the cleaning information of terminal, and change the form of cleaning information, wherein, cleaning information can include but not limited to internal memory cleaning information and/or junk information, such as, can also comprise intercept information, Virus Info etc. in cleaning information.
Such as, can data type needed for layout templates, the related data of internal memory cleaning external business logic calculated by algorithms of different is converted to the data type needed for layout templates, can be facilitated on the follow-up interface comprising public interface control by the data type be converted to needed for layout templates and the data of acquisition are shown, thus, user is facilitated to understand current memory cleaning information.
Again such as, the form needed for interface control is ResultPadInfo, and the code defining ResultPadInfo form in layout templates is as follows:
S103, for interface control loads corresponding information, to show information on the page comprising interface control.
In this embodiment, after arranging interface, can be interface control and load corresponding information, particularly, is the information that interface control loads after corresponding format conversion by interface.
Such as, interface control in layout templates can be set by initPublicResult, and the form of interface control can be set by set interface, can also be adjusted back by the data that the external business logic of set interface to format transformation is corresponding, concrete corresponding code is as follows;
initPublicResult(ResultPadInfo?padInfo);
setBottomButtonNegOnClick
setBottomButtonPosOnClick
setDescTextsize
setListAdapter
setListOnItemClick
setOnTitleFreshListener
setShareOnCLick
setSummeryTextSize
Particularly, form required in each interface control is obtained according to the interface control in layout templates, and adjusted back by the data that the external business logic of interface such as set interface to format transformation is corresponding, to make normally to show corresponding information at the page comprising interface control, thus, achieve external business logical and user interface by layout templates to be separated, the algorithm that layout templates and external business logic use has nothing to do, during the amendment of service logic algorithm, without the need to modifying to layout templates, convenient transplanting and encapsulation, improve the development efficiency of software.
Again such as, layout templates as shown in Figure 2, layout templates comprises two interface controls, control 1 and control 2, wherein, control 1 is the control of text message type, control 2 is the control of graphical information type, after acquisition text message to be shown and graphical information, according to the interface arranged, the text message of correspondence and graphical information to be loaded in layout templates in control 1 corresponding with it and control 2 respectively, terminal by display one interface as shown in Figure 3 as seen in Figure 3, text message is loaded in control 1, and graphical information is loaded in control 2.
The display packing embodiment of above-mentioned end message, by obtaining the layout templates being packaged with at least one interface control, and obtain information to be shown, and load corresponding information according to interface control, to show information on the page comprising interface control, thus, achieve being separated of layout templates and information, multiplexing to layout templates of the information that facilitates, improves the efficiency of the page load information comprising interface control, and then can improve the efficiency of terminal demonstration information.
In order to realize above-described embodiment, the present invention also proposes a kind of display device of end message.
Fig. 4 is the structural representation of the display device of end message according to an embodiment of the invention, and as shown in Figure 4, this device comprises: the first acquisition module 100, second acquisition module 200 and processing module 300, wherein:
First acquisition module 100, for obtaining layout templates, is packaged with at least one interface control in above-mentioned layout templates; Second acquisition module 200 is for obtaining information to be shown; And processing module 300 is for loading corresponding information, to show above-mentioned information on the page comprising above-mentioned interface control for above-mentioned interface control.
Particularly, above-mentioned first acquisition module 100 can obtain above-mentioned layout templates from topology file.Wherein, can be packaged with multiple interface control in layout templates, these interface controls can be public interface controls, particularly, in the user interface structure that many places all can be used, and the data type needed for this user interface structure is encapsulated as a public interface control.In addition, the interface control in layout templates in encapsulation can also be the defined interface control of user oneself definition.
Above-mentioned second acquisition module 200 is specifically for the cleaning information obtaining above-mentioned terminal, and the form changing above-mentioned cleaning information.Wherein, above-mentioned cleaning information can include but not limited to internal memory cleaning information and/or junk information, such as, can also comprise intercept information, Virus Info etc. in cleaning information.
Above-mentioned processing module 300 specifically for: be the information that above-mentioned interface control loads after corresponding format conversion by interface.
In order to amended layout templates can be obtained, as shown in Figure 5, said apparatus can also comprise the 3rd acquisition module 400,3rd acquisition module 400, for after obtaining above-mentioned layout templates at above-mentioned first acquisition module 100 from topology file, obtains the layout templates after upgrading from the topology file after upgrading.
Conveniently can load the information corresponding with interface control by interface, said apparatus can also comprise and arranges module 500, this arranges module 500 for before in above-mentioned processing module 300 by interface being the information that loads after corresponding format conversion of above-mentioned interface control, arranges above-mentioned interface.
The process that the display device of end message comprising the first acquisition module 100, second acquisition module 200, processing module 300, the 3rd acquisition module 400 and arrange module 500 carries out information displaying see Fig. 1, can not repeat herein.
The display device embodiment of above-mentioned end message, the layout templates being packaged with at least one interface control is obtained by the first acquisition module, and obtain information to be shown by the second acquisition module, and be that interface control loads corresponding information by processing module, to show information on the page comprising interface control, thus, achieve being separated of layout templates and information, multiplexing to layout templates of the information that facilitates, improve the efficiency comprising the page load information of interface control, and then the efficiency of terminal demonstration information can be improved.
In order to realize above-described embodiment, the present invention also proposes a kind of terminal, and this terminal comprises housing, processor, storer, circuit board and power circuit, wherein, foregoing circuit plate is placed in the interior volume that above-mentioned housing surrounds, and above-mentioned processor and above-mentioned storer are arranged on foregoing circuit plate; Above-mentioned power circuit, for powering for each circuit of above-mentioned mobile terminal or device; Above-mentioned storer is used for stores executable programs code; Above-mentioned processor runs the program corresponding with above-mentioned executable program code by reading the executable program code stored in above-mentioned storer, for execution following steps:
S101 ', obtains layout templates, is packaged with at least one interface control in layout templates.
In this embodiment, layout templates can be obtained from topology file, multiple interface control can be packaged with in layout templates, these interface controls can be public interface controls, particularly, in the user interface structure that many places all can be used, and the data type needed for this user interface structure is encapsulated as a public interface control.
Such as, in Android (Android) system development, in order to make interface logic be separated with service logic, the data type needed for user interface logic can be preserved in advance.
In Android (Android) system development, by code layout layout templates below:
android:id=“+id/public_stub”
android:layout=“layout/public_layout”
And with ViewStub, layout templates is encapsulated in layout (layout), and the layout templates after encapsulation is kept at topology file public_result_layout.xml and wraps, when needs obtain layout templates, from topology file public_result_layout.xml by layout templates good for layout and topology layout corresponding to interface control out.
In addition, except encapsulating in interface except public interface control in layout templates, in layout templates, a defined interface control can also be encapsulated.
In this embodiment, the layout templates in topology file can also be upgraded, in the updated, the layout templates after upgrading can be obtained from the topology file after renewal.That is, can modify to layout templates, thereby facilitating the amendment to layout templates.
S102 ', obtains information to be shown.
In this embodiment, information to be shown can to include but not limited in text message, graphical information and animation information one or more.
According to layout templates, obtain the cleaning information of terminal, and change the form of cleaning information, wherein, cleaning information can include but not limited to internal memory cleaning information and/or junk information, such as, can also comprise intercept information, Virus Info etc. in cleaning information.
Such as, can data type needed for layout templates, the related data of internal memory cleaning external business logic calculated by algorithms of different is converted to the data type needed for layout templates, can be facilitated on the follow-up interface comprising public interface control by the data type be converted to needed for layout templates and the data of acquisition are shown, thus, user is facilitated to understand current memory cleaning information.
Again such as, the form needed for interface control is ResultPadInfo, and the code defining ResultPadInfo form in layout templates is as follows:
S103 ', for interface control loads corresponding information, to show information on the page comprising interface control.
In this embodiment, after arranging interface, can be interface control and load corresponding information, particularly, is the information that interface control loads after corresponding format conversion by interface.
Such as, interface control in layout templates can be set by initPublicResult, and the form of interface control can be set by set interface, can also be adjusted back by the data that the external business logic of set interface to format transformation is corresponding, concrete corresponding code is as follows;
initPublicResult(ResultPadInfo?padInfo);
set?BottomButtonNegOnClick
set?BottomButtonPosOnClick
set?DescTextsize
set?ListAdapter
set?ListOnItemClick
set?ShareOnCLick
setOnTitleFreshListener
set?SummeryTextSize
Particularly, form required in each interface control is obtained according to the interface control in layout templates, and adjusted back by the data that the external business logic of interface such as set interface to format transformation is corresponding, to make normally to show corresponding information at the page comprising interface control, thus, achieve external business logical and user interface by layout templates to be separated, the algorithm that layout templates and external business logic use has nothing to do, during the amendment of service logic algorithm, without the need to modifying to layout templates, convenient transplanting and encapsulation, improve the development efficiency of software.
Again such as, layout templates as shown in Figure 2, layout templates comprises two interface controls, control 1 and control 2, wherein, control 1 is the control of text message type, control 2 is the control of graphical information type, after acquisition text message to be shown and graphical information, according to the interface arranged, the text message of correspondence and graphical information are loaded into respectively in control 1 corresponding with it in layout templates and control 2, terminal by display one interface comprising interface control as shown in Figure 3 as seen in Figure 3, text message is loaded in control 1, graphical information is loaded in control 2.
Above-mentioned terminal embodiment, by obtaining the layout templates being packaged with at least one interface control, and obtain information to be shown, and load corresponding information according to interface control, to show information on the page comprising interface control, thus, achieve being separated of layout templates and information, multiplexing to layout templates of the information that facilitates, improves the efficiency comprising the page load information of interface control, and then can improve the efficiency of terminal demonstration information.
In the description of this instructions, specific features, structure, material or feature that the description of reference term " embodiment ", " some embodiments ", " example ", " concrete example " or " some examples " etc. means to describe in conjunction with this embodiment or example are contained at least one embodiment of the present invention or example.In this manual, to the schematic representation of above-mentioned term not must for be identical embodiment or example.And the specific features of description, structure, material or feature can combine in one or more embodiment in office or example in an appropriate manner.In addition, when not conflicting, the feature of the different embodiment described in this instructions or example and different embodiment or example can carry out combining and combining by those skilled in the art.
In addition, term " first ", " second " only for describing object, and can not be interpreted as instruction or hint relative importance or imply the quantity indicating indicated technical characteristic.Thus, be limited with " first ", the feature of " second " can express or impliedly comprise at least one this feature.In describing the invention, the implication of " multiple " is at least two, such as two, three etc., unless otherwise expressly limited specifically.
Describe and can be understood in process flow diagram or in this any process otherwise described or method, represent and comprise one or more for realizing the module of the code of the executable instruction of the step of specific logical function or process, fragment or part, and the scope of the preferred embodiment of the present invention comprises other realization, wherein can not according to order that is shown or that discuss, comprise according to involved function by the mode while of basic or by contrary order, carry out n-back test, this should understand by embodiments of the invention person of ordinary skill in the field.
In flow charts represent or in this logic otherwise described and/or step, such as, the sequencing list of the executable instruction for realizing logic function can be considered to, may be embodied in any computer-readable medium, for instruction execution system, device or equipment (as computer based system, comprise the system of processor or other can from instruction execution system, device or equipment instruction fetch and perform the system of instruction) use, or to use in conjunction with these instruction execution systems, device or equipment.With regard to this instructions, " computer-readable medium " can be anyly can to comprise, store, communicate, propagate or transmission procedure for instruction execution system, device or equipment or the device that uses in conjunction with these instruction execution systems, device or equipment.The example more specifically (non-exhaustive list) of computer-readable medium comprises following: the electrical connection section (electronic installation) with one or more wiring, portable computer diskette box (magnetic device), random access memory (RAM), ROM (read-only memory) (ROM), erasablely edit ROM (read-only memory) (EPROM or flash memory), fiber device, and portable optic disk ROM (read-only memory) (CDROM).In addition, computer-readable medium can be even paper or other suitable media that can print described program thereon, because can such as by carrying out optical scanning to paper or other media, then carry out editing, decipher or carry out process with other suitable methods if desired and electronically obtain described program, be then stored in computer memory.
Should be appreciated that each several part of the present invention can realize with hardware, software, firmware or their combination.In the above-described embodiment, multiple step or method can with to store in memory and the software performed by suitable instruction execution system or firmware realize.Such as, if realized with hardware, the same in another embodiment, can realize by any one in following technology well known in the art or their combination: the discrete logic with the logic gates for realizing logic function to data-signal, there is the special IC of suitable combinational logic gate circuit, programmable gate array (PGA), field programmable gate array (FPGA) etc.
Those skilled in the art are appreciated that realizing all or part of step that above-described embodiment method carries is that the hardware that can carry out instruction relevant by program completes, described program can be stored in a kind of computer-readable recording medium, this program perform time, step comprising embodiment of the method one or a combination set of.
In addition, each functional unit in each embodiment of the present invention can be integrated in a processing module, also can be that the independent physics of unit exists, also can be integrated in a module by two or more unit.Above-mentioned integrated module both can adopt the form of hardware to realize, and the form of software function module also can be adopted to realize.If described integrated module using the form of software function module realize and as independently production marketing or use time, also can be stored in a computer read/write memory medium.
The above-mentioned storage medium mentioned can be ROM (read-only memory), disk or CD etc.Although illustrate and describe embodiments of the invention above, be understandable that, above-described embodiment is exemplary, can not be interpreted as limitation of the present invention, and those of ordinary skill in the art can change above-described embodiment within the scope of the invention, revises, replace and modification.
Claims (21)
1. a display packing for end message, is characterized in that, comprising:
Obtain layout templates, in described layout templates, be packaged with at least one interface control;
Obtain information to be shown; And
For described interface control loads corresponding information, to show described information on the page comprising described interface control.
2. method according to claim 1, is characterized in that, described acquisition layout templates, comprising:
Described layout templates is obtained from topology file.
3. method according to claim 1, is characterized in that, the information that described acquisition is to be shown, comprising:
Obtain the cleaning information of described terminal, and change the form of described cleaning information.
4. method according to claim 2, is characterized in that, described from topology file, obtain described layout templates after, also comprise:
The layout templates after upgrading is obtained from the topology file after renewal.
5. method according to claim 3, is characterized in that, described cleaning information comprises internal memory cleaning information and/or junk information.
6. method according to claim 3, is characterized in that, described is that described interface control loads corresponding information, comprising:
Be the information after the format conversion of described interface control loading correspondence by interface.
7. method according to claim 6, is characterized in that, described by interface be information after described interface control loads corresponding format conversion before, also comprise:
Described interface is set.
8. the method according to the arbitrary claim of claim 1-7, is characterized in that, described interface control comprises public interface control.
9. the method according to the arbitrary claim of claim 1-7, is characterized in that, described interface control comprises defined interface control.
10. method according to claim 8 or claim 9, is characterized in that, described information to comprise in text message, graphical information and animation information one or more.
The display device of 11. 1 kinds of end messages, is characterized in that, comprising:
First acquisition module, for obtaining layout templates, is packaged with at least one interface control in described layout templates;
Second acquisition module, for obtaining information to be shown; And
Processing module, for loading corresponding information, to show described information on the page comprising described interface control for described interface control.
12. devices according to claim 11, is characterized in that, described first acquisition module, specifically for:
Described layout templates is obtained from topology file.
13. devices according to claim 11, is characterized in that, described second acquisition module, specifically for:
Obtain the cleaning information of described terminal, and change the form of described cleaning information.
14. devices according to claim 12, is characterized in that, also comprise:
3rd acquisition module, after obtaining described layout templates at described first acquisition module from topology file, obtains the layout templates after upgrading from the topology file after renewal.
15. devices according to claim 13, is characterized in that, described cleaning information comprises internal memory cleaning information and/or junk information.
16. devices according to claim 13, is characterized in that, described processing module, specifically for:
Be the information after the format conversion of described interface control loading correspondence by interface.
17. devices according to claim 16, is characterized in that, also comprise:
Module is set, before in described processing module by interface being the information that loads after corresponding format conversion of described interface control, described interface is set.
18. devices according to the arbitrary claim of claim 11-17, it is characterized in that, described interface control comprises public interface control.
19. devices according to the arbitrary claim of claim 11-17, it is characterized in that, described interface control comprises defined interface control.
20. devices according to claim 18 or 19, is characterized in that, described information to comprise in text message, graphical information and animation information one or more.
21. 1 kinds of terminals, described terminal comprises housing, processor, storer, circuit board and power circuit, and wherein, described circuit board is placed in the interior volume that described housing surrounds, and described processor and described storer are arranged on described circuit board; Described power circuit, for powering for each circuit of described mobile terminal or device; Described storer is used for stores executable programs code; Described processor runs the program corresponding with described executable program code by reading the executable program code stored in described storer, for execution following steps:
Obtain layout templates, in described layout templates, be packaged with at least one interface control;
Obtain information to be shown; And
For described interface control loads corresponding information, to show described information on the page comprising described interface control.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410459124.6A CN104238881A (en) | 2014-09-10 | 2014-09-10 | Terminal information display method and device and terminal |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410459124.6A CN104238881A (en) | 2014-09-10 | 2014-09-10 | Terminal information display method and device and terminal |
Publications (1)
Publication Number | Publication Date |
---|---|
CN104238881A true CN104238881A (en) | 2014-12-24 |
Family
ID=52227074
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201410459124.6A Pending CN104238881A (en) | 2014-09-10 | 2014-09-10 | Terminal information display method and device and terminal |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN104238881A (en) |
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106095411A (en) * | 2016-05-31 | 2016-11-09 | 乐视控股(北京)有限公司 | Display packing and terminal |
CN106254390A (en) * | 2016-09-22 | 2016-12-21 | 曙光信息产业(北京)有限公司 | Information push method and system |
CN106293658A (en) * | 2015-05-20 | 2017-01-04 | 腾讯科技(深圳)有限公司 | A kind of interface assembly generates method and equipment thereof |
CN106528026A (en) * | 2016-11-29 | 2017-03-22 | 武汉斗鱼网络科技有限公司 | Text display method and device |
CN106649209A (en) * | 2016-12-30 | 2017-05-10 | 深圳天珑无线科技有限公司 | Text display method and device |
CN106843828A (en) * | 2016-12-07 | 2017-06-13 | 腾讯科技(深圳)有限公司 | interface display, loading method and device |
CN106933887A (en) * | 2015-12-31 | 2017-07-07 | 北京国双科技有限公司 | A kind of data visualization method and device |
CN107153528A (en) * | 2016-03-02 | 2017-09-12 | 阿里巴巴集团控股有限公司 | The method and apparatus that mixed model list items are reused |
CN107193542A (en) * | 2017-03-30 | 2017-09-22 | 腾讯科技(深圳)有限公司 | Method for information display and device |
CN107908336A (en) * | 2017-11-13 | 2018-04-13 | 平安科技(深圳)有限公司 | Method for refreshing, device, storage medium and the terminal of list control |
CN110399175A (en) * | 2018-04-12 | 2019-11-01 | 深圳前海康博士网络技术有限公司 | User interface loading method, device, terminal and computer readable storage medium |
CN110427495A (en) * | 2019-07-29 | 2019-11-08 | 北京明略软件系统有限公司 | Map methods of exhibiting and device |
CN111078316A (en) * | 2019-12-16 | 2020-04-28 | 惠州Tcl移动通信有限公司 | Layout file loading method and device, storage medium and electronic equipment |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050050556A1 (en) * | 2003-09-02 | 2005-03-03 | Samsung Electronics Co., Ltd. | Dynamic layout method for an application program module |
CN101068154A (en) * | 2006-07-27 | 2007-11-07 | 腾讯科技(深圳)有限公司 | Junk information filtering method and device |
CN102193786A (en) * | 2010-03-11 | 2011-09-21 | 中国工商银行股份有限公司 | Device and method for constructing self-adaptive graphic user interface (GUI) |
CN102750148A (en) * | 2012-06-08 | 2012-10-24 | Tcl集团股份有限公司 | Media information display method and device |
CN103197925A (en) * | 2013-02-25 | 2013-07-10 | 用友软件股份有限公司 | Bill displaying device and bill displaying method |
-
2014
- 2014-09-10 CN CN201410459124.6A patent/CN104238881A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050050556A1 (en) * | 2003-09-02 | 2005-03-03 | Samsung Electronics Co., Ltd. | Dynamic layout method for an application program module |
CN101068154A (en) * | 2006-07-27 | 2007-11-07 | 腾讯科技(深圳)有限公司 | Junk information filtering method and device |
CN102193786A (en) * | 2010-03-11 | 2011-09-21 | 中国工商银行股份有限公司 | Device and method for constructing self-adaptive graphic user interface (GUI) |
CN102750148A (en) * | 2012-06-08 | 2012-10-24 | Tcl集团股份有限公司 | Media information display method and device |
CN103197925A (en) * | 2013-02-25 | 2013-07-10 | 用友软件股份有限公司 | Bill displaying device and bill displaying method |
Cited By (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106293658A (en) * | 2015-05-20 | 2017-01-04 | 腾讯科技(深圳)有限公司 | A kind of interface assembly generates method and equipment thereof |
CN106933887A (en) * | 2015-12-31 | 2017-07-07 | 北京国双科技有限公司 | A kind of data visualization method and device |
CN107153528A (en) * | 2016-03-02 | 2017-09-12 | 阿里巴巴集团控股有限公司 | The method and apparatus that mixed model list items are reused |
US10789051B1 (en) | 2016-03-02 | 2020-09-29 | Alibaba Group Holding Limited | Method and apparatus reusing ListCell in hybrid application |
US10691427B2 (en) | 2016-03-02 | 2020-06-23 | Alibab Group Holding Limited | Method and apparatus reusing listcell in hybrid application |
CN106095411A (en) * | 2016-05-31 | 2016-11-09 | 乐视控股(北京)有限公司 | Display packing and terminal |
CN106254390A (en) * | 2016-09-22 | 2016-12-21 | 曙光信息产业(北京)有限公司 | Information push method and system |
CN106528026B (en) * | 2016-11-29 | 2019-11-05 | 武汉斗鱼网络科技有限公司 | Text display method and device |
CN106528026A (en) * | 2016-11-29 | 2017-03-22 | 武汉斗鱼网络科技有限公司 | Text display method and device |
CN106843828A (en) * | 2016-12-07 | 2017-06-13 | 腾讯科技(深圳)有限公司 | interface display, loading method and device |
CN106843828B (en) * | 2016-12-07 | 2020-11-10 | 腾讯科技(深圳)有限公司 | Interface display and loading method and device |
CN106649209A (en) * | 2016-12-30 | 2017-05-10 | 深圳天珑无线科技有限公司 | Text display method and device |
CN107193542A (en) * | 2017-03-30 | 2017-09-22 | 腾讯科技(深圳)有限公司 | Method for information display and device |
CN107908336B (en) * | 2017-11-13 | 2019-04-19 | 平安科技(深圳)有限公司 | Method for refreshing, device, storage medium and the terminal of list control |
CN107908336A (en) * | 2017-11-13 | 2018-04-13 | 平安科技(深圳)有限公司 | Method for refreshing, device, storage medium and the terminal of list control |
CN110399175A (en) * | 2018-04-12 | 2019-11-01 | 深圳前海康博士网络技术有限公司 | User interface loading method, device, terminal and computer readable storage medium |
CN110427495A (en) * | 2019-07-29 | 2019-11-08 | 北京明略软件系统有限公司 | Map methods of exhibiting and device |
CN111078316A (en) * | 2019-12-16 | 2020-04-28 | 惠州Tcl移动通信有限公司 | Layout file loading method and device, storage medium and electronic equipment |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN104238881A (en) | Terminal information display method and device and terminal | |
CN109634598B (en) | Page display method, device, equipment and storage medium | |
CN107133052B (en) | Flow creation method and device | |
CN105786322A (en) | Application notification message display method and device and electronic equipment | |
CN109408685A (en) | Mind map methods of exhibiting and device | |
CN113031946B (en) | Method and device for rendering page component | |
CN110554874A (en) | Method and device for reusing webpage components of SaaS platform | |
CN108647032B (en) | Application loading method and device, computer device and computer readable storage medium | |
EP3367238A1 (en) | Producing method and producing system for desktop launcher of mobile terminal | |
CN110427182A (en) | A kind of template type construction APP method and device | |
CN104346202A (en) | Setting method and device of terminal application program and terminal | |
CN103002492B (en) | Communication test method and device for mobile terminal (MT) | |
CN106355547A (en) | Layout editing method and device for combined pictures and mobile terminal | |
CN115495069A (en) | Model-driven coal industry software flow implementation method, device and equipment | |
CN104375814A (en) | Generation method and device of an interface document | |
CN105323309A (en) | Method and device for pushing bubble resources | |
CN105824672A (en) | Mobile terminal wallpaper updating method, mobile terminal wallpaper updating device and mobile terminal | |
CN108829406B (en) | Installation package packaging method and device, electronic equipment and storage medium | |
CN102354275B (en) | Text input box and data processing method thereof | |
CN103226475B (en) | Method and the device of control replacement is realized during transcoding | |
CN105468391A (en) | APP icon replacement method and device and mobile terminal | |
CN116431200A (en) | Configuration method, device, equipment and storage medium for application data configuration information | |
CN102246192A (en) | Rendering RSS subscriptions on a calendar | |
CN104268916A (en) | View drawing method and device and mobile terminal | |
CN110765610A (en) | PDM (product data management) integration method and device, computer equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20141224 |
|
RJ01 | Rejection of invention patent application after publication |