How to implement switchHoldingandActive in android - android

I am developing one application in android..In that i am able to overriding the incoming call screen but now i want to implement SwitchingHoldandActive(). If u have any ideas and suggestions please post it here

Related

How to create an android app that close on shake events?

I want to create an app that which get close whenever the device shakes. Can anyone explain how to do that?
I have an idea that it requires to create a service that runs in background, but I am struggling with actual coding and don't know how to do it.

How can I create Outgoing call handling dialer in android?

I want to create Phone dialer in android .
Purpose is handling out going call event .
I have found many dialer in android but no one is working like this.For dialing purpose they are sending event to native android dialer . I want to make call through my dialer and disconnect with it also .
Please any one having any idea about it ,please let me know.

How to make full screen caller id in android?

I Want to develop Full Screen caller application with Caller details and accept call and ignore button how to achieve this? .I searched a lot but i'm not able to find solution or any reference, so anyone can lead or help me or any reference it would be helpful for me, thanks in advance happy coding.
I'm not going to give you ready-made code even though I could probably dig into my own and do it. You said you searched a lot but if this were true, you'd have found many references to articles and docs such as these.
Get contact data from number
Take control of calls programmatically
Detect incoming calls
Interesting considerations for incoming calls
That should get you started. But it should go someting like this: Register that you want to be notified when incoming calls are received. On that notification you receive launch your own activity that takes control of the calls programmatically (button to dismiss, button to accept?). That screen can show whatever you want, beit the contact information you retrieved from the phone number, a photo, etc.

Skype Call Listener For Android

I'm implementing a streaming radio application on android . The stream must stop when a call comes to the phone or a call is in progress .I have implemented for normal calls (phone calls) but cannot find a proper solution for VOIP calls.If possible I want it to implement it to Viber calls also . Please help !
I think you should listen and monitor ports that use these protocols..
http://en.wikipedia.org/wiki/Voice_over_IP#Protocols

android show incoming call dialog

Is it possible to make android show the incoming call dialog. Like forcing a PHONE_STATE_RINGING.
Im not sure if it is possible, but there are a few applicaiton out there which mimick this, creating a fake call.
Take a look at Fake call in android
android incoming call screen

Categories

Resources