I am looking to implement a dialogbox that opens when I click a button. It should look like the popular quickaction dialog that appears in android phone and twitter app. But I should be able to use it as a container so that I can add other elements such buttons, dropdowns, text boxes etc.
Of course, it needs to pop-out of the button with an arrow pointing to the button that invoked this dialog. Any other similar example or just a barebones description of what I am supposed to implement and use should help as well.
Review the following open source Quick action dialog https://github.com/lorensiuswlt/NewQuickAction3D
this is another sample project for ios like pop over view
https://github.com/lupidan/PopoverView