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 it. lets say I want to write a simple service which return me sum of two integers. I have to use binders to talk to it from the program, I have tried to google around but I can't find a precise example. I need to know how to create a native service and find it in the program and if needed in Java also. 回答1: If you're creating a normal Android application using the NDK, you can't use Binder