Mobile Device Software
Justin Thor Reid
Spring 2009, CPSC 481-5
Course website
|
Applications
Life V1.zip
Life V1/
Date added: 1-15-09
Uses thread and drawing functions to continously update the screen. The program attempts to play out Conway's Game of Life starting with "Hello World" as the inital pattern.
|
 |
Trains.zip
Trains/
Date added: 1-22-09
Uses two activities and intents to switch between them. Calculates the answer to the common "If train A leaves the station at X mph, and Train B leave the same station at Y mph, Z mins later, when will they meet?" This application uses prefrences to send variables from one activity to the other.
|
 |
Trains2.zip
Trains2/
Date added: 1-29-09
Modifyed version of the original trains (above). This version uses a bundle to pass variables between activities, and alert dialogs to display the results. In addition is saves and loads values between uses.
|
 |
CustomContacts.zip
CustomContacts/
Date added: 2-17-09
A custom contacts list app designed specifically to meet the requirements of asignments 3 AND 4. It reads from the contacts list provider (with phone numbers and names), and from a second list that you are allowed too add to. You can prevent ('delete') contacts from displaying on your custom list, and you can call people directly from this list. It uses SQLite to handle the lists, and composes of 3 activities. It has one small memory flaw, deleting an added contact dosn't actually remove it from the database. Undeleting, however, does delete from the database, so the only problem is that ADDED contacts remain forever.
|
 |
eClick.rar
Date added: 4-27-09
eCick project designed to demonstrate the possibility of developing a more advanced iClicker application for use here at Clemson.
|
 |
|