Page 1 of 1

Solution to copy and paste in an android app developed

Posted: Wed Oct 23, 2024 9:43 pm
by yunior.portilla
I share a library developed with Livecode builder that integrates access through JNI to the android sdk functions to access the clipboard and to be able to implement copy and paste functions in an android app.

I have released a first version that can be accessed from https://github.com/portilla/yClipboardText

This solution allows android apps to not have to create native objects.