Skip to content

Commit

Permalink
added scrcpy
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Mar 30, 2018
1 parent 9a1060e commit a9b7724
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Contributions are always welcome, hoping people will help me in growing this. To
* [Know Your Tools](#know-your-tools)
* [Android Studio](#android-studio)
* [Emulator](#emulator)
* [Vysor](#vysor)
* [Vysor](#vysor) / [scrcpy](#scrcpy)
* [DeskDock](#deskdock)
* [ADB Shell](#adb-shell)
* [Make better choices while coding](#make-better-choices-while-coding)
Expand Down Expand Up @@ -173,6 +173,9 @@ Apart from using physical devices, one should use emulators as they are as of no
#### ***[Vysor](http://www.vysor.io/)***
This one needs special mention due to how useful it is. It basically is a window to your device i.e it streams and allows you to interact with your physical device on your laptop. Very useful when you are demoing your app during a presentation. You can interact with your physical device and it will be shown right in your laptop screen. It has a paid/free version, paid version is totally worth buying.

#### ***[scrcpy](https://github.com/genymobile/scrcpy)***
It is basically used to display and control your Android device and is the open source equivalent of [Vysor](http://www.vysor.io/). The good folks at [Genymotion](https://www.genymotion.com/) built this tool and then open sourced it (Open Source FTW).

[<p align="right">Back to Index</p>](#index)
#### ***[DeskDock](https://play.google.com/store/apps/details?id=com.floriandraschbacher.deskdock.free)***
Yes, vysor was great, but if you want to share your keyboard and mouse directly to your Android device, then this app is for you. It enables you to control your Android device as if it was part of your desktop computer. The [FREE version](https://play.google.com/store/apps/details?id=com.floriandraschbacher.deskdock.free) includes the use of computer mouse, while the [PRO version](https://play.google.com/store/apps/details?id=com.floriandraschbacher.deskdock.pro) includes features such as use of keyboard. This is useful where you can test your app without your hands ever leaving your keyboard.
Expand Down

0 comments on commit a9b7724

Please sign in to comment.