CS 683 Emerging Technologies
Fall Semester, 2005
Assignment 3
© 2005, All Rights Reserved, SDSU & Roger Whitney
San Diego State University -- This page last updated 11/1/05
Due Nov 15
Phone list. Develop and python program for the cell phone to keep track of phone numbers of individuals. Each person has two names: first and family name. A user needs to be able to enter names and phone numbers. A user can have a land line and a mobile phone. A user will want to view the list of names ordered by first name or family name. The user would also like to enter part of a last name and see a list of names that match. When a user selects a name, they will see the number and have the option of calling that number or sending an SMS message to them. The data needs to be stored in persistent storage. While the simulator does not sent SMS messages nor make phone calls, the program should be able to do these if ran on a cell phone.