I want to know what is the name of this widget , and how to use it in my app, i've already see it in some apps in the Android market, but i don't know what is it's name and how to use it in some activity of my app .

the widget surrounded with red rectangle

Regards ,

Houcine

link|improve this question

feedback

4 Answers

up vote 1 down vote accepted

According to this answer, I believe it's called the Quick Action Dialog and you can read about it and implement it from:

http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/

link|improve this answer
thank you Marvin , i will see this now :) – Houcine Jan 21 at 15:22
feedback

It's called QuickContactBadge.

http://android-developers.blogspot.com/2010/05/twitter-for-android-closer-look-at.html

I don't know it's recommended to use it now after honeycomb and ICS. Don't see those UI on HC or ICS now.

link|improve this answer
I think this is still valid, however; it doesn't show up anymore because the UI functionality has changed. They got rid of context menus and now use hotbars. – JoxTraex Jan 21 at 14:52
i've see this widget on a Galaxy S 1 , and galaxy S II ;) – Houcine Jan 21 at 15:01
Yep, this is available on 2.2(I guess) up till pre-HC and pre-ICS. – Kumar Bibek Jan 21 at 15:05
feedback

It looks like android-segmentedradiobutton, a port of the iPhone UISegmentedControl

screenshot of android-segmentedradiobutton from github

link|improve this answer
Nope. It's some sort of a "popup" (pop-down?) that appears after clicking, with a bunch of options. I've seen something similar in the Google Maps app as well. – Marvin Pinto Jan 21 at 14:44
yep , and i've seen it in the app "Jours Fériés" , it is used to choose a country . and i want to know what is this widget, or at least, what standard widget i should customize to get a widget like that one :) – Houcine Jan 21 at 14:50
feedback

I think it is a custom widget, not in the standard Android SDK :(

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.