Call and text for my grand father

The only problem I have with the messaging and kerneling program I created is how I can add a number to the program itself, that is, add a number instead of connecting to the mobile system itself.

Hello Mahyar,

You can use ContactPicker block to pick contacts from your phone.

component_set_get

http://ai2.appinventor.mit.edu/reference/components/social.html#ContactPicker

1 Like

If your mean to have a static contact list, than you can have dictionary(key="person_name", value="phone_number") to pick contact from, instead of getting from phone contact list.

1 Like

I do not understand

Either hard code the phone/sms number to call

or provide the information in a List of phone numbers and select the appropriate one using a ListView or ListPicker.

Does this example help Mahyar?

1 Like