COMP327 app for iPhone and iPad


4.0 ( 0 ratings )
Education
Developer: Cappuccinofreak
Free
Current version: 1.0, last update: 7 years ago
First release : 21 Jul 2011
App size: 0 Bytes

COMP327 is a teaser app that supports the COMP327 module in Mobile Computing, delivered within the Department of Computer Science at the University of Liverpool. Based around the assignments set to final year honours degree students, it provides information about the module, including the learning aims, topics covered, and material delivery. Three apps (embedded as tabs) are then provided as samples of the work done within this module:

* SketchMe - a simple drawing app which allows the user to paint on a view, change the pen size, colour, transparency (alpha), and store the image in the library, as well as using shake gestures to delete lines. This is used to teach the use of views, the MVC design pattern, and basic events;

* Browser - this downloads JSON data (corresponding to CS module details or degree programs) and presents the data to the user, through a navigation view and tables;

* TicTacToe - a noughts and crosses app that allows play between two users or an AI user on a board of size 3x3, 4x4 or 5x5.