GithubHelp home page GithubHelp logo

reallin / aidlpool Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 521 KB

AIDL在进程间通信很实用,但如果进程太多,重复地新建多个Service也不合适。使用AIDL池来实现一个池创建多个AIDL连接。

License: Apache License 2.0

Java 100.00%

aidlpool's Introduction

AIDLPool

AIDL在进程间通信很实用,但如果进程太多,重复地新建多个Service也不合适。使用AIDL池来实现一个池创建多个AIDL连接。

使用类的介绍

  • poolBinder:一个单例,实现Binder的选择创建。
  • mainActivity:客户端。模拟访问服务 。
  • AidlManagerService:服务端。是在一个新进程中。模拟不同进程。
  • addManager,plusManager:不同的后台服务,模拟多个进程。
  • 各个aidl:不用多讲,为了生成aidl实例。

aidlpool's People

Contributors

reallin avatar

Watchers

 avatar  avatar

Forkers

msdgwzhy6

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.