CN106648303A - Android application display message prompt method and tool - Google Patents

Android application display message prompt method and tool Download PDF

Info

Publication number
CN106648303A
CN106648303A CN201610914583.8A CN201610914583A CN106648303A CN 106648303 A CN106648303 A CN 106648303A CN 201610914583 A CN201610914583 A CN 201610914583A CN 106648303 A CN106648303 A CN 106648303A
Authority
CN
China
Prior art keywords
view
message notifying
unit
page
application program
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
CN201610914583.8A
Other languages
Chinese (zh)
Other versions
CN106648303B (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.)
Wuhan Douyu Network Technology Co Ltd
Original Assignee
Wuhan Douyu Network 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201610914583.8A priority Critical patent/CN106648303B/en
Publication of CN106648303A publication Critical patent/CN106648303A/en
Application granted granted Critical
Publication of CN106648303B publication Critical patent/CN106648303B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The invention discloses an android application display message prompt method and tool, and relates to the field of development of applications in an android system. The tool comprises an initialization unit, a first hiding unit, a view content modification unit, a view coordinate determination unit, a view display unit, a display duration judgment unit, a second hiding unit, a third hiding unit, a page exiting unit, and an application exiting unit. According to the method and the tool, display time and display position can be freely set; the method and the tool can be linked with an application; and when the application exits, a message prompt is immediately cleared and hidden.

Description

Android application program shows the method and instrument of message notifying
Technical field
The present invention relates to the application and development field on Android system, is specifically related to a kind of Android application program and shows message The method and instrument of prompting.
Background technology
First simply introduce some technical terms relevant with the application program of Android system below.
Window:After the application program launching of Android system, Android system can create one and be used for for each application program The window of the various pages is shown, shown in Figure 1, the page in the window is Overlapping display, and the page for adding afterwards can be covered Previously on the page.
The application program page (Activity):It is various that the application program of Android system shows on window The page.
View:The various elements of display are arranged on the application program page of Android system, for example:Picture, word, lines Deng.
Prompting message (Toast):A kind of view occurred without foundation on the Android application program page, generally one style of writing Word, to point out user some message, for example:" click on one-touch again and exit application ".
Android system possesses in itself the small tool Toast of a prompting message, uses such as Toast.makeText (context,“Hello World!", Toast.LENGTH_SHORT) code as .show (), you can it is quick in application " Hello World is shown on the program page!" printed words prompting message, it is shown in Figure 2.
But, there is following defect in this instrument:
(1) the display time can not be freely set, only long (3.5 seconds) and short (2 seconds) the two options;
(2) display location can not be freely set, page bottom can only be fixed on;
(3) can not link with application program, if the multiple message notifyings of application triggers, then these message notifyings Can show one by one, no matter whether have logged out during application program.
The content of the invention
The invention aims to overcome the shortcomings of above-mentioned background technology, there is provided a kind of Android application program shows message The method and instrument of prompting, can freely arrange display time, display location, can link with application program, work as application program When exiting, no matter how many message notifyings of the application triggers, all can all remove at once and hide, user will not be made With cause puzzlement.
The present invention provides a kind of method that Android application program shows message notifying, comprises the following steps:
S1, in Android system storage region is divided, it is newly-built for depositing message notifying view in the storage region Inner buffer, creates message notifying view corresponding with the page to be shown in the inner buffer;Using Android system itself Window management instrument, by message notifying view corresponding with the page to be shown the window the superiors of Android application program are inserted;
S2, from inner buffer message notifying view corresponding with the page to be shown is taken out, whether judged on current page Have shown that the message notifying view, if it has been shown that if call the message notifying view hiding function of itself, by the message Prompting view is hidden, and message notifying view is modeled as into the page of background transparent;If hiding count down timer to exist, close And count down timer is hidden in destruction;
S3, the content to be displayed for arranging the content modification of message notifying view for developer;
S4, the window management instrument for calling Android system itself, obtain the width and height of application window, Ran Hougen The orientation specified according to developer, determines the coordinate of message notifying view;
S5, message call point out the explicit function of view itself, and according to coordinate message notifying view is shown;
A length of limited duration is still without limit when S6, the display specified when judging that developer calls, if when limited It is long, then the timer of Android system itself is called, a hiding count down timer is created and starts, zero count refers to for developer Fixed display duration, if inverse terminates, goes to step S7, and this step is otherwise rested on always;If without limit, keeping This step is rested on, until developer's active execution step S8;
If S7, hiding count down timer are present, hiding count down timer is closed and destroyed, go to step S8;
S8, message call point out the hiding function of view itself, hide the message notifying view.
It is further comprising the steps of after step S8 on the basis of above-mentioned technical proposal:
S9, when certain page of application program is exited, redirect and execution step S7, S8, then remove should in inner buffer The corresponding message notifying view of the page, after the page is exited, removes message notifying.
It is further comprising the steps of after step S9 on the basis of above-mentioned technical proposal:
S10, when application program is exited, remove and destroy inner buffer, after application program is exited, remove message notifying.
On the basis of above-mentioned technical proposal, in step S4, the orientation includes x-axis orientation and y-axis orientation.
The present invention also provides the instrument that a kind of Android application program shows message notifying, the instrument include initialization unit, First hidden unit, view content modification unit, view coordinate determining unit, view display unit, show duration judging unit, Second hidden unit, the 3rd hidden unit, wherein:
Initialization unit is used for:Storage region is divided in Android system, it is newly-built in the storage region to disappear for storage The inner buffer of breath prompting view, creates message notifying view corresponding with the page to be shown in the inner buffer;Using peace The window management instrument of tall and erect system itself, by message notifying view corresponding with the page to be shown the window of Android application program is inserted The mouth the superiors;
First hidden unit is used for:Message notifying view corresponding with the page to be shown is taken out from inner buffer, is judged The message notifying view whether is had shown that on current page, if it has been shown that if call the hidden of the message notifying view itself Function is hidden, the message notifying view is hidden, message notifying view is modeled as into the page of background transparent;If hiding meter reciprocal When device exist, then close and destroy hiding count down timer;
View content modification unit is used for:It is the to be shown interior of developer's setting by the content modification of message notifying view Hold;
View coordinate determining unit is used for:The window management instrument of Android system itself is called, application window is obtained Width and height, the orientation then specified according to developer, determine the coordinate of message notifying view;
View display unit is used for:Message call points out the explicit function of view itself, and according to coordinate message notifying is shown View;
Show that duration judging unit is used for:A length of limited duration is still unlimited during the display specified when judging that developer calls Duration, if there is limit, then calls the timer of Android system itself, creates and start a hiding count down timer, The display duration that zero count is specified for developer, if inverse terminates, triggers the work of the second hidden unit, otherwise stops always In this step;If without limit, holding rests on this step, until developer actively calls the 3rd hidden unit;
Second hidden unit is used for:If hiding count down timer to exist, hiding count down timer is closed and destroyed, touch Send out the work of the 3rd hidden unit;
3rd hidden unit is used for:Message call points out the hiding function of view itself, hides the message notifying view.
On the basis of above-mentioned technical proposal, the instrument also exits unit including the page, and the page exits unit to be used for: When certain page of application program is exited, triggering the second hidden unit work, the 3rd hidden unit, and remove inner buffer In the corresponding message notifying view of the page, after the page is exited, remove message notifying.
On the basis of above-mentioned technical proposal, the instrument also exits unit including application program, and the application program is exited Unit is used for:When application program is exited, inner buffer is removed and destroyed, after application program is exited, remove message notifying.
On the basis of above-mentioned technical proposal, the orientation includes x-axis orientation and y-axis orientation.
Compared with prior art, advantages of the present invention is as follows:
(1) present invention can freely arrange display time of the message notifying on the page, from 1 second to Infinite Time.
(2) present invention can arrange display location, it is not necessary to be fixed on page bottom.
(3) present invention can link with application program, when application program is exited, no matter the application triggers are how many Individual message notifying, all can all remove at once and hide, will not to user using cause puzzlement.
(4) message notifying view is modeled as the present invention page of background transparent, by the window for calling Android system itself Mouthful management tool, will be on all pages of simulation page insertion Android application program, it is ensured that the message content visible and can not Block, can be with independent operating in any Android application program.
Description of the drawings
Fig. 1 is the window for showing the various pages that Android system is created for application program.
Fig. 2 is schematic diagram of the Android system in application program page bottom display reminding information.
Fig. 3 is the flow chart of the method that Android application program shows message notifying in the embodiment of the present invention.
Fig. 4 is the schematic diagram of Android coordinate system in the embodiment of the present invention.
Specific embodiment
Below in conjunction with the accompanying drawings and specific embodiment the present invention is described in further detail.
The embodiment of the present invention provides a kind of method that Android application program shows message notifying, comprises the following steps:
S1, in Android system one piece of storage region is divided, newly-built one is used to deposit message and carry in the storage region Show the inner buffer of view, a message notifying view corresponding with the page to be shown is created in the inner buffer;Using peace The window management instrument of tall and erect system itself, by message notifying view corresponding with the page to be shown the window of Android application program is inserted The mouth the superiors;
S2, from inner buffer message notifying view corresponding with the page to be shown is taken out, whether judged on current page Have shown that the message notifying view, if it has been shown that if call the message notifying view hiding function of itself, by the message Prompting view is hidden, and message notifying view is modeled as into the page of background transparent;If hiding count down timer to exist, close And count down timer is hidden in destruction;
S3, the content to be displayed for arranging the content modification of message notifying view for developer;
S4, the window management instrument for calling Android system itself, obtain the width and height of application window, Ran Hougen The x-axis orientation specified according to developer and y-axis orientation, determine the coordinate of message notifying view;
S5, message call point out the explicit function of view itself, and according to coordinate message notifying view is shown;
A length of limited duration is still without limit when S6, the display specified when judging that developer calls, if when limited It is long, then the timer of Android system itself is called, a hiding count down timer is created and starts, zero count refers to for developer Fixed display duration, if inverse terminates, goes to step S7, and this step is otherwise rested on always;If without limit, keeping This step is rested on, until developer's active execution step S8;
If S7, hiding count down timer are present, hiding count down timer is closed and destroyed, go to step S8;
S8, message call point out the hiding function of view itself, hide the message notifying view;
S9, when certain page of application program is exited, redirect and execution step S7, S8, then remove should in inner buffer The corresponding message notifying view of the page, after the page is exited, removes message notifying;
S10, when application program is exited, remove and destroy inner buffer, after application program is exited, remove message notifying.
The embodiment of the present invention also provides the instrument that a kind of Android application program shows message notifying, and the instrument is included just Beginningization unit, the first hidden unit, view content modification unit, view coordinate determining unit, view display unit, display duration Judging unit, the second hidden unit, the 3rd hidden unit, the page exit unit, application program and exit unit, wherein:
Initialization unit is used for:One piece of storage region, a newly-built use in the storage region are divided in Android system In the inner buffer of storage message notifying view, a message notifying corresponding with the page to be shown is created in the inner buffer View;Using the window management instrument of Android system itself, message notifying view corresponding with the page to be shown is inserted into Android The window the superiors of application program;
First hidden unit is used for:Message notifying view corresponding with the page to be shown is taken out from inner buffer, is judged The message notifying view whether is had shown that on current page, if it has been shown that if call the hidden of the message notifying view itself Function is hidden, the message notifying view is hidden, message notifying view is modeled as into the page of background transparent;If hiding meter reciprocal When device exist, then close and destroy hiding count down timer;
View content modification unit is used for:It is the to be shown interior of developer's setting by the content modification of message notifying view Hold;
View coordinate determining unit is used for:The window management instrument of Android system itself is called, application window is obtained Width and height, the x-axis orientation then specified according to developer and y-axis orientation, determine the coordinate of message notifying view;
View display unit is used for:Message call points out the explicit function of view itself, and according to coordinate message notifying is shown View;
Show that duration judging unit is used for:A length of limited duration is still unlimited during the display specified when judging that developer calls Duration, if there is limit, then calls the timer of Android system itself, creates and start a hiding count down timer, The display duration that zero count is specified for developer, if inverse terminates, triggers the work of the second hidden unit, otherwise stops always In this step;If without limit, holding rests on this step, until developer actively calls the 3rd hidden unit;
Second hidden unit is used for:If hiding count down timer to exist, hiding count down timer is closed and destroyed, touch Send out the work of the 3rd hidden unit;
3rd hidden unit is used for:Message call points out the hiding function of view itself, hides the message notifying view;
The page exits unit to be used for:When certain page of application program is exited, triggering the second hidden unit work, the 3rd Hidden unit, and the corresponding message notifying view of the page in inner buffer is removed, after the page is exited, remove message notifying;
Application program exits unit to be used for:When application program is exited, inner buffer is removed and destroys, application program is exited Afterwards, message notifying is removed.
Message notifying view is modeled as the embodiment of the present invention page of background transparent, by calling Android system itself Window management instrument, will be on the simulation page insertion all pages of Android application program, it is ensured that the message content visible and not Can block.
It is described in detail below by a concrete exploitation case.
After developer calls this instrument in a page, it is assumed that developer specifies display location (screen middle) With message content " Hello World!", operational process is as follows, shown in Figure 3:
1. instrument is initialized:The message notifying being displayed on the application program page (Activity), is substantially one and regards There is text (TextView) and picture (ImageView) in figure (View), the inside, each page has an independent message Prompting view, deposits in caching (WeakHashMap).Judge caching of this tool interior with the presence or absence of message notifying view, If it does not exist, then a newly-built caching;With the presence or absence of the message notifying view of the page in caching, if it does not exist, then wound Build a message notifying view corresponding with the page;Using the window management instrument of Android system itself (WindowManager), the message view is inserted the window the superiors (WindowManager.addView of the application program ()), while being stored in the caching of this tool interior.
2. message notifying view corresponding with the page is taken out from caching, whether this message notifying view is judged It is displayed on the page,
If showing (View.getVisibility ()==View.VISIBLE), the hiding letter of its own is called Number (View.setVisibility (View.GONE)), is hidden;
If hiding count down timer has (Runnable), close and destroy it (Handler.removeCallbacks(Runnable))。
3. the content (word or picture) of the message notifying view is revised as the content to be displayed of developer's setting.Example Such as:“Hello World!" word, for word content, arranged using TextView.setText ();For image content, Arranged using ImageView.setImageURI ().
4. display location is calculated, and developer can specify concrete coordinate or orientation:
A) concrete coordinate:This instrument directly invoke coordinate function View.setX () of message notifying view itself and View.setY (), the coordinate x and y that developer is specified gives respectively the view
B) orientation:Android system uses cartesian coordinate, the screen upper left corner be origin (0,0), shown in Figure 4, orientation It is divided into x-axis orientation and y-axis orientation, wherein, there are 3 kinds of descriptions in x-axis orientation:There are 3 kinds of descriptions in left, center, right, y-axis orientation:In above, Under.
The window management instrument of this instrument meeting calling system itself, the width and height for obtaining the application window is (single Position is pixel), as width and height respectively, the x-axis orientation then specified according to developer and y-axis orientation, it is determined that this disappears The coordinate of breath prompting view.
Combination description ginseng is shown in Table 1:
The combination description of table 1, the coordinate of message notifying view
X-axis is left In x-axis X-axis is right
In y-axis (0,0) (width/2,0) (width,0)
In y-axis (0,height/2) (width/2,height/2) (width,height/2)
Under y-axis (0,height) (width/2,height) (width,height)
Combination of this instrument in form arranges the coordinate of the message notifying view, and for example, developer specifies orientation (x-axis is left, in y-axis), then according to form, by x coordinate 0, y-coordinate height/2 the view is given.
5. the message notifying view explicit function of itself is called, for example:View.setVisibility (View.VISIBLE), display it.
6. the display duration specified when judging that developer calls:
A) there is limit (positive integer):The timer function of calling system itself, creates and starts one and hide meter reciprocal When device (Runable/Handler.postDelayed (Runnable, duration)), zero count be developer specify it is aobvious Show duration, if inverse terminates, jump to step 7, this step is otherwise rested on always;
B) without limit (negative):Holding rests on this step, until developer's active invocation step 8;
7., if hiding count down timer to exist, close and destroy it, for example:Handler.removeCallbacks (Runnable)。
8. the message notifying view hiding function of itself is called, for example:View.setVisibility (View.GONE), the view is hidden.
9. when application program certain page is exited, this instrument can at once perform the 7th of above-mentioned steps the, 8 steps, and clearly Except the corresponding message notifying view of the page in inner buffer, for example:WeakHashMap.remove (View), reaches the page and moves back Remove message notifying after going out at once;
10. when application program is exited, this instrument can be removed at once and tool for destroying inner buffer (WeakHashMap.clear ()), reaches and remove at once after application program is exited message notifying.
Those skilled in the art can carry out various modifications and variations to the embodiment of the present invention, if these modifications and change Within the scope of the claims in the present invention and its equivalent technologies, then these modifications and modification are also in protection scope of the present invention for type Within.
The prior art that the content not described in detail in specification is known to the skilled person.

Claims (8)

1. a kind of method that Android application program shows message notifying, it is characterised in that comprise the following steps:
S1, in Android system storage region is divided, the newly-built inside for depositing message notifying view in the storage region Caching, creates message notifying view corresponding with the page to be shown in the inner buffer;Using the window of Android system itself Management tool, by message notifying view corresponding with the page to be shown the window the superiors of Android application program are inserted;
S2, from inner buffer message notifying view corresponding with the page to be shown is taken out, whether to be judged on current page Show the message notifying view, if it has been shown that if call the message notifying view hiding function of itself, by the message notifying View is hidden, and message notifying view is modeled as into the page of background transparent;If hiding count down timer to exist, close and sell Ruin hiding count down timer;
S3, the content to be displayed for arranging the content modification of message notifying view for developer;
S4, the window management instrument for calling Android system itself, obtain the width and height of application window, and then basis is opened The orientation that originator is specified, determines the coordinate of message notifying view;
S5, message call point out the explicit function of view itself, and according to coordinate message notifying view is shown;
A length of limited duration is still without limit when S6, the display specified when judging that developer calls, if there is limit, then The timer of Android system itself is called, a hiding count down timer is created and start, zero count is specified for developer Duration is shown, if inverse terminates, step S7 is gone to, this step is otherwise rested on always;If without limit, keeping stopping In this step, until developer's active execution step S8;
If S7, hiding count down timer are present, hiding count down timer is closed and destroyed, go to step S8;
S8, message call point out the hiding function of view itself, hide the message notifying view.
2. the method that Android application program as claimed in claim 1 shows message notifying, it is characterised in that:After step S8 also Comprise the following steps:
S9, when certain page of application program is exited, redirect and execution step S7, S8, then remove the page in inner buffer Corresponding message notifying view, after the page is exited, removes message notifying.
3. the method that Android application program as claimed in claim 2 shows message notifying, it is characterised in that:After step S9 also Comprise the following steps:
S10, when application program is exited, remove and destroy inner buffer, after application program is exited, remove message notifying.
4. the method that Android application program as claimed in claim 1 shows message notifying, it is characterised in that:In step S4, institute Orientation is stated including x-axis orientation and y-axis orientation.
5. a kind of Android application program shows the instrument of message notifying, it is characterised in that:The instrument include initialization unit, first Hidden unit, view content modification unit, view coordinate determining unit, view display unit, show duration judging unit, second Hidden unit, the 3rd hidden unit, wherein:
Initialization unit is used for:Storage region is divided in Android system, it is newly-built in the storage region to carry for depositing message Show the inner buffer of view, message notifying view corresponding with the page to be shown is created in the inner buffer;Using Android system Unite the window management instrument of itself, by message notifying view corresponding with the page to be shown insert Android application program window most Upper strata;
First hidden unit is used for:Message notifying view corresponding with the page to be shown is taken out from inner buffer, judges current The message notifying view whether is had shown that on the page, if it has been shown that if call the message notifying view hiding letter of itself Number, the message notifying view is hidden, and message notifying view is modeled as into the page of background transparent;If hiding count down timer Exist, then close and destroy hiding count down timer;
View content modification unit is used for:It is the content to be displayed that developer is arranged by the content modification of message notifying view;
View coordinate determining unit is used for:The window management instrument of Android system itself is called, the width of application window is obtained Degree and height, the orientation then specified according to developer determines the coordinate of message notifying view;
View display unit is used for:Message call points out the explicit function of view itself, and according to coordinate message notifying view is shown;
Show that duration judging unit is used for:A length of limited duration or nothing are prescribed a time limit during the display specified when judging that developer calls It is long, if there is limit, then the timer of Android system itself is called, a hiding count down timer is created and starts, The display duration that the number time specifies for developer, if inverse terminates, triggers the work of the second hidden unit, otherwise rests on always This step;If without limit, holding rests on this step, until developer actively calls the 3rd hidden unit;
Second hidden unit is used for:If hide count down timer existed, hiding count down timer is closed and destroyed, triggering the Three hidden units work;
3rd hidden unit is used for:Message call points out the hiding function of view itself, hides the message notifying view.
6. Android application program as claimed in claim 5 shows the instrument of message notifying, it is characterised in that:The instrument also includes The page exits unit, and the page exits unit to be used for:When certain page of application program is exited, the second hidden unit is triggered Work, the 3rd hidden unit, and the corresponding message notifying view of the page in inner buffer is removed, after the page is exited, remove Message notifying.
7. Android application program as claimed in claim 6 shows the instrument of message notifying, it is characterised in that:The instrument also includes Application program exits unit, and the application program exits unit to be used for:When application program is exited, remove and destroy internal slow Deposit, after application program is exited, remove message notifying.
8. Android application program as claimed in claim 5 shows the instrument of message notifying, it is characterised in that:The orientation includes X-axis orientation and y-axis orientation.
CN201610914583.8A 2016-10-20 2016-10-20 Android application program shows the method and tool of message notifying Active CN106648303B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610914583.8A CN106648303B (en) 2016-10-20 2016-10-20 Android application program shows the method and tool of message notifying

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610914583.8A CN106648303B (en) 2016-10-20 2016-10-20 Android application program shows the method and tool of message notifying

Publications (2)

Publication Number Publication Date
CN106648303A true CN106648303A (en) 2017-05-10
CN106648303B CN106648303B (en) 2019-06-04

Family

ID=58856314

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610914583.8A Active CN106648303B (en) 2016-10-20 2016-10-20 Android application program shows the method and tool of message notifying

Country Status (1)

Country Link
CN (1) CN106648303B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109165145A (en) * 2018-09-11 2019-01-08 北京奇安信科技有限公司 A kind of the service condition statistical method and device of application program
CN109462696A (en) * 2018-11-20 2019-03-12 努比亚技术有限公司 Information cuing method, mobile terminal and computer readable storage medium
CN110140344A (en) * 2017-09-26 2019-08-16 华为技术有限公司 A kind of processing method and terminal of notification message
CN111158565A (en) * 2019-12-27 2020-05-15 杭州迪普科技股份有限公司 Page turning prompting method and device, electronic equipment and storage medium
EP4064093A1 (en) * 2021-03-26 2022-09-28 Fujifilm Business Innovation Corp. Information processing device, program and process for information processing
CN116088714A (en) * 2022-05-26 2023-05-09 荣耀终端有限公司 Message prompt box processing method and related device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140304019A1 (en) * 2013-04-08 2014-10-09 Andrew C. Scott Media capture device-based organization of multimedia items including unobtrusive task encouragement functionality
CN104298417A (en) * 2013-07-19 2015-01-21 北京三星通信技术研究有限公司 Application program view management method and device by mobile terminal
CN105468264A (en) * 2014-05-29 2016-04-06 北京三星通信技术研究有限公司 Method and apparatus for controlling application in control mode and terminal device
CN105892864A (en) * 2016-03-31 2016-08-24 武汉斗鱼网络科技有限公司 Control interaction method based on Android player and control interaction device based on Android player

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140304019A1 (en) * 2013-04-08 2014-10-09 Andrew C. Scott Media capture device-based organization of multimedia items including unobtrusive task encouragement functionality
CN104298417A (en) * 2013-07-19 2015-01-21 北京三星通信技术研究有限公司 Application program view management method and device by mobile terminal
CN105468264A (en) * 2014-05-29 2016-04-06 北京三星通信技术研究有限公司 Method and apparatus for controlling application in control mode and terminal device
CN105892864A (en) * 2016-03-31 2016-08-24 武汉斗鱼网络科技有限公司 Control interaction method based on Android player and control interaction device based on Android player

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110140344A (en) * 2017-09-26 2019-08-16 华为技术有限公司 A kind of processing method and terminal of notification message
CN110140344B (en) * 2017-09-26 2021-03-05 华为技术有限公司 Notification message processing method and terminal
US11147038B2 (en) 2017-09-26 2021-10-12 Huawei Technologies Co., Ltd. Notification message processing method and terminal
CN109165145A (en) * 2018-09-11 2019-01-08 北京奇安信科技有限公司 A kind of the service condition statistical method and device of application program
CN109462696A (en) * 2018-11-20 2019-03-12 努比亚技术有限公司 Information cuing method, mobile terminal and computer readable storage medium
CN109462696B (en) * 2018-11-20 2022-01-14 努比亚技术有限公司 Information prompting method, mobile terminal and computer readable storage medium
CN111158565A (en) * 2019-12-27 2020-05-15 杭州迪普科技股份有限公司 Page turning prompting method and device, electronic equipment and storage medium
CN111158565B (en) * 2019-12-27 2021-08-24 杭州迪普科技股份有限公司 Page turning prompting method and device, electronic equipment and storage medium
EP4064093A1 (en) * 2021-03-26 2022-09-28 Fujifilm Business Innovation Corp. Information processing device, program and process for information processing
US11929966B2 (en) 2021-03-26 2024-03-12 Fujifilm Business Innovation Corp. Information processing device, computer readable medium and process for information processing
CN116088714A (en) * 2022-05-26 2023-05-09 荣耀终端有限公司 Message prompt box processing method and related device

Also Published As

Publication number Publication date
CN106648303B (en) 2019-06-04

Similar Documents

Publication Publication Date Title
CN106648303A (en) Android application display message prompt method and tool
JP2021523452A (en) Watch user interface
JP2006107445A5 (en)
Wang The discourse of unequal treaties in modern China
CN107797971A (en) Document annotation method, apparatus and electronic equipment
TWI539366B (en) Information management device and method
CN108829371A (en) interface control method, device, storage medium and electronic equipment
CN103150170A (en) Table top generation and operation methods of mobile terminal and corresponding devices thereof
CN109656445A (en) Content processing method, device, terminal and storage medium
CN104200151A (en) Touch-screen-terminal customized lock screen system
CN108228715A (en) A kind of method, terminal and computer readable storage medium for showing image
CN110178116A (en) Assist screenshotss
CN106774821A (en) Display methods and system based on virtual reality technology
CN108304182A (en) A kind of implementation method and device of the control for supporting nested window
CN106170790A (en) Service picture library user interface presents
Villareal-Freire et al. Reverse engineering for the design patterns extraction of android mobile applications for attention deficit disorder
CN109766034A (en) Method, apparatus, equipment and the storage medium of quickly starting application program
CN108845733A (en) Screenshot method, device, terminal and storage medium
CN107704187A (en) Notification message processing method, device and terminal
CN103577047A (en) Display processing method and device for horizontal scroll bars of DataGrid control
CN106155493A (en) A kind of method carrying out input prompt in display interface and device thereof
CN107844494A (en) Method and terminal, the method and server of entry processing of entry examination & verification
CN114510307B (en) Dynamic wallpaper implementation method, computing device and storage medium
Donohue Who inherits what, when
CN106027773A (en) Alarm clock reminding method and alarm clock reminding apparatus

Legal Events

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