Wrote a tiny #android app to solve a daily pain point - https://github.com/ajnsit/KlipOn

Basically many apps on android don't have a "copy to clipboard" option for images. With this app installed, you can share the image with this app, and it will copy it to the clipboard

#TinyApps

GitHub - ajnsit/KlipOn: An android app to enable copying images to the clipboard

An android app to enable copying images to the clipboard - ajnsit/KlipOn

GitHub

Turns out that doing this is not enough. Sometimes the image would be copied but won't paste. You need the application to stay alive in the background for the paste to work correctly. ShareToClipboard also suffers from the same problem. Well it's fixed in KlipOn now.

#android