Share your clipboard between your Android smartphone and any computer.
This project consists of two applications:
- server web client and backend
- app android app as smartphone client
- java11
- redis 3.2+ (key value in memory database)
- Android SDK API 29
- start redis via command line
redis-server
- in server project folder start the spring boot application by typing
./gradlew bootRun
into the command line - Deploy the app to your smarthpone via Android Studio
The server provides a web interface with a QR code. With the smartphone app you can scan the QR code to connect with your computer (or any device from which you are accessing the website). Once connected you can copy text in your smartpho and the clipboard is displayed in the web interface. The website will copy it to your computers clipboard automatically.
- open
localhost:8090
- open smartphone app
- in the app click on the capture button (right lower corner)
- Take a picture of the QR code and click ok
- The website redirects you to your clipboard page. You can now start copying on your smartphone
- Once you copied a text, you can see it on the webpage inside the box.
- To copy images, use the share function on your smartphone. The image will appear for download on the webpage.