Wednesday, 13 February 2019

Android Notification with Actions and a DropDown Menu

Android's Google app has a Notification which shows the local weather for example. If you swipe left on the notification, it shows a "clock icon"-action (e.g. Snooze) as shown below.

Google Notification with Weather Forecast

If you click on the clock, the following dropdown menu opens:

Notification with dropdown menu

Now I want to implement this in my own app. Does anyone know how to implement that?



from Android Notification with Actions and a DropDown Menu

No comments:

Post a Comment