I want to create a custom dialog, for example Quick Contact in the contact application or in the official Twitter application. When I click on a button, it opens above or below the button.
http://londatiga.net/images/qc-tw.jpg Quick Contact and Twitter
I read the source code for the Contact application, but it seems to be using the internal API. An alternative solution is to extend the Dialog class, I can install a custom layout, but I can’t position the dialog. Any solutions for this?
Thanx in advance
source
share