Screen sharing and tone viewer in android for Android

I want to implement screen sharing features in my application, since we use a command viewer.

I am looking for a lot for a third-party tool.

One tool I worked with is opentok (Tolkblox). But he wants to give an exact means, for example, the Team viewer, and the example of his example also does not work, like the screen line.

I do not see a third-party tool for this requirement.

If anyone has ideas on this, then answer the same.

+5
source share
2 answers

Screen capture and sharing in Android 5.0

You have the option of using android.media.projection for screen sharing with Android 5.0. But I do not know if this suits your needs.

Android 5.0 lets you add screen capture and screen sharing capabilities to your application using the new android.media.projection APIs. This functionality is useful, for example, if you want to enable screen sharing in a video conferencing application. See this for more details.

SDK Team Viewer

You can also use the SDK from TeamViewer . As far as I know, with this you can also remotely control another device.

I hope I understood your question correctly and that will help you a bit.

+2
source

You can use already developed tools, such as remote support servers R-HUB, logmein, etc. for screen sharing, application sharing, remote computer control, etc. However, if you want to develop, you can use technologies such as C, C ++, Flash, etc.

0
source

All Articles