Click here to Skip to main content
16,019,272 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
After
importing com.codename1.ui.Display, in my program there is where i need
to make a call. So how do i use method void dial (String phoneNumber)
Posted
Comments
Richard MacCutchan 25-Jan-15 7:19am    
What does the documentation say?
Remaxx 25-Jan-15 8:12am    
let mi make an example with the method that capture photo from camera so that you can understand

String img = Capture.capturePhoto()

i want to call it like this method.
Richard MacCutchan 25-Jan-15 8:22am    
Sorry, but that tells us nothing. You need to provide much more detail about your problem, including any error messages that you see.
ZurdoDev 25-Jan-15 9:16am    
Then same thing, right?

Capture.dial(phoneNumber);

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900