3

Currently I want to make an app but I don't know what this is called , I mean the android term for it, it's definately not a spinner, but more into the notifications.

I want to make an app that I can interact with just like the music bar here that can play music, stop next song , etc.

Can someone help me or tell me what that method is and where can I get some tutorials for it?

enter image description here

BNK
  • 23,994
  • 8
  • 77
  • 87
user1868185
  • 899
  • 3
  • 9
  • 24

1 Answers1

1

It doesn't seem to be an ongoing notification. (It's not being under the Ongoing tag being the clue, otherwise I could be sure that this was the case)

http://developer.android.com/reference/android/app/Notification.Builder.html#setOngoing%28boolean%29

It is probably a custom remote view

http://developer.android.com/reference/android/widget/RemoteViews.html

A quick google search will give you examples.

George Daramouskas
  • 3,720
  • 3
  • 22
  • 51