teaching machines

Cameron Bjorklund -NoGramming

For my “NoGramming Assignment” I have decided to present a small collection of haikus (inspired by Dr. Johnson).   –Enjoy!   Machines learn from me they cannot do it alone I am thier ruler   Java is my friend it hides most of the hard stuff ignorance is bliss   Mobile computing a new age of […]

UandI: Dan Zirnhelt

I decided to make a sort of calendar app. It brings you to a screen where you can either view or creat events. When you create an event it will ask you the name, description and time. It sends back this even and displays it in a ListView. you can then create another one if […]

CS 491 Lecture 9 – Web services and backgrounding

Before class A Before next class: Watch http://youtu.be/7etGy5NMASQ. Read http://www.json.org/fatfree.html. B Before next class: Watch http://youtu.be/nR-I8TG9mdE. Read http://techtej.blogspot.com/2011/02/android-passing-data-between-main.html. (This post offers some background on how Handlers work. There’s little narrative in the official Android documentation. Note that the UI thread already has a Looper; we need only create a Handler.) In class Continue on your task from Tuesday, […]

CS 491 Lecture 8 – Animations and Databases

Before class A Before class, please do the following: Watch http://youtu.be/GTz5xhG6haU. Read the non-technical http://android-developers.blogspot.com/2010/03/speech-input-api-for-android.html. B Before class, please do the following: Watch http://youtu.be/AxEzQ_EApkU. Read http://developer.android.com/guide/topics/data/data-storage.html#db. In class With your partner, construct an app that: Creates a database with a user table. (Don’t worry about dynamically inserting new accounts for now.) Stores usernames and passwords in the table. […]

CS 491 Lecture 7 – Preferences

Before class A Before next class: Watch http://youtu.be/yBFAtOQv8kg. Read http://developer.android.com/guide/topics/ui/settings.html. Feel free to skip Using Preference Fragments, Using Preference Headers, and Building a Custom Preference. B Before next class: Watch http://youtu.be/bPSJ0GLDWuE. Read sections Storage Options and Using Shared Preferences in http://developer.android.com/guide/topics/data/data-storage.html. In class Continue with the gallery viewer from Tuesday. Ask questions! Add a CheckBoxPreference to your app […]

CS 491 Lecture 6 – ListView and Adapters

Before class A Before our next class: Watch http://youtu.be/SA2VfGmsbOs. Read sections 1 and 3 of http://www.vogella.com/articles/AndroidListView/article.html. (Your partner’s working on 2.) Here’s a brief outline of the video’s contents: A need for series data widgets Several: ListView, GridView, Spinner Create a String array TextToSpeech onItemClick to speak onLongItemClick to delete addHeaderView creating a TextView programmatically B Before […]

UandI – Morrissp

This app is made to be an order form and log book. I used buttons, Textviews’ for labels, Edittexts’ for inputs, and also included a set of radio buttons. For my main activity i used a vertical linear layout with many horizontal linear layouts on it, which was simple and easy but tedious. I included […]

U and I – Corey Schulz

My app is a simple color picker. The main activity has three input boxes for red, green, and blue values. After the text is submitted (the enter key), the background updates to be the resulting color.                 There is also a “Full Screen” button that starts an activity […]

U and I -Cameron Bjorklund

  For the U and I assignment I have created an app that will aid in counting your Cribbage hand. For those of you un-familiar with the card game Cribbage, there is a point in the game where you end up with a “5 card hand” (4 cards in your hand but a special card […]

U And I:: Adam King

Are you tired of having TOO many paint tools at your disposal?  Do you scoff at the mention of Fireworks, Photoshop, or Flash?  Do you wish you could revert back to the days of fingerpainting?  There’s an app for that.  Introducing Paint–™. I wanted to write a paint app as a way to work with […]

1 10 11 12 13 14 32