Chris Beauchamp
CpSc 481 - Mobile Development

This site hosts my projects for CpSc 481, a class for Mobile Development. We are focusing on Google's Android platform as well as Apple's iPhone environment. Projects will be posted as they are developed throughout the semester.

If any of you have questions about my code, just let me know (clemson email: cbeauch). A lot of my code has yet to be cleaned up or commented on, so it'll probably need some explaining.

 

SIGCSE Proposal (*Updated 5:34pm 10/15/08*)

 

iPhone uRunner Final Project




Assignment Last Updated More
Introduction
Utilizes a radio button, a text box, a drop-down list, and a check box. The text box is a 'tracer' which displays actions taken on the aforementioned elements.
09/01/08 @ 7:40pm Download
File I/O
A simple text editor, which lists available files, allows you to create and save new files or edit existing files. The two panes included are a file list and a text editor. Utilizes Android's File I/O.
09/10/08 @ 04:54pm Download
YouTube
An app that uses YouTube's API to search and browse videos. All of your searches are stored in an SQLite database, and are dynamically recalled to match your current search.
09/17/08 @ 04:04pm Learn More





Assignment Last Updated More
Introduction
This first assignment let me get a feel for the SDK and how to build interfaces. It includes a Hello World, as well as a basic-function calculator.
09/24/08 @ 4:02pm Learn More
SQLite Stopwatch
Lets you keep a timer, then saves the data into an SQLite database
10/01/08 @ 5:02pm Learn More
SQLite Stopwatch + History
Lets you keep a timer, then saves the data into an SQLite database
10/08/08 @ 5:21pm Learn More