I want to display a notification / alarm with the terminal in "sleep mode / standby". As does WhatsApp, Handcensms ... Or the simple alarm clock.

For example, in IOS is called "local notification" and looks like: http://www.remotenotification.com/wp-content/uploads/2011/08/PushNotification1.jpg

I'm reading about AlarmManager, WindowManager .. But I fail to understand.

Can anyone help me or guide me?

I do not know what uses-permission are necessary.

regards & thanks

link|improve this question
In android this is called a Toast. – JoxTraex Jan 10 at 11:39
feedback

1 Answer

Maybe this is a rather stupid response but do you mean toast messages? http://developer.android.com/guide/topics/ui/notifiers/toasts.html

Toast.makeText(context, "This text will be displayed", 100).show();
link|improve this answer
No. It doesn't show when terminal is in sleep mode. – ephramd Jan 10 at 15:11
Maybe this will be any help android.arnodenhond.com/tutorials/alarm-notification – Bram Jan 10 at 21:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.