I'm developing an Android 2.2 application.
I want to show a text with an Ok butto but I want to add my custom style.
What is the better choice an AlertDialog with a custom layout or a Dialog?
|
I'm developing an Android 2.2 application. I want to show a text with an Ok butto but I want to add my custom style. What is the better choice an AlertDialog with a custom layout or a Dialog?
| ||||
|
feedback
|
|
I'd go for
In order to listen for UI events:
| |||||
feedback
|