Create a transparent dialog on top of activity
Background I'm trying to put a layer on top of the current activity which would have explanation of what is going on on the current screen, similar to what occurs on contact+ app . I know there are some solutions for this (like the showCase library and the superToolTips library ) , and I also know that I can create a view and set it on top by adding it to the window of the activity , but I need put a whole dialog layer on top. Problem No matter what I try, each solution doesn't work the way I need it to work. in short , what I need is: full screen dialog. no change (not visual and not logical)