[android-developers] How to test complex interfaces described by aidl?

2010-06-13 Thread mache
Hi, I am trying to figure out how to test services in android. The test class which is intented for testing services is 'ServiceTestCase'. The sample implementation which I have found so far are clear to me e.g. com.example.android.apis.app.LocalServiceTest. But I have problems to understand how

[android-developers] addProximityAlert() does not fire the Broadcast Intent

2010-05-28 Thread mache
Hello group, I read several posts and other resources but I don't find the answer or a solution for my problem. I try to program the addProximityAlert() API to get notified if the current position is near an area of interrest. But it seems that no alert willl be fired. According to this issue