0

I recently saw a notification with BigPicture style which had multiple images shown as a slideshow.

Are viewpagers allowed inside RemoteViews now?

If not can anyone tell me how they managed to show a slideshow of images inside a notification. This seems like a really cool feature.

I am attaching the image that i captured and it shows a view pager indicator style dots. There are three images which keep rotating.

Please guide me as to how to achieve this notification with slideshow of 3 images

Kushan
  • 5,855
  • 3
  • 31
  • 45

1 Answers1

0

You need to create custom notification layout and put your slideshow view there. This is answered here: How to create a Custom Notification Layout in android?

user1209216
  • 7,404
  • 12
  • 60
  • 123
  • I know how to make a remote view... As i said, they have a slideshow of images with a pager indicator which afaik isn't allowed inside a remote view. So how to achieve that – Kushan Sep 05 '17 at 09:57