We need to start figuring out when Test 1 is going to be.
HorseRacing_json_kotlin.zip
Reads a JSON file and creates an array of objects from its contents.
It also starts a new Intent that points to a youtube video. The
zip file includes the AndroidMainfest file even though the app was
running successfully in emulation without any changes to the Manifest.
The code for granting access of an app to the Internet is
contained in the manifest -- but commented out.
Lab 8. Kid's Songs Use the resources in KidSong_f19.zip to design an app.
The app should read the JSON file. Then the song titles should be loaded into a spinner. When the user selects
a song, the corresponding length, image, and lyrics should be displayed. Furthermore there should be a button
that when clicked will lead to a new Intent with the corresponding youtube video.
Due: Feb. 17
Wednesday:
CheckboxHobby.zip Looping through a set of Checkboxes to see which are checked.
RGB_SeekBar_2_kotlin.zip Uses notion of parent and children to access the
TextView that corresponds to a given SeekBar.
Lab 9. 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 cheeseburger)
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