user3346672
user3346672

Reputation: 3

Android: how to create app Help Dialog for first run

I'm looking possibility to create transparent Help Dialog for app first run (when Android runs at first): Help Dialog in Android: example

Are some standard Android APIs for that purpose?

If no, can I use custom Alert Dialog?

Thank You in advance.

Upvotes: 0

Views: 1421

Answers (3)

Vinothkumar Arputharaj
Vinothkumar Arputharaj

Reputation: 4569

Use the showcase view library. It will serve your purpose. This is hosted in github

enter image description here

Upvotes: 1

Sami Eltamawy
Sami Eltamawy

Reputation: 10009

Why do not you use ShowcaseView library! This is one of the most famous tutorial libraries in Android. Here is the simplest example for it with clear guide Link and here is the Link of the main Library with full customization option.

enter image description here

Upvotes: 0

Yogendra
Yogendra

Reputation: 5268

I am not use this dialog but read below link carefully, it will help and its have a standered. https://developer.android.com/design/patterns/help.html

Upvotes: 0

Related Questions