teaching machines

Sudoku Free

        The app I am reviewing is “Sudoku Free.” I am using an emulator to run the program, but if I actually owned an Android phone I’m sure this would be one of my first programs as I am a huge fan of Sudoku. The app’s website is “genina.com,” which has also created a […]

UltraBlast SE by RetroFlux

UltraBlast SE by RetroFlux http://ultrablast.net/ Platform : ios (Apple) There really is no ‘tutorial” section… the user just dives right in and starts shooting. The gun is auto-fire, and movement is via relative touch with the ability to change from two weapon types with a tap from the finger. The enemies are rather dumb, but […]

CS 145 Lab 3

Our variables aren’t just simple numbers anymore. We’ve got complex objects like String and Scanner at our disposal. Today we’ll give you some more practice at using objects that others have made available. Reminder Be sure to get your checkpoints from lab 2 checked off in the first 20 minutes of this lab. They should […]

CS 145 Lecture 3

Agenda String Scanner objects vs. primitives methods vs. operators a bunch of common String methods KML Code StringFun.java package lecture; import java.util.Scanner; public class StringFun { public static void main(String[] args) { char letter = ‘a’; String alphabet = “abcdefghijklmnopqrstuvwxyz”; int sizeOfAlphabet = alphabet.length(); System.out.println(sizeOfAlphabet); Scanner in = new Scanner(System.in); // System.out.println(“Enter something, NOW: “); […]

CS491 – Homework 0 – Android Task/Todo List

Name: Android Task/Todo List The purpost of this app is to keep track of items that are “todo”. Adding items to your list is fairly simple – at the bottom of every screen is a text field where you can enter a new item. Next to the field is a ‘+’ button that actually adds […]

CS 491: Homework 0 – ezenagec – FL Studio Mobile

FL Studio Mobile | Getting Started http://www.image-line.com/documents/flstudiomobile.html One thing that I’ve really into is making and composing music. Since i was 5 or so, I took piano lessons and then in 5th grade, I started playing trumpet for the school band up until my sophomore year of high school. So since 8th grade, I’ve been […]

Name Generator

I borrowed my friend’s android for this assignment, and ended up picking the free Pornstar name generator app, created by a Jeremy Guo. Don’t worry, despite the name, this app is completely harmless. There is absolutely nothing graphic about the application (it really is almost all text, and three option buttons). How do new users […]

CS 491 homework zero

  Well, since I don’t have an actual android device I had to go with one of the stock apps on the virtual android 2.1 device.  So I choose the illustrious alarm clock. How do you users learn to use this app? User learn this application simply by doing.  It is small enough that no instructions are needed to […]

Calculator STOCK homework0

The name of the app I’m doing a critique of is the Calculator stock app.       . It’s got the basic functionality of a simple calculator but not much more.  Learning to use the calculator is basically intuitive.  To get to a menu with a caret for power for exclamation for factorial, one simply […]

CS 491: Homework 0 – Sir Sampleton

App Name: Sir Sampleton Developer: SOFTOFT TECHECH Available for iOS devices on the App Store for for $2.99. The Gist Sir Sampleton is an easy-to-use musical sampling keyboard application available for iOS devices. If you want to record your cat meowing and then play it back to the tune of “O Canada” over a lo-fi hip-hop beat, […]

1 227 228 229 230 231 232