Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I Am In Intro To Mobile App Development We Use Android Studio I Need Help With This Assignment Objectives In this week's lab you will
I Am In Intro To Mobile App Development We Use Android Studio I Need Help With This Assignment
CSCI 343: Lab 3 NFL Activities Please make sure you create a new project before you start working and save your files in it for easier reference later and to keep your work organized Objectives In this week's lab you will learn about . Using the Spinner widget Multiple Activities Intents Program Specification For this lab, we will be creating a NFL Championship app that has the following: 1. Use a Spinner to provide the user with option to pick from the names of all of the teams that made it to the AFC and NFC championship games. When the user selects one, your app should display some text about that team, as well as. text indicating how that particular team fared this year 2. You will create one additional Activity that will be used to display information about the selected NFL. team, so you will need to pass the selected team name from the Main Activity to a second Activity, which will then, based on the team name, display the appropriate team's infomation The NFL Champiceship results: AFC Championship game .Kansas City Chiefs New England Patriots (winner of AFC Championship and Superbowl) NFC Championship game .New Orleans Saints Los Angeles Rams (winner) Files needed for this lab: Lab03.ip The sounce code mast be indented properly and contain comments that describe impoetant parts of the algorithm. The use of proper indentation is considered good peogramming styk, and you are expecte to use good programming style. CSCI 343: Lab 3 NFL Activities Please make sure you create a new project before you start working and save your files in it for easier reference later and to keep your work organized Objectives In this week's lab you will learn about . Using the Spinner widget Multiple Activities Intents Program Specification For this lab, we will be creating a NFL Championship app that has the following: 1. Use a Spinner to provide the user with option to pick from the names of all of the teams that made it to the AFC and NFC championship games. When the user selects one, your app should display some text about that team, as well as. text indicating how that particular team fared this year 2. You will create one additional Activity that will be used to display information about the selected NFL. team, so you will need to pass the selected team name from the Main Activity to a second Activity, which will then, based on the team name, display the appropriate team's infomation The NFL Champiceship results: AFC Championship game .Kansas City Chiefs New England Patriots (winner of AFC Championship and Superbowl) NFC Championship game .New Orleans Saints Los Angeles Rams (winner) Files needed for this lab: Lab03.ip The sounce code mast be indented properly and contain comments that describe impoetant parts of the algorithm. The use of proper indentation is considered good peogramming styk, and you are expecte to use good programming style Objectives
In this week's lab you will learn about
Using the Spinner widget
Multiple Activities
Intents
Program Specification
For this lab, we will be creating a NFL Championship app that has the following:
1. Use a Spinner to provide the user with option to pick from the names of all of the teams that made it to the AFC and NFC championship games. When the user selects one, your app should display some text about that team, as well as, text indicating how that particular team fared this year.
2. You will create one additional Activity that will be used to display information about the selected NFL team, so you will need to pass the selected team name from the Main Activity to a second Activity, which will then, based on the team name, display the appropriate teams information.
The NFL Championship results: AFC Championship game:
Kansas City Chiefs
New England Patriots (winner of AFC Championship and Superbowl) NFC Championship game:
New Orleans Saints
Los Angeles Rams (winner)
Files needed for this lab:
Lab03.zip
The source code must be indented properly and contain comments that describe important parts of the algorithm. The use of proper indentation is considered good programming style, and you are expected to use good programming style.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started