We are done the material for the first test(s). We should discuss scheduling it.
HorseRacing2.zip Reads a JSON file
in the raw folder. Works with JSON Object and JSON Array.
Populates a spinner and display the information
corresponding to the user's choice. It also allows
for another "Intent" that displays a related
video on youtube. Note the Android Manifest
has been edited.
Travel Lab
Adapt the files found in Travel.zip. You can change things in the JSON
file but it must remain a JSON file. Also recall that Android wants all of the resource files
to be in lower case and should not start with numbers! Create an app that allows the user to
select an destination and then display the corresponding information and two images. Also
have a button that has an Intent that displays the corresponding youtube video. Submit the
zipped up "main" folder.
Five Guys Lab
Design an app to take a Five Guys order.
One set of radio buttons that allows the user to choose ONE meal from the choices
(hamburger, cheeseburger, bacon hamburger, bacon cheesburger)
A second set of radio buttons that allows the user to choose ONE level of doneness
from the choices (rare, medium rare, medium well, well)
A set of checkboxes that allow the user to choose ANY number of toppings from the
choices (mayo, lettuce, pickles, tomatoes, onions, mushrooms,
ketchup, mustard)
A single checkbox that allows the user to add fries to the meal
A button to enter the order
Display the user's choices
Determine and display the price. Hamburgers are 6.19, cheeseburgers
are 6.89, bacon hamburgers are 7.19, bacon cheese burgers are 7.89, and
fries are 3.79
Due: Feb. 22
Test 1A will be on Thursday, Feb. 22 and Test 1B will be on Tuesday Feb. 27