Skip to content
Snippets Groups Projects
Commit d86350b5 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 922ed536
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ Make sure that at this point you can run the app, which should start in your ...@@ -93,7 +93,7 @@ Make sure that at this point you can run the app, which should start in your
hitting the "Back" button should take you back. hitting the "Back" button should take you back.
## Step 3: Build the URL Uploader controller ## Step 3: Build the URL Uploader controller
This controller will just allow the user to input a URL and description (through `TextField`s) and insert into This controller will just allow the user to input a URL, description (through `TextField`s), maybe a comma-separated "tags", and insert into
the database. A url and description can be inserted as follows: the database. A url and description can be inserted as follows:
``` ```
root.child("urls").childByAutoId().setValue(["name": "Meditation Sheep", root.child("urls").childByAutoId().setValue(["name": "Meditation Sheep",
...@@ -234,6 +234,7 @@ https://sedna.cs.umd.edu/436clips/vids/horses.mp4" ...@@ -234,6 +234,7 @@ https://sedna.cs.umd.edu/436clips/vids/horses.mp4"
max). max).
- I will build another small app that can be used to regenerate/reset the database. Link - I will build another small app that can be used to regenerate/reset the database. Link
will be here soon. will be here soon.
## Grading ## Grading
- 20 pts: general structure, w/ distinct view controllers for the main screen, the player, - 20 pts: general structure, w/ distinct view controllers for the main screen, the player,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment