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. Submit the
layout, Java, JSON and image files zipped up.
Hollow Nettle Lab
Adapt the files found in HollowNettle.zip. You can change things in the JSON
file but it must remain a JSON file. Recall, for instance, that Android wants all of the resource files
to be in lower case. Create an app that allows the user to select an item and then display the corresponding
information and image. Submit the layout, Java, JSON and image files zipped up.
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 diplay 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