teaching machines

Nogramming – Corey Schulz

For my nogramming assignment, I decided to do a mix of a crossword puzzle and a word search. So I guess it’s a word puzzle. There is a list of words and a crossword-like board. Of course, all of the words are related to mobile development. I’m guessing it can be solved in a lot […]

Persist :: Travis Boettcher

This was the worst assignment ever.  I’m tempted to leave my post mortem at that, but I really would like the credit for this.  I don’t know if I went about everything in exactly the wrong way or if I was just too ambitious, but this project took at least as long as the last […]

Nogramming: Jack Ferris

For this assignment, I thought it would be interesting to go through the history of my cell phones (7 of them) from the very first one I received to my current one.  Cell phones have seen dramatic changes and improvements in our lifetime and I thought it would be cool to look at the ones […]

UandI: Landon Burlingham

For my UandI app I created something where you could add your video game collection to a list. As you added them the list would update and show you your entire collection. You could choose a category, console and enter the name of the game and the name would appear in the list. Some of […]

U and I – Joe Simon

For my U and I project i decided to make a tip calculator app. The widgets I used are text views, spinners, a rating bar, an edit text, and buttons. To get started you select the amount of people you want to split the bill with, then select the percentage for the tip, and then […]

U and I :: Matthew Mitchell

For my U and I project I made an RGB color picker. I actually needed one of these for some web UI work I was doing, so it’s pretty cool that I was able to make one to my specifications. A few features of the app: There are 3 color sliders: R, G, and B. […]

Dave Moss: Persist

For this app I decided to make an app for keeping track of bank accounts.  The app allows you to add/delete accounts that you have and add transactions to those accounts or delete them.  The app updates the balance of each account based on the type of transactions they add to each account, and the […]

CS 491 Lecture 18 – Cordova

Before class A Before next class: Watch http://youtu.be/UgMQcJZC_Wc. Read http://docs.phonegap.com/en/2.2.0/cordova_camera_camera.md.html#Camera. B Before next class: Watch http://youtu.be/yQ8zge-CIFU. Read http://docs.phonegap.com/en/2.1.0/guide_plugin-development_index.md.html. In class Create a Cordova plugin that plays the RTTTL file. Your jQuery/jQuery Mobile-powered code can be dropped in assets/www in a Cordova project. A blank project named cordova_blank.zip is available on the class folder on the W: drive. You can […]

CS 491 Lecture 17 – jQuery Mobile

Before class A Before next class: Watch http://youtu.be/pzbrixFXqzQ. Read http://jquerymobile.com/test/docs/pages/index.html. B Before next class: Watch http://youtu.be/RtbDC3i_iVc. Read http://jquerymobile.com/test/docs/buttons/index.html. Read http://jquerymobile.com/test/docs/forms/index.html. Read http://jquerymobile.com/test/docs/lists/index.html. In class Our task this week is to write a web app ringtone melody generator. Today we will focus on the interface. Thursday we will look into playing back the ringtones. Read the RTTTL specification. Write […]

Thesaurize (Web APIs) – Andy Hurd

Thesaurize uses the thesaurus api provided by words.bighugelabs.com to retrieve synonyms of a word the user enters in.  The retrieved JSON is split into synonyms based on language construct.  So, any word the user inputs may retrieve synonyms when the word is used as a noun, verb, adjective, or adverb.  Once retrieved, only matching language construct […]

1 5 6 7 8 9 32