Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I Need Help With This Lab Intro To Mobile App We Are Using Andriod Studio To Complete This Assignment. You Will Be Picking A Team
I Need Help With This Lab Intro To Mobile App We Are Using Andriod Studio To Complete This Assignment. You Will Be Picking A Team From A Dropdown List And When You Pick The Team It Will Display Information On How Many Games They Won And Lost This Year And Conference There In.
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)
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