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.
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