amlcurran / ShowcaseView

[Archived] Highlight the best bits of your app to users quickly, simply, and cool...ly
5.6k stars 1.29k forks source link

Added Showcase Sequence Helper #434

Open jbc25 opened 7 years ago

jbc25 commented 7 years ago

To facilitate create many showcase screens. Example:

    ```

ShowcaseSequenceHelper.newInstace(this) .addNewShowcase(ID_SHOWCASE_HOT_NUMBERS, new ViewTarget(recyclerHot), getString(R.string.hot_numbers_showcase_title), getString(R.string.hot_numbers_showcase_detail))

            .addNewShowcase(ID_SHOWCASE_HISTORY_ICON,
                    new ToolbarActionItemTarget(getToolbar(), R.id.menu_history),
                    getString(R.string.hot_numbers_showcase_title),
                    getString(R.string.hot_numbers_showcase_detail))

            .show();
insearching commented 6 years ago

Hi, could you please add this to Readme?

Susiew78 commented 6 years ago

Ok i will