Copy-button

Introduction: copy textview into anywhere
More: Author   ReportBugs   
Tags:

Copy Textview text with one simple click

Usage

image

Gradle

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

dependencies {
     compile 'com.github.hajiyevelnur92:Copy-button:1.0'
}

Code


import codehive.copybuttonlibrary.CopyButtonLibrary;
...

CopyButtonLibrary copyButtonLibrary = new CopyButtonLibrary(getApplicationContext(),textView);
copyButtonLibrary.init();

License

Apps
About Me
GitHub: Trinea
Facebook: Dev Tools