Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please use kotlin as programing language again please use Kotlin as programing language The goal in this assignment is to create the initial screen for
please use kotlin as programing language again please use Kotlin as programing language
The goal in this assignment is to create the initial screen for your weather app. Right now, all values will be static. The result will be something like this: My Weather App St. Paul, MN 72 Feels like 78 Low 65 High 80 Humidity 100% Pressure 1023 hPa Requirements: Yo must use ConstraintLayout as the main view group Your activity must display all elements as seen above All string must be externalized to the strings.xml file 0 The application must compile and run in the Android emulator without modification. If it does not compile and run it cannot be graded and you will receive a 0 for the assignment. Variations: You may name the application whatever you want, it does not have to be My Weather App The title bar may be any color you like. . Point breakdown . 30 - All requirements met 5- Good coding style and formatting 5- proper use of Git branches Instructions 1. Create a git branch from main called assignment2 a. git checkout -b assignment2 2. Use the existing MainActivity and activity_main.xml files. 3. Change the string app_name to the name of your application. 4. Implement view 5. Commit your changes in git a. git add b. git commit -m Assignment 2" 6. Push your changes to GitHub a. git push origin assignment2 7. Create a pull request in GitHub for your branch assignment2 8. Submit a link to your pull request to D2L for Assignment 2
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