Reputation: 6881
I am looking to display a Dialog with a list of data. I came across this article: http://wiresareobsolete.com/wordpress/2010/01/android-dialog-or-is-it/ It claims that it is better to define it as an activity and then use the Theme.Dialog.
Is this correct?
I am not expecting any feedback from the user - it is an info-only screen.
Upvotes: 0
Views: 763
Reputation: 5561
Hey you can create a custom dialog and then you can create your separate layout or XML file ,inflate that XML to that dialog and then you can show anything in the dialog that you have in that XML.
Or you can even use this techniques, custom dialog with list
Upvotes: 1