I want to add sms sending feature in my app and also want option in which user can select the contacts from the contact list directly from the application. Is there way that contact list can be integrated with my application.

Thanks

link|improve this question

possible duplicate of Send SMS in android – Brad Larson Jul 29 '11 at 18:23
feedback

2 Answers

up vote 2 down vote accepted

And here is a Tutorial Showing step by step how to send SMS from an Android App.

http://mobiforge.com/developing/story/sms-messaging-android

Hope Androider's and my answer complets your answer!

link|improve this answer
thank man...this was the thing I was looking for.. – kaibuki Jul 29 '11 at 9:47
Welcome. Am glad it solves your problem! – Shaunak Jul 29 '11 at 17:24
feedback

Here's a link with info how to get the contacts loaded into your app: http://developer.android.com/guide/topics/providers/content-providers.html

Hope this is what you're looking for.

link|improve this answer
thanks it helped!! – kaibuki Jul 29 '11 at 9:46
a vote up or marked answer would be nice :) – Androider Jul 29 '11 at 9:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.