Questions tagged [android-binder]

Android's lightweight remote procedure call mechanism designed for high performance when performing in-process and cross-process calls.

While the term "binder" is somewhat generic, its most popular namesake is the Android-specific interprocess communication mechanism and remote method invocation system. It forms the basis for many of Android's core services.

The official documentation is here, and there is a collection of in-depth information at this wiki.

244 questions
0
votes
1 answer

Android Binder and its possibilities

I have a question related to Android's Binder component. When I use an Android App on the emulator is it possible to do a remote procedure call of a service that is offered by a running local server (written in java). Is the inter process…
Tobi Weißhaar
  • 1,617
  • 6
  • 26
  • 35
0
votes
1 answer

Binders Design Patterns in Android - Proxy,Mediator and Bridge Pattern?

I come from C Background and have knowledge on C++(at least I know virtual functions, INheritance, Code -reuse and some OOPS concept), But still I am having hard time understanding the Design Patterns in C++/Java.I guess Binders Design Patterns are …
Raulp
  • 7,758
  • 20
  • 93
  • 155
-1
votes
1 answer

My PostBuild Data in Github-Binder does not work. Instead of my CSV-Data, Binder shows HTML-Data in table form. What am I doing wrong?

I'd like do use a medium .CSV-file (200 MB) in a jupyter-notebook on mybinder.org, which is saved on g**gle-drive. I am following the description on https://the-turing-way.netlify.app/communication/binder/zero-to-binder.html#medium-public-files and…
Edo
  • 1
  • 3
-1
votes
1 answer

commands running on simulator not on android phone

I ran the ad shell on my simulator and executed the following commands:- cd /proc cd binder cat transaction_log But when i ran the adb shell on my android phone and ran the following commands cd /proc cd binder HERE I GOT AN ERROR SAYING CAN"T cd…
chiv
  • 165
  • 1
  • 2
  • 15
1 2 3
16
17