Location-Based Service
Class Info: Objects and Design (CS 2340)
Class Date: Summer 2004
Language: Smalltalk (Squeak)
Group?: Yes (4 members)
Completion Time: 6 weeks
Project Description
For this project, we implemented a location-based map service for PDAs. The application allowed users to post notes about points of interest near their current location. These notes were viewable to other users who were using the application in the same area since the program was networked. Displaying bus routes was another feature our application supported. Unfortunately, our program wasn't sophisticated enough to pull real-time bus data from some data source; instead, we just moved the bus on a timer. Finally, the program could approximate if it would be faster to walk or take the bus to get from the user's current position to a particular destination.
This was the capstone project for this class on Objects and Design. The programming language of the course was Smalltalk, the ultimate object oriented language. Our group had four members, and we had about six weeks to complete the project.
Responsibilities
I was responsible for everything GUI-related. This was a rather interesting GUI project because I had to figure out how to scale down our viewport from a typical 800x600 display to a view that would fit on a PDA. The screenshots show the result of my work.






