how can I make dialog global so that all activity can be used?
 I put dialog initialization in the parent class, but I get an error: 
 android.view.WindowManager$BadTokenException: Unable to add window-- token android.os.BinderProxy@978279 is not valid; is your activity running? 
