I am getting the error
02-11 21:40:25.326: E/AndroidRuntime(1950): java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
when trying to create a dialog. The class that I need to do this in does not extend activity (I pass context to this class from another class), so I am looking for a way to create a simple popup message in the default android style without this error. Thanks.