Mobile Applications
MAD 2: Project 2 M4
Mobile-Apps
Mission: Task Management App Ordering elements in Firebase Realtime Database Firebase Realtime Database is a NoSQL style document store. It stores key-value pairs in a tree like structure similar to...
MAD 2: Project 2 M2
Mobile-Apps
Mission: A Task Management App Mission is a minimal task tracking application for Android. Mission’s philosophy is that a person should only be focused on three major tasks (missions) at...
MAD 2: Project 2 M1
Mobile-Apps
Mission Mission is a minimal task tracking application for Android. Mission’s philosophy is that a person should only be focused on three major tasks (missions) at once. Any other missions...
Advanced MAD: P1 M4
Mobile-Apps
Photo Editing Application My photo editing app allows users to apply pre-configured filters to images from the device’s library. Available filters include sepia, noir, vintage and chrome. Additionally, users can...
Advanced MAD: P1 M2
Mobile-Apps
I found some good documentation on image filters here. The implementation shown applies filters without the option of choosing parameters (such as intensity). I am considering implementing the intensity feature...
Advanced MAD: P1 M1
Mobile-Apps
Description A simple image editing app. The app will use the Core Image library to manipulate images with colors and filters. Depictions
Project 2: Milestone 4
Mobile-Apps
Resistor Calculator An app that calculates resistor values based on color codes Part 1 Part 2 (part 3 in class) I referenced the charts from this site as a guide...
Project 2: Milestone 2
Mobile-Apps
Here is a UI Mockup for my resistor value app. It has three tabs for three types of resistors and labelled color pickers to enter values. It’s interactive!
Project 2: Milestone 1
Mobile-Apps
An app to find resistor values based on their color code. https://www.allaboutcircuits.com/tools/resistor-color-code-calculator/
Project 1: Milestone 3
Mobile-Apps
Cirkit Milestone 1 Milestone 2 What went well The calculations were easy to implement. They consisted of basic laws of electricity which I found online. I wanted the UI to...
Project 1: Milestone 2
Mobile-Apps
Cirkit is a formula toolkit for electronics. Functionalities include calculating resistor combinations (series/parallel) and calculating resistors needed for LED’s. Each functionality has its own tab. Mockups Pseudo-code for functionality func...
Project 1: Milestone 1
Mobile-Apps
Description Cirkit is a productivity app aimed at users learning about basic circuits. The app provides information about resistor color codes and equivilant resistor values of resistor pairs in series...
My Swift Cheat Sheet
Mobile-Apps
Swift Notes Include numbers in text let apples = 3 let appleSummary = "I have \(apples) apples." Optionals An optional value either contains a value or contains nil to indicate...