Git Product home page Git Product logo

showcaseview's Introduction

SharpShowcaseView - Xamarin.Android

This is a port for Xamarin.Android from the well known ShowcaseView of Alex Curran (@amlcurran). At the moment this port only works on Android 4.x because I am not certain about the need of including a reference to ActionBarSherlock. Also there is some work to do to inherit the C# coding style. For example not all listeners are backed with an event handler yet.

NOTE: SharpShowcaseView only works on Android 4.x+ at the moment!

image image

How to use

I included a sample that explains the straight forward use of SharpShowcaseView. Simply add the following lines of code at your OnCreate method to add a ShowcaseView to your Xamarin.Android app.

var configOption = new ShowcaseView.ConfigOptions();
configOption.HideOnClickOutside = true;

var target = new ViewTarget(Resource.Id.buttonBlocked, this);
showcaseView = ShowcaseView.InsertShowcaseView(target, this, Resource.String.showcase_main_title, Resource.String.showcase_main_message, configOption);

I also recomment to take a look at the ShowcaseView wiki for further information.

Thanks

Big thanks goes to @amlcurran for his initial work on the original Java version of ShowcaseView: https://github.com/amlcurran/ShowcaseView

showcaseview's People

Contributors

cayassoftware avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.