Archive for 'Phone Calls'

Learn to Stop Worrying and Love the Singleton

Posted on 28. Jan, 2011 by .

0

Enterprise applications and mobile applications have quite different requirements. Starting an enterprise application is just something you do once before it continue running for months or years. On the other side of the spectrum most mobile applications seldom runs for more than minutes, run by a bored users standing in line or riding the bus. This means that a mobile application must start in an instant, whereas starting and enterprise application may take as long as it takes.

Continue Reading

Recognize Incoming Phone Calls

Posted on 07. Jul, 2010 by .

0

In this tut you will learn how to recognize on incoming PhoneCalls by using a PhoneStateIntentReceiver.

Continue Reading