teaching machines

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. […]