Search code examples
androidcustomdialog

Create custom dialog box in Android


I found all things working with alert box,dialog box but when i try creating things with my own custom dialog box it gives me problems. Though i followed the instructions as per the dev guide: http://developer.android.com/intl/de/guide/topics/ui/dialogs.html i could'nt reach with my results just it displays a force close with the following error message.

03-04 11:37:08.780: ERROR/AndroidRuntime(726): android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application

I have been trying to make my custom dialog box for many days but i couldnt bring it up. I even tried with the solutions that i got on forums but that too doesnt seems of working. Give me some piece of good code or some suggestion to work with... Any suggestions on this is appreciable.


Solution

  • Android Dialog - confused take a look on the question, looks similar to yours. Also you have to share a code which results in the error otherwise it is hard to help.