[android-developers] Answer Call with special message?

2009-03-03 Thread John Bohumil
Is it possible to develop an Android app that would answer an incoming call and play a recorded message to the calling party without the phone ringing?For example, if a specific caller called during certain hours play a message asking them to call a different number during those hours. In a

[android-developers] Re: When does my thread die?

2009-01-23 Thread John Bohumil
Finally, for something like a countdown timer, you really might want to consider using the alarm manager so you don't need to keep your app running at all while it is in the background. That is the kind of thing a well behaving Android app will do. To be able to show the remaining time if

[android-developers] Problem with onTouchEvent

2009-01-20 Thread John Bohumil
I'm trying to intercept onTouchEvent and use the movement to set the number of seconds on a simple timer. The idea is that if you touch your finger on the screen and move left or right, up or down the counter will move higher or lower. My code works but for some reason the increments are not