Varun kumar

Results 29 comments of Varun kumar

1. live screen is nothing but taking screenshot of PC and displaying it in Android. Since mouse pointer is not captured in screenshot so it is not fetched in Android....

how much delay are you facing? Is your laptop and device directly connected using device hotspot or both are connected to some router?

I am not sure how you modified the code for auto-refresh. Here are my observations regarding current code (this repo)- 1. Screenshot of size roughly 300 KB is taking around...

Software might not produce correct IP addresses on screen. Try finding IP address of Ubuntu OS via other means e.g. using `ifconfig` command.

Touchpad should work smoothly. You might have some other issues- 1. Are you connected to a very slow network? You can try directly connecting your lappy to android via phone...

Please note that touchpad will not be as smooth as real mouse touchpad. But practically it is good to go. I am not sure to what level of smoothness you...

on SecondActivity once you consume the first message (first time) using `MainActivity.objectInputStream.readObject()`, do you send it again from server (second time)? You need to send it again if you want...

Server (Java), Client (Android app)- 1. Server sent one message: You consumed it using `MainActivity.objectInputStream.readObject()` on SecondActivity 2. You go back to SecondActivity and try to read the message again...

What message do you see for the first time? Any screenshot?

Hi @parasuraam , It's hard to debug by just seeing some files. Can you share your project link (Github) if that is public?