Skip to content

clutchio/clutchandroid

Repository files navigation

Clutch Android Client

This is the Android client library for Clutch.io.

Example

Here's how you might use it for simple A/B testing:

ClutchAB.test("signUpBtnColor", new ClutchABTest() {
    public void A() {
        // Display green sign-up button
    }
    public void B() {
        // Display blue sign-up button
    }
});

Documentation

More documentation can be found at: http://docs.clutch.io/

About

Android client library for Clutch.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages