belinwu / single

[DEPRECATED]Single click wrapper for Android. Use https://github.com/samelody/singlick intead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single

JitPack Android MIT API

The single click wrapper for Android.

DO NOT USE THIS LIBRARY IN PRODUCTION UNTIL 1.0.0 IS RELEASED.

Download

Single is available on JitPack repository.

In your root build.gradle:

allprojects {
    repositories {
        // ...
        maven { url "https://jitpack.io" }
    }
}

In your app build.gradle:

dependencies {
    compile 'com.wujilin:single:0.1.0'
}

Getting started

view.setOnClickListener(SingleClick.wrap(onClickListener));

Compatibility

  • Android SDK: Succession requires a minimum API level of 14.

Dependency

compile 'com.android.support:support-annotations:$latestVersion'

Changelog

Checkout the changelog file.

License

The MIT License.

Copyright (c) 2016 Belin Wu.

About

[DEPRECATED]Single click wrapper for Android. Use https://github.com/samelody/singlick intead.

License:MIT License


Languages

Language:Java 100.0%