Code Monkey home page Code Monkey logo

androidscreenshareandcontrol's Introduction

androidScreenShareAndControl

免root兼容所有android屏幕实时共享及远程控制 beta1

该版本可以兼容所有android系统,但仅限于集成了该代码的app,只支持显示activity的布局,不支持显示对话框中的内容。

后续会发布可以显示屏幕上所有内容,可以实时录制所有app,所有对话框,等屏幕上一切能看到的内容,但最低兼容android5.0

工程中包括android工程和lib中java 工程,java工程作为客户端显示手机上内容及远程控制,

通过鼠标点击及拖拽(mac 可以三指拖动屏幕实现手机端滚动)控制手机。

初始化

API14(ICE_CREAM_SANDWICH)及以上版本全局初始化一次即可,context任意,可以是activity也可以是其他。 以下版本需在每个activity的onResume中初始化,context需要传当前activity。

RecorderManager.getInstance(ctx)
                        .startRecorder(ctx, 0.5f);

停止录屏

 RecorderManager.getInstance(ctx)
                        .stopRecorder();
                        

效果视频: http://weibo.com/tv/v/Ej3QbovzH?fid=1034:2d6352468588100d72d33d0d1b9e45c1

androidscreenshareandcontrol's People

Contributors

android-notes avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.