I would like to know how to add a mark to close the upper right corner dialog box?
Do not do that. It looks like it was a direct port from the iphone app. Use custom dialog containers / buttons for Android.
How can I implement small dots at the bottom of the screen that the current step indicates?
What have you tried? There are a million ways to do this, depending on the rest of the workflow.
Just to be sure, I decided to move between the steps of the dialog using ViewFlipper. Is this the right approach?
May be. It depends on what you show. If you show only one image or something simple, then this is the best approach. I would create different fragments of the dialog (you use fragments, right?) For different steps. This way you can automatically push them onto the back stack as you move around the workflow.
source share