Examples for in-class demonstrations
This is a repo to show examples to show a class of software engineering students how stuff work.
appcompat_v7 Helper code for an Android implementation for an ActionBar when targeting Android API 7 or newer.
CodeParser Example Java application that parses parentheses ('(' or ')') and curly braces ('{' or '}'). This project includes an example of using JUnit to write unit tests. The source code and tests is located CodeParser\src\codeparser.
CourseManager Example Android app to provide a Course management system. The source code is located at CourseManager/src/com/example/coursemanager. The view declaration is located at CourseManager/res/layout.
DigiSec Ruby example of a digital secretary application. RTFM for Ruby on Rails. The user code is located at DigiSec/app. The project is pretty much empty.
RoundTipper Example Android app to calculate a whole number of dollars to tip based on tip history. The source code is located at RoundTipper/src/com/example/roundtipper. The view declaration is located at RoundTipper/res/layout and RoundTipper/res/menu.