How do I start a new activity in the front keeping the background as it is and the layout of the new activity is a small frame?? I have seen this in some applications where the background becomes a bit blur and the new activity is started right on top of it… how can I implement this??
Share
You can also use a theme dialog for activities, it gives you the look of a dialog and all flexibility of an activity :
In your manifest, when declaring your activity :
Regards,
Stéphane