How to show whatsapp like popup notification when app is in background?
I have to set reminder in my app. So, Once the reminder time is reached , app has to show one popup window (Even if the app is not running) , just like how WhatsApp shows messages in popup when it is not running On tapping the button I have to launch my app also. How can I display one popup from background? Is there any samples available? Thanks in advance You can use SYSTEM_ALERT_WINDOW from your BroadcastReceiver to show one dialog window , which will be shown on top of all other apps. First add the permission <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> in