All Projects → hajiyevelnur92 → Copy-button

hajiyevelnur92 / Copy-button

Licence: MIT license
copy textview into anywhere

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Copy-button

netflix-list-exporter
💫‎‎‎‏‏‎ An Extension to export your lists from Netflix to Clipboard area and share it with your friends.
Stars: ✭ 60 (+328.57%)
Mutual labels:  clipboard, button
vue-github-button
Unofficial github:button component for Vue.js
Stars: ✭ 24 (+71.43%)
Mutual labels:  button
Clipboard
React Native Clipboard API for both iOS and Android.
Stars: ✭ 198 (+1314.29%)
Mutual labels:  clipboard
Vscode Paste Image
paste image from clipboard to markdown/asciidoc directly!
Stars: ✭ 236 (+1585.71%)
Mutual labels:  clipboard
Clipboardy
Chrome extension for copying posted code to clipboard from stackoverflow.com, github.com & npmjs.com
Stars: ✭ 202 (+1342.86%)
Mutual labels:  clipboard
vue-clap-button
👍 A Medium like clap button
Stars: ✭ 30 (+114.29%)
Mutual labels:  button
Zsh Vi Mode
💻 A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (+1192.86%)
Mutual labels:  clipboard
react-native-touchable
React-Native button helper library
Stars: ✭ 46 (+228.57%)
Mutual labels:  button
vim-poweryank
Copy text over SSH
Stars: ✭ 51 (+264.29%)
Mutual labels:  clipboard
Cheval
📋 Copy to the clipboard using JavaScript without writing JS. A full solution for all browsers and all devices. LibreJS compliant.
Stars: ✭ 231 (+1550%)
Mutual labels:  clipboard
Vim Yoink
Vim plugin that maintains a yank history to cycle between when pasting
Stars: ✭ 225 (+1507.14%)
Mutual labels:  clipboard
Ditto
Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.
Stars: ✭ 193 (+1278.57%)
Mutual labels:  clipboard
ShapeView
打造万能shape,再也不用写很多xml了,可以当做TextView,Button,EditText等多种控件,方便实用
Stars: ✭ 34 (+142.86%)
Mutual labels:  button
Vue Clipboards
📋 Vue2.0 directive to copy or cut text to clipboard.
Stars: ✭ 200 (+1328.57%)
Mutual labels:  clipboard
CameraButton
No description or website provided.
Stars: ✭ 31 (+121.43%)
Mutual labels:  button
Piknik
Copy/paste anything over the network.
Stars: ✭ 2,221 (+15764.29%)
Mutual labels:  clipboard
Windows User Action Hook
A .NET library to subscribe for Windows operating system global user actions such mouse, keyboard, clipboard & print events
Stars: ✭ 224 (+1500%)
Mutual labels:  clipboard
CopyPasteJS
This a small JS library to execute clipboard functions in a fast and easy way.
Stars: ✭ 20 (+42.86%)
Mutual labels:  clipboard
no-clipboard-app
Share your clipboard text to your device like Oculus Go.
Stars: ✭ 12 (-14.29%)
Mutual labels:  clipboard
copy-image-clipboard
Lightweight library to copy PNG and JPG images to clipboard
Stars: ✭ 37 (+164.29%)
Mutual labels:  clipboard

Copy-button

Copy Textview text with one simple click

Usage

image

Android Arsenal

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].