Create Notification Alert in Android
Create Notification Alert in Android
Some times we have requirement to show alert user from background services or from broadcast receiver then best way to notify user by Notification Alert. Android Toast class provides a handy way to show users alerts but problem is that these alerts are not persistent which means alert flashes on the screen for a few seconds and then disappears.
(more…)
View On WordPress












