Is it possible to display any type of notification (from my application) on home screen?
Thanks in advance!
Is it possible to display any type of notification (from my application) on home screen?
Thanks in advance!
Make a background service for your application, which receives any notification (For new SMS or EMAIL) from Broadcast Receiver and when it receives event, just display a Toast
from your service.