PopupMenu Android DelphiXE5 what is the bestway to do - android

I'm trying to create this like this form.
This is a TPopupMenu or a TPanel or a TForm? I try with panel and it works, but i dont know if exist's anyway simpliest to do this.
Anyone know's the right way to do this?
similar questions was posted here PopupMenu with icons but isn't DelphiXE5

Take a look to this article:
Creating an Overflow Menu on Android, it is a TListBox what is used but i think it is what you are looking for.

Related

Android: custom a menu create

I don't know which type of this menu. can anyone help me.
I want to create menu like this screen. When i click the button then pop-up the menu like this. I don't know how to achieve this. i do not know what type of this menu. and can it run on android 2.2?
Current popup menu called QuickAction Dialog in Android. you can customize it According to you need. see following good tutorial for creating QuickAction View in Android:
How to Create QuickAction Dialog in Android
Quick Actions Android
This is Quick Action 3d. Checkout source and example from here :)
This is not exactly a custom dialog. But, yes it is still a customized view. And it is more or less called Quick Action Dialog in android. I would suggest you to follow the tutorials below for generating an exactly same popover (or even better) with Android. Check the screenshot also.
http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/
https://github.com/lorensiuswlt/NewQuickAction3D
Reference

Create Dropdown from button on menu

In android, I want to create a dropdown menu like the following:
I've seen some examples where there are just buttons, and no text (like QuickActionView), but none like this. If someone could direct me to some open source code, that'd be great, or point me in the correct direction.
Thank You in advance.
Android's ActionBar does exactly this. Unfortunately, it is only available for 3.0 and up. However, you could use ActionBarSherlock.

How to make a menu like in Dropbox app?

i want to make menu in my android app which looks like the one in the dropbox-app.
I guess I have to work with fragments, what I already do, but i cant find any examples on how to implement this. Maybe someone can give me any hints how to make this menu like:
Here you can find an example image of the dropbox app:
You can open it with a single click. I want to use it on a gridview.
Maybe I just do not know the right name of such a menu to search for.
Thanks in advance for your help!
Action bar is supported in 3.1 API's but you can use context menu for this
Or This can also be done using "sliding drawer "

iOS-style toggle button

I wanted to make toggle buttons in my activity look something like the picture below, is there something like this for android in standard classes? Or maybe there is a tutorial on how to imitate them? I looked, but found none.
Thanks for your replies :3
I couldn't insert the reference image, so here's the link to it
You searched but found none? Methink you're not searching hard enough. There's a ton of tutorials out there that explain how.

How to implement a layer above a layout?

How to implement a layer above a layout? like this pic:
http://ss12.sinaimg.cn/orignal/5d8cb30ag8f47eca43a5b&690
I guess this link will help you a lot. It shows examples on how to implement the Quick Actions pattern and also the kind of menus you requested which btw are also used in the Google Gallery app.
Here's the link: http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/
To create that kind of floating menu I think PopupWindow would be what you are looking for.

Categories

Resources