Skip to content
Alex Curran edited this page Oct 8, 2013 · 1 revision

Want to set up a really simple ShowcaseView in your app? Then all you need is to implement one of the insertShowcaseView(..) methods. These include methods that showcase:

  • Views
  • Action items
  • X-Y points

For example in your Activity's onCreate method, call:

ShowcaseView.insertShowcaseView(R.id.get_started_button, this, "Get started", "Touch button to begin set-up", null);

This will put a showcase around a view with the id "get_started_button", and show the text. Use these to explain to your user what you they should do.

But there's lots more, including theming and multiple ShowcaseViews...

Clone this wiki locally