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

Commits on Apr 24, 2017

  1. Added Showcase Sequence Helper

    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();
    jbc25 authored Apr 24, 2017
    Configuration menu
    Copy the full SHA
    658973f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jbc25/ft-sequence-helper

    Added Showcase Sequence Helper
    jbc25 authored Apr 24, 2017
    Configuration menu
    Copy the full SHA
    04ab511 View commit details
    Browse the repository at this point in the history