On Wed, Jul 28, 2010 at 8:26 PM, Brad Taylor <djlm...@gmail.com> wrote:
> Would I create a whole new
> Activity class that creates the AlertDialog.

No, you would create a whole new Activity class that displays what you
want to display. If you want it to look like an AlertDialog, add the
following attribute to your <activity> element in the manifest:

android:theme="@android:style/Theme.Dialog"

http://developer.android.com/guide/topics/ui/themes.html#ApplyATheme

> Then in my receiver class call the startActivity()?

Yes.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 2.9 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to