Posts by Luis Violas • 53 points
2 posts
-
4
votes1
answer421
viewsQ: Send an SMS to one of the contacts
I have an app and at the end I wanted to send a msg to one of the user contacts about my application. var columnNumber = cursor.GetColumnIndex(ContactsContract.CommonDataKinds.Phone.Number);…
-
1
votes1
answer115
viewsQ: Store contact information on android Xamarin
void button_Click(object sender, EventArgs e) { //Create a new intent for choosing a contact var contactPickerIntent = new Intent(Intent.ActionPick,…