Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Added Showcase Sequence Helper #434

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

jbc25
Copy link

@jbc25 jbc25 commented Apr 24, 2017

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();

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();
Added Showcase Sequence Helper
@insearching
Copy link

Hi, could you please add this to Readme?

@Susiew78
Copy link

Ok i will

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants