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.