Top "Android-binder" questions

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

What are the IPC mechanisms available in the Android OS?

Will any one please tell me what are all the IPC mechanisms that are present in Android. To my knowledge …

android android-intent ipc android-bundle android-binder
How to Create a android native service and use binder to communicate with it?

My basic task is to create a native service in android and then write a simple native program to test …

android c++ android-service android-binder
Android java binder FAILED BINDER TRANSACTION?

I am trying to download an image from service and display it in activity but I keep getting java binder …

android android-binder
Android Local Service Sample, bindservice(), and ServiceConnection()

I have a question which is related to this question that was asked by @mnish about a year ago. Please …

android android-service stub android-binder
What are strong pointers and weak pointers

I am confused with the notion of "strong pointer" and "weak pointer". Diane Hackborn herself said that: The object will …

c android-source android-binder
Android Binder Example

I am looking for simple binder IPC example in C/C++. Recently I started reading about the Android Binder basic (…

android android-binder
Android: trouble with bindService() -> service is null

I'm having a problem with binding service to an activity. I get playing_service==null. I can't find what I'm …

android android-service android-binder
Binder transaction failing in android

Possible Duplicate: Failed Binder Transaction when returning camera image What are the chances of binder transaction failing in android stack? …

java android android-activity android-binder
How can a remote Service send messages to a bound Activity?

I've read the documentation about Bound Services, where it is shown that you can easily communicate through Messages from an …

android android-service ipc android-binder