CN104484089A - Displaying method of application program icon - Google Patents

Displaying method of application program icon Download PDF

Info

Publication number
CN104484089A
CN104484089A CN201410766132.5A CN201410766132A CN104484089A CN 104484089 A CN104484089 A CN 104484089A CN 201410766132 A CN201410766132 A CN 201410766132A CN 104484089 A CN104484089 A CN 104484089A
Authority
CN
China
Prior art keywords
application program
information
broadcast message
program icon
message
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
Application number
CN201410766132.5A
Other languages
Chinese (zh)
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.)
Shanghai Feixun Data Communication Technology Co Ltd
Original Assignee
Shanghai Feixun Data Communication Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Feixun Data Communication Technology Co Ltd filed Critical Shanghai Feixun Data Communication Technology Co Ltd
Priority to CN201410766132.5A priority Critical patent/CN104484089A/en
Publication of CN104484089A publication Critical patent/CN104484089A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04817Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance using icons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04842Selection of displayed objects or displayed text elements

Abstract

The invention provides a displaying method of an application program icon. The method comprises the following steps of providing a broadcast receiver interface; receiving broadcast information sent by an application program through the broadcast receiver interface, wherein the broadcast information contains a class name and a message; storing the broadcast information in a linked list; acquiring the broadcast information from the linked list; searching the matched application program icon according to the class name in the broadcast information; adding the message in the broadcast information into the matched application program icon; displaying the application program icon added with the message. According to the displaying method of the application program icon, for instance, when a new message exists, the application program icon is required to be clicked to enter a corresponding interface to see the associated message even according to the current improving way, while by the displaying method provided by the invention, the new message can be directly seen without clicking the application program icon by a user because the message is displayed on a canvas of the application program icon, so that convenience is brought to the user.

Description

Application program image target display packing
Technical field
The present invention relates to electricity field, particularly relate to a kind of application program image target display packing.
Background technology
Intelligence touch-screen mobile phone system, as Android, IOS, Windows Phone system, desktop display usual manner is generally the static icon that sorts in order, when user needs to obtain more information, needs clickable icon to enter corresponding application interface.
At present, having occurred a kind of improved procedure, is that this digital packets contains several meaning in the upper right corner of icon display numeral, first: missed call; Second: needs upgrade; 3rd: new information, briefly, the numeral occurred here, being used to reminding user has the event of not checking.
But, no matter be existing usual manner, or current improved procedure, all can not realize: quick obtaining information, thus bring inconvenience to user.
Summary of the invention
In view of above-mentioned, the present invention proposes a kind of application program image target display packing and comprise: a broadcast receiver interface a) is provided; B) received the broadcast message of application program transmission by described broadcast receiver interface, described broadcast message contains class name and information; C) described broadcast message is stored in chained list; D) from described chained list, described broadcast message is obtained; E) application icon matched is searched according to the class name inside described broadcast message; F) information of described broadcast message is added in the application icon of coupling; And g) display with the addition of the application icon of information.
Alternatively, step c) and steps d) between also comprise:
C2) judging currently whether be in desktop, when being in desktop, then entering steps d).
Alternatively, described display packing also comprises:
H) judge whether described chained list is empty, when not being empty, is then back to steps d).
Alternatively, step f) comprising: the information of described broadcast message is added on the application program image target painting canvas that matches.
Alternatively, the information being added into the described broadcast message in the application icon of coupling has hyperlink.
To sum up, application program image target display packing proposed by the invention, for example, when there being new information, even if according to current improved procedure, also need to click application icon and enter respective interface to check relevent information, and in the present invention, user does not need click application icon and directly can see new information, because, application program image target painting canvas shows information, thus brings facility to user.
Accompanying drawing explanation
Fig. 1 depicts the schematic flow sheet of the application program image target display packing of one embodiment of the present invention;
Fig. 2 depicts the schematic flow sheet of the application program image target display packing of another embodiment of the present invention.
Embodiment
Below by way of specific instantiation, embodiments of the present invention are described, those skilled in the art the content disclosed by this instructions can understand other advantages of the present invention and effect easily.The present invention can also be implemented or be applied by embodiments different in addition, and the every details in this instructions also can based on different viewpoints and application, carries out various modification or change not deviating under spirit of the present invention.It should be noted that, when not conflicting, the embodiment in the application and the feature in embodiment can combine mutually.
The schematic flow sheet of the application program image target display packing of one embodiment of the present invention is depicted with reference to Fig. 1, Fig. 1.
First, in step s 110, provide a broadcast receiver interface, such as, broadcast receiver interface can be increased in the desktop starter (Launcher), be used for receiving the broadcast message that application program is sent.
Then, in the step s 120, received the broadcast message of application program transmission by broadcast receiver interface, wherein, this broadcast message contains class name and information, the title of class name and application program; Information is concise and to the point information, and namely the brief textual of information describes.
For example, if application program is weather lead to software, its class name sent can lead to for weather, and information can be: city, date, weather, temperature.
Afterwards, in step s 130, which, broadcast message is stored in chained list, such as, broadcast message can be stored in ArrayList chained list.
Then, in step S140, from chained list, obtain broadcast message.
Then, in step S150, search the application icon matched according to the class name inside broadcast message.
Afterwards, in step S160, the information of broadcast message is added in the application icon of coupling.
In one embodiment, the information of broadcast message can be added on the application program image target painting canvas that matches, to make the information text overlays of broadcast message on painting canvas, thus user is allowed not need click application icon to enter respective interface to check new information.
Then, in step S170, display with the addition of the application icon of information, namely shows the information word that application program image is put on.
For example, software is led to for weather, when there being new information, even if according to current improved procedure, also needing click weather to lead to icon and entering respective interface to check relevent information, and in present embodiment, user does not need to click weather and leads to icon and directly can see new information, because the painting canvas that weather leads to icon shows information, such as, weather leads to directly display on icon: Shanghai; 2014/12/4; Fine; 1-6 °, now, then user can not need click weather lead to icon and directly check relevent information, thus brings facility to user.
Preferably, in present embodiment, the information being added into the broadcast message in the application icon of coupling has hyperlink, then when after this information of click, can check complete information.
The schematic flow sheet of the application program image target display packing of another embodiment of the present invention is depicted with reference to Fig. 2, Fig. 2.
First, in step 210, provide a broadcast receiver interface, such as, broadcast receiver interface can be increased in the desktop starter (Launcher), be used for receiving the broadcast message that application program is sent.
Then, in step S220, received the broadcast message of application program transmission by broadcast receiver interface, wherein, this broadcast message contains class name and information, the title of class name and application program; Information is concise and to the point information, and namely the brief textual of information describes.
For example, if application program is weather lead to software, its class name sent can lead to for weather, and information can be: city, date, weather, temperature.
Afterwards, in step S230, broadcast message is stored in chained list, such as, broadcast message can be stored in ArrayList chained list.
Then, in step S240, judge currently whether be in desktop, when being in desktop, then enter step S250, otherwise judge whether again to be in desktop, specifically, when current operation is just in desktop, such as, be just in main interface, then directly can enter step S250, and when not being in desktop, such as be in when browsing webpage, then can not enter step S250, the information of broadcast message namely now can not be needed to be added in application icon show, until when forwarding desktop to, just enter step S250.
In step s 250, from chained list, broadcast message is obtained.
Then, in step S260, search the application icon matched according to the class name inside broadcast message.
Afterwards, in step S270, the information of broadcast message is added in the application icon of coupling.
In one embodiment, the information of broadcast message can be added on the application program image target painting canvas that matches, to make the information text overlays of broadcast message on painting canvas, thus user is allowed not need click application icon to enter respective interface to check new information.
Then, in step S280, display with the addition of the application icon of information, namely shows the information word that application program image is put on.
Then, in step S290, judge whether chained list is empty, when not being empty, being then back to step S250, namely reaching and obtain broadcast message one by one from chained list, and when for time empty, then directly terminate.
For example, software is led to for weather, when there being new information, even if according to current improved procedure, also needing click weather to lead to icon and entering respective interface to check relevent information, and in present embodiment, user does not need to click weather and leads to icon and directly can see new information, because the painting canvas that weather leads to icon shows information, such as, weather leads to directly display on icon: Shanghai; 2014/12/4; Fine; 1-6 °, now, then user can not need click weather lead to icon and directly check relevent information, thus brings facility to user.
Similarly, in the present embodiment, the information being added into the broadcast message in the application icon of coupling has hyperlink, then when after this information of click, can check complete information.
To sum up, application program image target display packing proposed by the invention, for example, when there being new information, even if according to current improved procedure, also need to click application icon and enter respective interface to check relevent information, and in the present invention, user does not need click application icon and directly can see new information, because, application program image target painting canvas shows information, thus brings facility to user.
Above, the specific embodiment of the present invention is described with reference to the accompanying drawings.But those skilled in the art can understand, when without departing from the spirit and scope of the present invention, various change and replacement can also be done to the specific embodiment of the present invention.These change and replace and all drop in claims of the present invention limited range.

Claims (5)

1. an application program image target display packing, is characterized in that, comprising:
A) one broadcast receiver interface is provided;
B) received the broadcast message of application program transmission by described broadcast receiver interface, described broadcast message contains class name and information;
C) described broadcast message is stored in chained list;
D) from described chained list, described broadcast message is obtained;
E) application icon matched is searched according to the class name inside described broadcast message;
F) information of described broadcast message is added in the application icon of coupling; And
G) display with the addition of the application icon of information.
2. display packing according to claim 1, is characterized in that, step c) and steps d) between also comprise:
C2) judging currently whether be in desktop, when being in desktop, then entering steps d).
3. display packing according to claim 1, is characterized in that, also comprises:
H) judge whether described chained list is empty, when not being empty, is then back to steps d).
4. display packing according to claim 1, is characterized in that, step f) comprising: the information of described broadcast message is added on the application program image target painting canvas that matches.
5. display packing according to claim 1, is characterized in that, the information being added into the described broadcast message in the application icon of coupling has hyperlink.
CN201410766132.5A 2014-12-11 2014-12-11 Displaying method of application program icon Pending CN104484089A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410766132.5A CN104484089A (en) 2014-12-11 2014-12-11 Displaying method of application program icon

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410766132.5A CN104484089A (en) 2014-12-11 2014-12-11 Displaying method of application program icon

Publications (1)

Publication Number Publication Date
CN104484089A true CN104484089A (en) 2015-04-01

Family

ID=52758639

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410766132.5A Pending CN104484089A (en) 2014-12-11 2014-12-11 Displaying method of application program icon

Country Status (1)

Country Link
CN (1) CN104484089A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105516487A (en) * 2015-12-04 2016-04-20 上海斐讯数据通信技术有限公司 Broadcast receiving method, system and equipment

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1432254A (en) * 2000-03-31 2003-07-23 英特尔公司 Providing advertising information with video content
CN101013382A (en) * 2007-02-12 2007-08-08 杭州华为三康技术有限公司 Method and apparatus for managing session table
CN100338564C (en) * 2004-03-19 2007-09-19 索尼株式会社 Display controlling apparatus, display controlling method, and recording medium
CN101389084A (en) * 2008-10-17 2009-03-18 中兴通讯股份有限公司 Terminal and method for recognizing and processing duplicate short message
EP2056596A1 (en) * 2007-10-30 2009-05-06 Samsung Electronics Co., Ltd. Broadcast receiving apparatus and control method thereof
CN102694924A (en) * 2012-06-14 2012-09-26 宇龙计算机通信科技(深圳)有限公司 Communication data storing system and method for mobile terminal
CN102722310A (en) * 2011-03-30 2012-10-10 汉王科技股份有限公司 Method and device for displaying lower-level application content on display interface
CN102904801A (en) * 2012-10-29 2013-01-30 北京奇虎科技有限公司 Message alert method and device
CN103076941A (en) * 2011-10-26 2013-05-01 腾讯科技(深圳)有限公司 Method and device for adding elements and client side
CN103279271A (en) * 2013-06-17 2013-09-04 网易(杭州)网络有限公司 Method and device for pushing messages and method and device for receiving messages
CN103389853A (en) * 2012-05-11 2013-11-13 金蝶软件(中国)有限公司 Microblog display method and system
CN103561328A (en) * 2013-10-30 2014-02-05 乐视致新电子科技(天津)有限公司 Method and device for playing of smart television and smart television
CN103853433A (en) * 2014-04-01 2014-06-11 联想(北京)有限公司 Notification message promoting method and device
CN104103045A (en) * 2014-07-09 2014-10-15 广东欧珀移动通信有限公司 Gaussian blur processing method and system for terminal

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1432254A (en) * 2000-03-31 2003-07-23 英特尔公司 Providing advertising information with video content
CN100338564C (en) * 2004-03-19 2007-09-19 索尼株式会社 Display controlling apparatus, display controlling method, and recording medium
CN101013382A (en) * 2007-02-12 2007-08-08 杭州华为三康技术有限公司 Method and apparatus for managing session table
EP2056596A1 (en) * 2007-10-30 2009-05-06 Samsung Electronics Co., Ltd. Broadcast receiving apparatus and control method thereof
CN101389084A (en) * 2008-10-17 2009-03-18 中兴通讯股份有限公司 Terminal and method for recognizing and processing duplicate short message
CN102722310A (en) * 2011-03-30 2012-10-10 汉王科技股份有限公司 Method and device for displaying lower-level application content on display interface
CN103076941A (en) * 2011-10-26 2013-05-01 腾讯科技(深圳)有限公司 Method and device for adding elements and client side
CN103389853A (en) * 2012-05-11 2013-11-13 金蝶软件(中国)有限公司 Microblog display method and system
CN102694924A (en) * 2012-06-14 2012-09-26 宇龙计算机通信科技(深圳)有限公司 Communication data storing system and method for mobile terminal
CN102904801A (en) * 2012-10-29 2013-01-30 北京奇虎科技有限公司 Message alert method and device
CN103279271A (en) * 2013-06-17 2013-09-04 网易(杭州)网络有限公司 Method and device for pushing messages and method and device for receiving messages
CN103561328A (en) * 2013-10-30 2014-02-05 乐视致新电子科技(天津)有限公司 Method and device for playing of smart television and smart television
CN103853433A (en) * 2014-04-01 2014-06-11 联想(北京)有限公司 Notification message promoting method and device
CN104103045A (en) * 2014-07-09 2014-10-15 广东欧珀移动通信有限公司 Gaussian blur processing method and system for terminal

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105516487A (en) * 2015-12-04 2016-04-20 上海斐讯数据通信技术有限公司 Broadcast receiving method, system and equipment
CN105516487B (en) * 2015-12-04 2019-07-16 上海斐讯数据通信技术有限公司 Broadcast receiving method, system and equipment

Similar Documents

Publication Publication Date Title
CN110673772B (en) Page returning method and device, electronic equipment and computer readable medium
US20190121472A1 (en) Method for providing message function and electronic device thereof
KR102059428B1 (en) How to display content viewing devices and their content viewing options
US9336326B2 (en) Browser based objects for copying and sending operations
US20150269164A1 (en) Electronic device and contact display method therefor
US9787820B2 (en) Navigating between a mobile application and a mobile browser
US10404638B2 (en) Content sharing scheme
CN105706040A (en) Methods of processing electronic files including combined close and delete, and related systems and computer program products
CN104412214A (en) Information processing device, control method therefor, and program
US9639525B2 (en) Narrative generating scheme
CN103218115A (en) Method and mobile terminal for realizing optimized display of notification bar
CN103530039A (en) Method and terminal for switching application
US20110066639A1 (en) Local search method for handset
CN113711183A (en) Method and system for semantic intelligent task learning and adaptive execution
US20150199412A1 (en) Mobile communications device, non-transitory computer-readable medium and method for displaying a search result cover page and switching from the search result cover page to a search result page
CN112930517A (en) Selection interface with synchronized suggestion elements
CN103235677A (en) Method and device for quickly inputting communication information in terminal
US20120191756A1 (en) Terminal having searching function and method for searching using data saved in clipboard
CN103646122A (en) Picture identification method based on drag picture, picture identification system based on drag picture, picture identification equipment based on drag picture and picture identification device based on drag picture
US20160092565A1 (en) Unified Search on a Personal Computing Device
CN104537061B (en) The method and apparatus of self-defined POI title and inquiry POI on electronic chart
CN105426192A (en) Information modification method and terminal
CN104484089A (en) Displaying method of application program icon
CN104539801A (en) Method and terminal for presenting contact information
CN103533176A (en) Method for opening application and 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20150401

RJ01 Rejection of invention patent application after publication