Home Answers Viewqa Mobile-Applications how do i make a phone call from my app without quitting my application

 
 


devon
how do i make a phone call from my app without quitting my application
0 Answer(s)      2 years and 3 months ago
Posted in : MobileApplications

hi,

I am working on creating a call application, i am making a call from my app through

NSURL *targetUrl = [NSURL URLWithString:@"tel:123456789"]; [[UIApplication sharedApplication] openURL:targetUrl];

but by these ,my application quits , i want my application to go to background and resume on call end ...please help...

regards

View Answers









Related Pages:
how do i make a phone call from my app without quitting my application
how do i make a phone call from my app without quitting my application  hi, I am working on creating a call application, i am making a call from my... quits , i want my application to go to background and resume on call end ...please
iPhone Make Call from App
iPhone Make Call from App  iPhone Make Call Programmatically I have created an application in iPhone that has the functionality to make Call from App. I am just wondering how to make a call programmatically... is there any
xcode make phone call
xcode make phone call  xcode make phone call - Our iPhone application required a feature to call over any given mobile or phone number. Just wondering how to enable this feature in my application. Though i have see
How to make phone call from web application
How to make phone call from web application  I'm creating an XHTML... to make call to a specific number when user clicks a particular button. Please suggest on how to do this. I'm new to this. Thanks in advance
How to launch my web application from my desktop without opening Netbeans IDE everytime i run the application?
How to launch my web application from my desktop without opening Netbeans IDE... for my previous question but i knw how to create JSP pages, I have completed my web application, now my question is how can i start my web application, wat i mean
How can I open my Java desktop app by clicking on its file?
How can I open my Java desktop app by clicking on its file?  How can I open my Java desktop app by clicking on the file it creates? This app creates... and make its text files save as "*.bsky" files. What must I do to make this *.bsky
rate my app iphone SDK
rate my app iphone SDK  How can i enable "Rate and Review Application" feature of my application on iTune
how to establish connection b/w java app and mobile phone
how to establish connection b/w java app and mobile phone  hello, my name is Dhanraj. i'm doing a project in my college. In that project we need to send SMS from our phone to a java application situated on a remote server
How can I to my database to my application
How can I to my database to my application  How can I to my database to my application   Hi, Please see the JDBC discussion thread. Thanks
How can I connect my database to my application ?
How can I connect my database to my application ?  How can I connect my database to my application?   Hi, You can use JDBC API to connect to database from your Java application. Here is the sample code to connect
How could I use Socket in my application?
How could I use Socket in my application?  I created an application dealing with the management of a supermarket using Hibernate and Swing. I found out today that I have to use also Socket and I don't know exactly what I could do
how to call the parent page from child without refreshing the parent and my parent window uses the master page
how to call the parent page from child without refreshing the parent and my parent window uses the master page   how to call the parent page from child without refreshing the parent and my parent window uses the master page
how to call the parent page from child without refreshing the parent and my parent window uses the master page
how to call the parent page from child without refreshing the parent and my parent window uses the master page   how to call the parent page from child without refreshing the parent and my parent window uses the master page
how to call the parent page from child without refreshing the parent and my parent window uses the master page
how to call the parent page from child without refreshing the parent and my parent window uses the master page   how to call the parent page from child without refreshing the parent and my parent window uses the master page
problem in creating create .ipa file in my iPhone app
problem in creating create .ipa file in my iPhone app  Hi, does anyone have idea on how to create a .create .ipa file for my iPhone / iPad application? Also do i need to delete the previous build to create .ipa file? Thanks
how do i use sql like query in my jsp page
how do i use sql like query in my jsp page  how do i use sql like query in my jsp page   Hi Friend, Try the following code: <%@ page..."); Statement st=con.createStatement(); ResultSet rs=st.executeQuery("select * from data
How to find latitude and longitude of my Mobile Phone?
How to find latitude and longitude of my Mobile Phone?  Hi, What is the best method to find the latitude and longitude of my current location in my Mobile Phone? Thanks   Hi, If your mobile Phone is GPS enabled
How can I protect my database password ?
How can I protect my database password ?   How can I protect my database password ? I'm writing a client-side java application that will access... in as plain text. What can I do to protect my passwords
how to call list objects as string into my sql query?
how to call list objects as string into my sql query?  how to call list data as string into my sql query so that i can retrieve all values from database? List has data retrieved from xml(using xmlSAXparser
Upload video app
Upload video app  Hi, How to create upload video application for smart mobile phones? I need the following features in the application: a) User should be able to take video from mobile phone b) User should be able upload
code for phone application
button, phone call should be made to that number. It should also allow user to view call log history from your application. It should also allow user to type...code for phone application  I wish to write a small android (or java
Hooking into the shutdown call - tutorial
into the shutdown call Last year, while I was trying out the jBoss EJB application... real programmers might ask you how to do these fancy tricks, and it's good...Hooking into the shutdown call 2001-02-28 The Java Specialists' Newsletter
how do i provide down a pdf document fecility on my web page using jsp and servlets?
how do i provide down a pdf document fecility on my web page using jsp and servlets?  Hai, I need a program to provide download option for pdf file on my web page,the pdf file contains retrieved data from mysql table. I need
details of my program - Java Beginners
from the registered list and give him the cost of his orders 2- we do the same...) days maybe we can give up from using array of oblect and make it as a usual array but it could make the program much longer note: i want to use the method
Some additions for my previous question - Java Beginners
of BigInteger class? 2) how do I create command line application that presents...Some additions for my previous question  This is the question I... into the overall code. Also I can't quite figure out how to write the code
how can i make a session invalidate in java when browser is closed
how can i make a session invalidate in java when browser is closed   how can i make a session invalidate in java when browser is closed   ... fixed inside the web.xml file.I want to do this like banking application i.e.
View the mysql querys by and my Php WebApp
by the mysql database. How can i do that ? Is there some script like phpmyadmin has that i can include in my app ? or can i install a software that will monitor every...View the mysql querys by and my Php WebApp  i need to debug a php web
HTTP GET or POST for my AJAX call
HTTP GET or POST for my AJAX call  hello, Should I use an HTTP GET or POST for my AJAX calls?   Hii, AJAX requests should use an HTTP... for a consistent web application architecture
I have problem in my Project
I have problem in my Project  Dear Sir, i have problem in my project about Jtable i have EDIT JButton whenevery i was click on edit he is display all data from database but i want to select any row
we make a picture as a background on my web pages
we make a picture as a background on my web pages  How do we make a picture as a background on my web pages
My Base Class is Changing every time in my code. How I can overcome this?
My Base Class is Changing every time in my code. How I can overcome this?  I have had the below question asked in interview, i'm curious to learn the answer. I have a base class, 'GeneratorBaseClass' that is extended
make trial application
make trial application  Hello java master, i want to ask something about make java application trial in one month or two month. how to combine my application and give a trial application. what i must to do? Can you give me
i want to create an icon on my desktop... with this i want to open my web application
i want to create an icon on my desktop... with this i want to open my web application  i want to create an icon on my desktop... with this i want to open my web application(automatically run my server... )how
how can i use toggle button in my application
how can i use toggle button in my application  i want a on/off toggle button by dragging left-right..not by pressing on button
making call
making call  Hi, Is it possible to make a call from application with out quitting application in iOS 4?   hello, this the code for call...:%@",phone_number]; NSURL *phoneURL = [[NSURL alloc] initWithString:phoneStr
I want to change my user name on your website ,how can i do this
I want to change my user name on your website ,how can i do this  I want to change my user name on your website ,how can i do this   You can create another account very easily with different username
web page for form registration to my department
web page for form registration to my department  I am creating web page for form registration to my department ..I have to Reprint the Application... the Application number and date of birth or Email Address . How to do the Post Action
how to call servlet from html page at anchor tag ?
how to call servlet from html page at anchor tag ?  I have a very different problem as i am using netbeans ide 6.9 ml to make a website in java... it is not working properly. I split and merge template. In the header part of my page i use
how to deploy struts2 app in Intellij idea
how to deploy struts2 app in Intellij idea  I have choosed idea as my ide, but till now i have used ant to make a build file. Manually i deployed... way to deploy web-app. like eclipse , if you select the project and clicked
how to deploy struts2 app in Intellij idea
how to deploy struts2 app in Intellij idea  I have choosed idea as my ide, but till now i have used ant to make a build file. Manually i deployed... way to deploy web-app. like eclipse , if you select the project and clicked
how to deploy struts2 app in Intellij idea
how to deploy struts2 app in Intellij idea  I have choosed idea as my ide, but till now i have used ant to make a build file. Manually i deployed... way to deploy web-app. like eclipse , if you select the project and clicked
how to deploy struts2 app in Intellij idea
how to deploy struts2 app in Intellij idea  I have choosed idea as my ide, but till now i have used ant to make a build file. Manually i deployed... way to deploy web-app. like eclipse , if you select the project and clicked
how to deploy struts2 app in Intellij idea
how to deploy struts2 app in Intellij idea  I have choosed idea as my ide, but till now i have used ant to make a build file. Manually i deployed... way to deploy web-app. like eclipse , if you select the project and clicked
how to deploy struts2 app in Intellij idea
how to deploy struts2 app in Intellij idea  I have choosed idea as my ide, but till now i have used ant to make a build file. Manually i deployed... way to deploy web-app. like eclipse , if you select the project and clicked
how to deploy struts2 app in Intellij idea
how to deploy struts2 app in Intellij idea  I have choosed idea as my ide, but till now i have used ant to make a build file. Manually i deployed... way to deploy web-app. like eclipse , if you select the project and clicked
how to deploy struts2 app in Intellij idea
how to deploy struts2 app in Intellij idea  I have choosed idea as my ide, but till now i have used ant to make a build file. Manually i deployed... way to deploy web-app. like eclipse , if you select the project and clicked
how to deploy struts2 app in Intellij idea
how to deploy struts2 app in Intellij idea  I have choosed idea as my ide, but till now i have used ant to make a build file. Manually i deployed... way to deploy web-app. like eclipse , if you select the project and clicked
interpreted as part of my document
interpreted as part of my document  How can I show HTML examples without them being interpreted as part of my document
interpreted as part of my document
interpreted as part of my document  How can I show HTML examples without them being interpreted as part of my document
special characters in my HTML
special characters in my HTML  How do I get special characters in my HTML