Reputation: 3
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
Reputation: 4569
Use the showcase view library. It will serve your purpose. This is hosted in github
Upvotes: 1
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.
Upvotes: 0
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