What widget for Android is this?

Does anyone know what kind and type of Android widget is:

alt text

I want to be able to implement a similar widget for my own needs, but I don’t know what kind of widget / widget it is. All I see is that it is embedded in the ContactContract class as a quickContact object.

Has anyone used one of them and set it up? if so, how? thanks in advance

edit: is it possible to include more than 5 elements as shown below and have scrollable horizontal

+4
source share
2 answers

This is QuickAction. Here you can find its implementation. And the source code repository on Github .

+6
source

I'm not quite sure, but it feels like a toast

http://developer.android.com/guide/topics/ui/notifiers/toasts.html

0
source

All Articles