teaching machines

CS 491 Lecture 10 – Rattle Part III

Agenda why wouldn’t it play? creating a custom adapter getting results from an Activity triggering a list update catching forgot-to-save adding a contextual menu writing out a ringtone Cleanup I’ve cleaned up a few things since last time. I added a Play button to the EditActivity, pushed the song-playing routine out to a Utilities class, […]

CS 491 Homework 2 – due before 10/19

See the PDF.

CS 491 Lecture 9 – Rattle Part II

Agenda add an edit Activity to Rattler sharing data across Activitys sharing global data across all Activitys update a database record writing a custom adapter playing a song speaking a song Editing Making a user-friendly UI for editing will take some work. Let’s just mock up an Activity that displays a song’s fields in some […]

borglimj hw1

I decided to make a quiz machine that is generated dynamically by the user. On the home page you can choose to add categories to your quiz.  Such as math, science, random questions.  You can create as many categories as you would like.  Whats your satisfied with the number of categories, its time to start […]

leggitns Homework 1 Post Mortem

I set out to create a sort of  quiz app of sorts with allowing users the ability for users to create their own questions and group them by categories as well as play preloaded quizzes.  Unfortunately, due to time constraints, or more appropriately, poor time management on my part, I was unable to implement any […]

kozuchaj hw1

I wrote a basic math flash cards application. The user is greeted with a menu screen with basic info about the program, and a button to start playing. I tried to implement a settings menu attached to this screen but I couldn’t get it to open at all. Once the use hits play they are […]

World’s hardest easiest quiz

This program takes a list of questions from the world’s easiest quiz that’s been floating around the Internet if you look around a bit.  Most questions are tricks, which is what makes it so fun!  Information is generally input and output through dialog boxes, and the program is started with a Wargames-esque button next to […]

Jahnke Homework 1, QQs

My question game is rather simple and quick. These questions are multiple choice questions. The question is asked both at the top of the screen and is briefly toasted to you. So you can see the question, and answer it as quickly as possible. While I did not create a timer, I imagined this to be […]

bischetw hw 1

The app I wrote is called Questionize. It’s basically just like everything else that’s been posted… at least 5 questions and such. For my app, if a user gets a question wrong, the user can retry, try again later, or skip the question entirely.  When the user is done with the game he or she […]

Quizzer (hw1)

               A super simple five question Quiz app. Only two classe were necessary, the QuestionDatabase class and the QuizzerActivity class. All scoring and display programming was done in the Activity class onCreate initialized the questions and score, and requested the GUI to display the first question updateScore figured out which radioButton was checked from the […]

1 24 25 26 27 28 32