Possible Duplicate:
Doing a phone call in LWUIT
I have created text field with phone number.How do i make a call when call button is clicked?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use following one for make a call from your application,
(Or)
If your TextField in MIDlet class, you can use like this.
Both are works fine.