CN104267934A - Information display method and device and mobile terminal - Google Patents

Information display method and device and mobile terminal Download PDF

Info

Publication number
CN104267934A
CN104267934A CN201410459372.0A CN201410459372A CN104267934A CN 104267934 A CN104267934 A CN 104267934A CN 201410459372 A CN201410459372 A CN 201410459372A CN 104267934 A CN104267934 A CN 104267934A
Authority
CN
China
Prior art keywords
card
information
data
layout parameter
list view
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201410459372.0A
Other languages
Chinese (zh)
Other versions
CN104267934B (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.)
Beijing Kingsoft Internet Security Software Co Ltd
Original Assignee
Beijing Kingsoft Internet Security 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 Beijing Kingsoft Internet Security Software Co Ltd filed Critical Beijing Kingsoft Internet Security Software Co Ltd
Priority to CN201410459372.0A priority Critical patent/CN104267934B/en
Publication of CN104267934A publication Critical patent/CN104267934A/en
Application granted granted Critical
Publication of CN104267934B publication Critical patent/CN104267934B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses a method and a device for displaying information and a mobile terminal, wherein the method for displaying the information comprises the following steps: obtaining a layout file of the list view, wherein the layout file comprises layout parameters of different style cards corresponding to the list view entry information; and acquiring data corresponding to the layout parameters aiming at each item information, and displaying the corresponding data according to the layout parameters so as to enable the list view to display cards with different styles. According to the information display method, the information display device and the mobile terminal, the layout file of the list view is obtained, the data corresponding to the layout parameters are obtained according to the information of each item, the corresponding data are displayed according to the layout parameters, so that the list view displays cards of different styles, the problem that the cards of different styles occupy a large amount of memory can be effectively solved, the memory occupancy rate is reduced, and the performance is improved.

Description

The exhibiting method of information, device and mobile terminal
Technical field
The present invention relates to technical field of mobile terminals, particularly relate to a kind of exhibiting method of information, device and mobile terminal.
Background technology
Know that in order to user can be allowed the content that mobile phone represents, mobile phone adopt the form of list to represent information or function usually at a glance.Such as: cell phone address book, message registration, mobile phone setting options etc.At present, in android (Android) system development, ListView (List View) is the assembly relatively commonly used, and it represents particular content in the form of a list, and can show according to the length self-adaptation of data.Its principle is as follows: suppose currently have 1,000,000,000 entries (Item), the Item wherein shown in screen is kept in internal memory, and remaining is kept in Recycler (recycler).ListView sends getView (to my view) request to adapter (adapter), asks a type1 view.Now, the value of convertView is empty.ConvertView is a reusable view in API (application programming interface).Also do not have convertView during first time getView, therefore value is for empty.Adapter upon receiving a request, returns corresponding view.When list scrolls up, Item1 shifts out screen upper end, and a new Item moves into screen from bottom.ListView asks a type1 view again, and now the value of convertView is item1.So, only new data need be write to convertView, and a view need not be re-created.
But, realizing in process of the present invention, inventor finds that in prior art, at least there are the following problems: when using said method to show the Item of multiple different pattern, can produce Caton phenomenon when slip screen, and take a large amount of mobile phone EMS memories, reduce the performance of mobile phone.
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 exhibiting method proposing a kind of information, and the method can solve the problem taking a large amount of internal memory at the card form representing different pattern effectively, reduces memory usage, and then improving performance.
Second object of the present invention is the demonstration device proposing a kind of information.
For reaching above-mentioned purpose, embodiment proposes a kind of exhibiting method of information according to a first aspect of the present invention, comprise: the topology file obtaining List View, comprises the layout parameter of the different style card corresponding from described List View items for information in described topology file; And for each items for information, obtain the data corresponding with described layout parameter, and represent corresponding data, with the card making described List View represent different pattern according to described layout parameter.
The exhibiting method of the information of the embodiment of the present invention, by obtaining the topology file of List View, and for each items for information, obtain the data corresponding with layout parameter, and represent corresponding data according to layout parameter, with the card making List View represent different pattern, can effectively solve the problem taking a large amount of internal memory at the card form representing different pattern, reduce memory usage, and then improving performance.
For reaching above-mentioned purpose, embodiment proposes a kind of demonstration device of information according to a second aspect of the present invention, comprise: obtaining module, for obtaining the topology file of List View, in described topology file, comprising the layout parameter of the different style card corresponding from described List View items for information; And represent module, for for each items for information, obtain the data corresponding with described layout parameter, and represent corresponding data, with the card making described List View represent different pattern according to described layout parameter.
The demonstration device of the information of the embodiment of the present invention, by obtaining the topology file of List View, and for each items for information, obtain the data corresponding with layout parameter, and represent corresponding data according to layout parameter, with the card making List View represent different pattern, can effectively solve the problem taking a large amount of internal memory at the card form representing different pattern, reduce memory usage, and then improving performance.
The embodiment of the present invention proposes a kind of mobile terminal, this mobile 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 performing following steps: the topology file obtaining List View, comprises the layout parameter of the different style card corresponding from described List View items for information in described topology file; And for each items for information, obtain the data corresponding with described layout parameter, and represent corresponding data, with the card making described List View represent different pattern according to described layout parameter.
The mobile terminal of the embodiment of the present invention, by obtaining the topology file of List View, and for each items for information, obtain the data corresponding with layout parameter, and represent corresponding data according to layout parameter, with the card making List View represent different pattern, can effectively solve the problem taking a large amount of internal memory at the card form representing different pattern, reduce memory usage, and then improving performance.
Additional aspect of the present invention 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 exhibiting method of information according to an embodiment of the invention.
Fig. 2 is the effect schematic diagram of the current card display before switching according to an embodiment of the invention.
Fig. 3 is the effect schematic diagram one of the current card display after switching according to an embodiment of the invention.
Fig. 4 is the effect schematic diagram two of the current card display after switching according to an embodiment of the invention.
Fig. 5 is the effect schematic diagram of the current card display before unloading according to an embodiment of the invention.
Fig. 6 is the effect schematic diagram of the current card display after unloading according to an embodiment of the invention.
Fig. 7 is the structural representation of the demonstration device of information according to an embodiment of the 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 exhibiting method of the information of the embodiment of the present invention, device and mobile terminal are described.
Fig. 1 is the process flow diagram of the exhibiting method of information according to an embodiment of the invention.
As shown in Figure 1, the exhibiting method of information comprises:
S101, obtains the topology file of List View.
Particularly, the topology file of List View can be obtained from configuration information such as .xml file.Wherein, can comprise the layout parameter of the different style card corresponding from List View items for information in topology file, namely topology file can comprise the layout parameter of multiple style card.Such as: the layout parameter that can comprise multiple View (view) in Layout (layout).
S102, for each items for information, obtains the data corresponding with layout parameter, and represents corresponding data, with the card making List View represent different pattern according to layout parameter.
Particularly, by before inheriting the method that obtains and be loaded into data, can providing package containing the class of method being loaded into data, then can for each items for information, by inheriting the method obtaining and be loaded into data, and obtain the data corresponding with layout parameter by the method being loaded into data.After obtaining the data corresponding with layout parameter, corresponding data can be represented, with the card making List View represent different pattern according to layout parameter.
After this, also based on the operation of user, the card that display is new can be switched.
Particularly, based on the slide of user to current card, the new card of display can be switched in the position at current card place.Such as: Fig. 2 is the effect schematic diagram of the current card display before switching, and after user carries out slide to current card, as shown in Figure 3, the position at current card place can show the card of novel type; Certainly, also can as shown in Figure 4, the identical but card that content is different of Show Styles.
In addition, also based on the unloading operation of user to application program corresponding to current card content, new card can be shown at the location updating at current card place.Wherein, new card shows the relevant information of the application program corresponding to current card content as recommendation information, advertising message etc.As shown in Figure 5, the relevant information of current card display " micro-letter ", then, after unloading " micro-letter ", as shown in Figure 6, can show the recommendation information of " APP relevant to micro-letter " on the position at current card place.
The exhibiting method of the information of the embodiment of the present invention, by obtaining the topology file of List View, and for each items for information, obtain the data corresponding with layout parameter, and represent corresponding data according to layout parameter, with the card making List View represent different pattern, can effectively solve the problem taking a large amount of internal memory at the card form representing different pattern, reduce memory usage, and then improving performance.
In order to realize above-described embodiment, the present invention also proposes a kind of demonstration device of information.
Fig. 7 is the structural representation of the demonstration device of information according to an embodiment of the invention.
As shown in Figure 7, the demonstration device of information comprises: obtain module 110 and represent module 120.
Obtain module 110 for obtaining the topology file of List View.
Particularly, the topology file that module 110 can obtain List View from configuration information such as .xml file is obtained.Wherein, can comprise the layout parameter of the different style card corresponding from List View items for information in topology file, namely topology file can comprise the layout parameter of multiple style card.Such as: the layout parameter that can comprise multiple View (view) in Layout (layout).
Represent module 120 for for each items for information, obtain the data corresponding with layout parameter, and represent corresponding data, with the card making List View represent different pattern according to layout parameter.
Particularly, before the method being loaded into data by inheriting acquisition, represent module 120 can providing package containing the class of method being loaded into data, then representing module 120 can for each items for information, by inheriting the method obtaining and be loaded into data, and obtain the data corresponding with layout parameter by the method being loaded into data.After obtaining the data corresponding with layout parameter, represent module 120 and can represent corresponding data, with the card making List View represent different pattern according to layout parameter.
In addition, the demonstration device of information also can comprise handover module 130.
Handover module 130, for after representing module 120 and representing corresponding data according to layout parameter, based on the operation of user, switches the card that display is new.
Particularly, handover module 130 based on the slide of user to current card, can switch the new card of display in the position at current card place.Such as: Fig. 2 is the effect schematic diagram of the current card display before switching, and after user carries out slide to current card, as shown in Figure 3, the position at current card place can show the card of novel type; Certainly, also can as shown in Figure 4, the identical but card that content is different of Show Styles.
In addition, handover module 130 also based on the unloading operation of user to application program corresponding to current card content, can show new card at the location updating at current card place.Wherein, new card shows the relevant information of the application program corresponding to current card content as recommendation information, advertising message etc.As shown in Figure 5, the relevant information of current card display " micro-letter ", then, after unloading " micro-letter ", as shown in Figure 6, can show the recommendation information of " APP relevant to micro-letter " on the position at current card place.
The demonstration device of the information of the embodiment of the present invention, by obtaining the topology file of List View, and for each items for information, obtain the data corresponding with layout parameter, and represent corresponding data according to layout parameter, with the card making List View represent different pattern, can effectively solve the problem taking a large amount of internal memory at the card form representing different pattern, reduce memory usage, and then improving performance.
In order to realize above-described embodiment, the present invention also proposes a kind of mobile terminal, this mobile 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 the topology file of List View.
Particularly, the topology file of List View can be obtained from configuration information such as .xml file.Wherein, can comprise the layout parameter of the different style card corresponding from List View items for information in topology file, namely topology file can comprise the layout parameter of multiple style card.Such as: the layout parameter that can comprise multiple View (view) in Layout (layout).
S102 ', for each items for information, obtains the data corresponding with layout parameter, and represents corresponding data, with the card making List View represent different pattern according to layout parameter.
Particularly, by before inheriting the method that obtains and be loaded into data, can providing package containing the class of method being loaded into data, then can for each items for information, by inheriting the method obtaining and be loaded into data, and obtain the data corresponding with layout parameter by the method being loaded into data.After obtaining the data corresponding with layout parameter, corresponding data can be represented, with the card making List View represent different pattern according to layout parameter.
After this, also based on the operation of user, the card that display is new can be switched.
Particularly, based on the slide of user to current card, the new card of display can be switched in the position at current card place.Such as: Fig. 2 is the effect schematic diagram of the current card display before switching, and after user carries out slide to current card, as shown in Figure 3, the position at current card place can show the card of novel type; Certainly, also can as shown in Figure 4, the identical but card that content is different of Show Styles.
In addition, also based on the unloading operation of user to application program corresponding to current card content, new card can be shown at the location updating at current card place.Wherein, new card shows the relevant information of the application program corresponding to current card content as recommendation information, advertising message etc.As shown in Figure 5, the relevant information of current card display " micro-letter ", then, after unloading " micro-letter ", as shown in Figure 6, can show the recommendation information of " APP relevant to micro-letter " on the position at current card place.
The mobile terminal of the information of the embodiment of the present invention, by obtaining the topology file of List View, and for each items for information, obtain the data corresponding with layout parameter, and represent corresponding data according to layout parameter, with the card making List View represent different pattern, can effectively solve the problem taking a large amount of internal memory at the card form representing different pattern, reduce memory usage, and then improving performance.
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. an exhibiting method for information, is characterized in that, comprising:
Obtain the topology file of List View, in described topology file, comprise the layout parameter of the different style card corresponding from described List View items for information; And
For each items for information, obtain the data corresponding with described layout parameter, and represent corresponding data, with the card making described List View represent different pattern according to described layout parameter.
2. method according to claim 1, is characterized in that, the topology file of described acquisition List View, comprising:
Described topology file is obtained from configuration information.
3. method according to claim 1, is characterized in that, the data that described acquisition is corresponding with described layout parameter, comprising:
Obtain the method being loaded into data, and obtain the data corresponding with described layout parameter by the method for described loading data.
4. method according to claim 3, is characterized in that, the described method obtaining loading data, comprising:
By inheriting the method obtaining described loading data.
5. method according to claim 4, is characterized in that, before the described method by inheriting the described loading data of acquisition, comprising:
Providing package is containing the class of the method for described loading data.
6. the method according to the arbitrary claim of claim 1-5, is characterized in that, described to represent corresponding data according to described layout parameter after, also comprise:
Based on the operation of user, switch the card that display is new.
7. method according to claim 6, is characterized in that, the described operation based on user, switches the card that display is new, comprising:
Based on the slide of user to current card, switch the new card of display in the position at described current card place.
8. method according to claim 7, is characterized in that, described new card comprises the card of novel type or the identical but card that content is different of pattern.
9. method according to claim 6, is characterized in that, the described operation based on user, switches the card that display is new, comprising:
Based on the unloading operation of user to application program corresponding to current card content, show new card at the location updating at described current card place.
10. method according to claim 9, is characterized in that, described new card shows the relevant information of the application program corresponding to described current card content.
The demonstration device of 11. 1 kinds of information, is characterized in that, comprising:
Obtaining module, for obtaining the topology file of List View, in described topology file, comprising the layout parameter of the different style card corresponding from described List View items for information; And
Represent module, for for each items for information, obtain the data corresponding with described layout parameter, and represent corresponding data, with the card making described List View represent different pattern according to described layout parameter.
12. devices according to claim 11, is characterized in that, described acquisition module, specifically for:
Described topology file is obtained from configuration information.
13. devices according to claim 11, is characterized in that, described in represent module, specifically for:
Obtain the method being loaded into data, and obtain the data corresponding with described layout parameter by the method for described loading data.
14. devices according to claim 13, is characterized in that, described in represent module, specifically for:
By inheriting the method obtaining described loading data.
15. devices according to claim 14, is characterized in that, described in represent module, also for:
Before the described method by inheriting the described loading data of acquisition, providing package is containing the class of the method for described loading data.
16. devices according to the arbitrary claim of claim 11-15, it is characterized in that, described device also comprises:
Handover module, for described to represent corresponding data according to described layout parameter after, based on the operation of user, switch the card that display is new.
17. devices according to claim 16, is characterized in that, described handover module, specifically for:
Based on the slide of user to current card, switch the new card of display in the position at described current card place.
18. devices according to claim 17, is characterized in that, described new card comprises the card of novel type or the identical but card that content is different of pattern.
19. devices according to claim 16, is characterized in that, described handover module, specifically for:
Based on the unloading operation of user to application program corresponding to current card content, show new card at the location updating at described current card place.
20. devices according to claim 19, is characterized in that, described new card show the relevant information of the application program corresponding to described current card content.
21. 1 kinds of mobile terminals, is characterized in that, comprising: 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:
Obtain the topology file of List View, in described topology file, comprise the layout parameter of the different style card corresponding from described List View items for information; And
For each items for information, obtain the data corresponding with described layout parameter, and represent corresponding data, with the card making described List View represent different pattern according to described layout parameter.
CN201410459372.0A 2014-09-10 2014-09-10 Information display method and device and mobile terminal Active CN104267934B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410459372.0A CN104267934B (en) 2014-09-10 2014-09-10 Information display method and device and mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410459372.0A CN104267934B (en) 2014-09-10 2014-09-10 Information display method and device and mobile terminal

Publications (2)

Publication Number Publication Date
CN104267934A true CN104267934A (en) 2015-01-07
CN104267934B CN104267934B (en) 2017-12-29

Family

ID=52159458

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410459372.0A Active CN104267934B (en) 2014-09-10 2014-09-10 Information display method and device and mobile terminal

Country Status (1)

Country Link
CN (1) CN104267934B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106484372A (en) * 2015-08-25 2017-03-08 中兴通讯股份有限公司 The changing method of information organization form and device
CN106598450A (en) * 2016-11-01 2017-04-26 雷飏 Method for performing virtual key data interaction by gesture operations and corresponding user terminal
CN107153528A (en) * 2016-03-02 2017-09-12 阿里巴巴集团控股有限公司 The method and apparatus that mixed model list items are reused
CN107463324A (en) * 2017-06-26 2017-12-12 努比亚技术有限公司 A kind of image display method, mobile terminal and computer-readable recording medium
CN111782994A (en) * 2019-09-30 2020-10-16 北京京东尚科信息技术有限公司 Method and device for circularly displaying information based on view control
CN114415921A (en) * 2021-12-10 2022-04-29 阿波罗智联(北京)科技有限公司 List sliding realization method and device, electronic equipment and storage medium
WO2023138294A1 (en) * 2022-01-21 2023-07-27 北京字节跳动网络技术有限公司 Information display method and apparatus, device, and medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102467331A (en) * 2010-11-18 2012-05-23 中国移动通信有限公司 Adaptation method, device and system for application software interface on terminal equipment
US20120254850A1 (en) * 2011-03-31 2012-10-04 International Business Machines Corporation System for inspecting information processing unit to which software update is applied
CN103164197A (en) * 2011-12-14 2013-06-19 中兴通讯股份有限公司 User interface (UI) distribution self-adaption method, mobile device and distribution generating device
CN103336691A (en) * 2013-06-29 2013-10-02 安科智慧城市技术(中国)有限公司 Dynamic layout method and system based on Android
CN103345390A (en) * 2013-06-17 2013-10-09 北京金山安全软件有限公司 Picture output method and device for mobile terminal and mobile terminal

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102467331A (en) * 2010-11-18 2012-05-23 中国移动通信有限公司 Adaptation method, device and system for application software interface on terminal equipment
US20120254850A1 (en) * 2011-03-31 2012-10-04 International Business Machines Corporation System for inspecting information processing unit to which software update is applied
CN103164197A (en) * 2011-12-14 2013-06-19 中兴通讯股份有限公司 User interface (UI) distribution self-adaption method, mobile device and distribution generating device
CN103345390A (en) * 2013-06-17 2013-10-09 北京金山安全软件有限公司 Picture output method and device for mobile terminal and mobile terminal
CN103336691A (en) * 2013-06-29 2013-10-02 安科智慧城市技术(中国)有限公司 Dynamic layout method and system based on Android

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106484372A (en) * 2015-08-25 2017-03-08 中兴通讯股份有限公司 The changing method of information organization form and device
CN107153528A (en) * 2016-03-02 2017-09-12 阿里巴巴集团控股有限公司 The method and apparatus that mixed model list items are reused
US10691427B2 (en) 2016-03-02 2020-06-23 Alibab Group Holding Limited Method and apparatus reusing listcell in hybrid application
US10789051B1 (en) 2016-03-02 2020-09-29 Alibaba Group Holding Limited Method and apparatus reusing ListCell in hybrid application
CN106598450A (en) * 2016-11-01 2017-04-26 雷飏 Method for performing virtual key data interaction by gesture operations and corresponding user terminal
CN106598450B (en) * 2016-11-01 2020-04-24 合肥西杰电子科技有限公司 Method for performing virtual key data interaction through gesture operation and corresponding user terminal
CN107463324A (en) * 2017-06-26 2017-12-12 努比亚技术有限公司 A kind of image display method, mobile terminal and computer-readable recording medium
CN111782994A (en) * 2019-09-30 2020-10-16 北京京东尚科信息技术有限公司 Method and device for circularly displaying information based on view control
CN111782994B (en) * 2019-09-30 2024-04-05 北京京东尚科信息技术有限公司 Method and device for circularly displaying information based on view control
CN114415921A (en) * 2021-12-10 2022-04-29 阿波罗智联(北京)科技有限公司 List sliding realization method and device, electronic equipment and storage medium
WO2023138294A1 (en) * 2022-01-21 2023-07-27 北京字节跳动网络技术有限公司 Information display method and apparatus, device, and medium

Also Published As

Publication number Publication date
CN104267934B (en) 2017-12-29

Similar Documents

Publication Publication Date Title
CN104267934A (en) Information display method and device and mobile terminal
CN105786322A (en) Application notification message display method and device and electronic equipment
CN104267872A (en) Application program APP information display method and device and mobile terminal
CN104346202A (en) Setting method and device of terminal application program and terminal
CN104991872A (en) Method and apparatus for implementing driving of intelligent device on peripheral device
CN105554547A (en) Self-adaptive configuration method and system for display screen
CN104270514A (en) Information display method and device and mobile terminal
CN111046164A (en) Method and equipment for updating book to be read
CN104239184A (en) Method and device for identifying abnormal application program of terminal and mobile terminal
CN104636167A (en) Method and equipment for customizing power-on and power-off animations
CN109254801A (en) Starting, configuration method, device, equipment, medium and operating system
CN105653283A (en) Embedded system terminal and boot LOGO picture displaying and changing method thereof
CN104216740A (en) Application software management method and device and terminal
CN104238914A (en) Event record notification method and device and mobile terminal
CN105677445A (en) Application installation managing method, device and intelligent terminal
CN102203712B (en) Signal conditioning package and information processing method
CN106355547A (en) Layout editing method and device for combined pictures and mobile terminal
CN105468391A (en) APP icon replacement method and device and mobile terminal
CN104267950A (en) Setting method and device of terminal application program and mobile terminal
CN104239104B (en) Method, device and terminal for unloading application program APP
CN104268206A (en) Showing method, device and mobile terminal for page resource operation interface
CN104199697A (en) Pre-installed software management method and device and terminal
CN104268916A (en) View drawing method and device and mobile terminal
CN105528394A (en) Webpage processing method and device and electronic equipment
CN104298426A (en) Method and device for displaying terminal application program APP information and mobile terminal

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant