Android Question How do I screenshare share my App on my PC Monitor

DawningTruth

Active Member
Licensed User
I need to demo my app on my PC to people remotely. I need a software that shows my app on the PC screen and also has a yellow dot or something like that that shows the location of my screen touches.

Any suggestions which software I can use?
 

Sandman

Expert
Licensed User
Longtime User
I had a reason to do something like this recently and this is what I came up with, which I believe matches your requirements 100%:

1. VNC server on Androd

2. Taps on Android
Enable developer options -> Under Input, enable "Show taps"

3. VNC client on Windows
Note: Initially I used another VNC client on Windows, but it produced flicker that I couldn't get rid of. Ultra VNC Viewer didn't show any flicker, so I went with that instead.
 
Upvote 1

PaulMeuris

Active Member
Licensed User
Connect your smartphone with a USB cable to your Pc.
Download the tool scrcpy link: scrcpy
Look under assets for the version to download.
The screen of your smartphone is duplicated on your monitor and you can use the mouse and keyboard from your PC to operate your app on your device.
1680081932546.png

The tool requires ADB to be installed on your PC and USB debugging activated on your device.
I use this tool to make screenshots from my running app on the device.
The tool can also connect wireless.
 
Upvote 0
Top