Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Screen sharing and tem viewer in android to android [closed]

I want to implement screen sharing functionality in my app like we use team viewer.

I search a lot for third party tool.

One tool i have worked is opentok(Tolkblox). But it want give exact facility like Team viewer and its sample example is also not work like a screen shring should be.

I don't find any third party tool for this requirement.

If anyone any idea regarding this then please reply for the same.

like image 496
Amee Joshi Avatar asked Apr 27 '16 13:04

Amee Joshi


People also ask

Can TeamViewer work from Android to Android?

Our TeamViewer mobile apps make it easy to enable remote connectivity for your Android devices, so you can access and support them from anywhere. Get remote support for your Android or iOS mobile device from any desktop computer, smartphone, or tablet with TeamViewer installed.

Does TeamViewer work on mobile to mobile?

You can connect to any Android-based devices with TeamViewer for Remote Control App for Android and iOS.

Why can't I control my phone with TeamViewer?

Can't TeamViewer make it possible? TeamViewer is capable of both viewing the screen and remotely controlling a range of Android devices. However, we, unfortunately, are not able to support all manufacturers or ROM's for these features, especially remote control.


1 Answers

Screen capturing and sharing in Android 5.0

You have the possibility with Android 5.0 to use the android.media.projection for screen sharing. But I don't know if this fits your needs.

Android 5.0 lets you add screen capturing and screen sharing capabilities to your app with the new android.media.projection APIs. This functionality is useful, for example, if you want to enable screen sharing in a video conferencing app. For more see this.

Team Viewer SDK

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

I hope I did understand your question right and this helps you a bit.

like image 85
Bona Fide Avatar answered Oct 07 '22 15:10

Bona Fide