[android-beginners] Problems using AlertDialog in a onReceive() method

2010-07-28 Thread Brad Taylor
Hello Everyone, I new to the SDK and have intermediate Java skills and I am having an issue with adding an AlertDialog to a Receiver I have created. The application is a basic alarm clock and I am using the following code as the receiving class. I want to use an AlertDialog instead of Toast so

Re: [android-beginners] Problems using AlertDialog in a onReceive() method

2010-07-28 Thread Brad Taylor
at 4:39 PM, Mark Murphy mmur...@commonsware.comwrote: On Wed, Jul 28, 2010 at 7:24 PM, Brad Taylor djlm...@gmail.com wrote: I new to the SDK and have intermediate Java skills and I am having an issue with adding an AlertDialog to a Receiver I have created. Try using a dialog-themed Activity