Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have a list which have phone numbers, i want to make app when i select one list item app allows to dial that list item
Posted
Comments
Ganesh KP 7-Sep-13 6:21am    
Hi Himanshu, I think the two main activities that your app should do is first get the list of contacts and bind to the ListView and when click on the Listview a IntentService should be done to make a call or sms or some other external operation.

1 solution

Hi,
Please go thru this Link for retrieving contacts[^]

and this link for making calls on click on listview[^]

just customize it according 2 ur need and post your query if u need any more help.

Thanks
Ganesh
 
Share this answer
 

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