tags:

views:

82

answers:

1

I am trying to using remote service in android.can anybody tell how and where to create aidl file in eclipse in android?

Thanks

A: 

You have lot of examples available for this topic.

1.You can refer to API Demos example where in they have implemented a Remote service

2.http://saigeethamn.blogspot.com/2009/09/android-developer-tutorial-part-9.html

Rahul