An Android Eclipse project demonstrating Android Binder IPC framework with one-way services.
FibonacciAsyncBinderDemo is hosted in the following web site
https://github.com/twitter-university/FibonacciAsyncBinderDemo
If you think the Android project FibonacciAsyncBinderDemo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of FibonacciAsyncBinderDemo.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 17 |
Minimum SDK Version | 17 |
Activity Count | 1 |
FibonacciAsyncBinderDemo has the following Java source files.
com.marakana.android.fibonacciclient.FibonacciActivity.java com.marakana.android.fibonaccicommon.FibonacciRequest.java com.marakana.android.fibonaccicommon.FibonacciResponse.java com.marakana.android.fibonaccinative.FibLib.java com.marakana.android.fibonacciservice.FibonacciService.java com.marakana.android.fibonacciservice.IFibonacciServiceImpl.java