Excercise: SMS sending to multipe phones

• Program an application that does the following:

1. Display a text input field on the screen.
The instruction in the text field should say: Type a word :

2. Display a query field asking: "Send message to your 2 friends ? "

3. After pressing "ok" the application shall send an SMS to 2 other phones, with the
content: Greetings from: < result from the input field>

4. Display a pop up note stating : Messages sent

 

Example file: ex_sms_sending.py

Description: ex_sms_sending_descr.py

 

 

 

 

 

 

 

1.

2.

3.

 

Previous | Next | Menu     Copyright (c) 2006 Jurgen Scheible