How to show a notification in the bar every hour?

999 Views Asked by At

i'm beginner in android and i don't know how to create a notification manager even my app is not running for example show a notify every hour .Any ideas?

1

There are 1 best solutions below

2
On

Look into this..notification using BroadcastReceiver

http://karanbalkar.com/2013/07/tutorial-41-using-alarmmanager-and-broadcastreceiver-in-android/

Hope it helps you.