Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The homework problem is GPA calculator in Android Studio. Module 2 discusses many important techniques and concepts of Android. You are encouraged to read the

image text in transcribed

The homework problem is GPA calculator in Android Studio.

image text in transcribed
Module 2 discusses many important techniques and concepts of Android. You are encouraged to read the recommended reading list with focus on Layout, Resources, Manifest.xml, and Views. Try to use different views (Edit Text, TextView, and so on). You will notice that each view has its own attributes and many views share some of other attributes. This is due to the way they are implemented. Check view inheritance for more information. You should use this discussion board to share with us the best references that you read. Share with us problems, solutions, recommendations and thoughts while you are trying to solve the homework problem. Which part of Module 2 was the most challenging? Description: You need to create a GPA calculator that has the followings: At least five labels (textviews) and text fields that accepts grades for 5 courses. A button with a label "Compute GPA" A Label to display the GPA. The app should be called 'GPA_[your net id]_Calculator Select and assign an icon for the app. Your app should not accept empty fields Your app should display a red background if GPA less than 60, Yellow for 61-79, and Green for 80 to 100. The text on the compute button should be changed to clear form once click. Additional Challenges: When you start typing in the fields again after the first GPA calculation, change back the button text to show compute GPA. If an entry field doesn't have the right data make it read. Module 2 discusses many important techniques and concepts of Android. You are encouraged to read the recommended reading list with focus on Layout, Resources, Manifest.xml, and Views. Try to use different views (Edit Text, TextView, and so on). You will notice that each view has its own attributes and many views share some of other attributes. This is due to the way they are implemented. Check view inheritance for more information. You should use this discussion board to share with us the best references that you read. Share with us problems, solutions, recommendations and thoughts while you are trying to solve the homework problem. Which part of Module 2 was the most challenging? Description: You need to create a GPA calculator that has the followings: At least five labels (textviews) and text fields that accepts grades for 5 courses. A button with a label "Compute GPA" A Label to display the GPA. The app should be called 'GPA_[your net id]_Calculator Select and assign an icon for the app. Your app should not accept empty fields Your app should display a red background if GPA less than 60, Yellow for 61-79, and Green for 80 to 100. The text on the compute button should be changed to clear form once click. Additional Challenges: When you start typing in the fields again after the first GPA calculation, change back the button text to show compute GPA. If an entry field doesn't have the right data make it read

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Internals A Deep Dive Into How Distributed Data Systems Work

Authors: Alex Petrov

1st Edition

1492040347, 978-1492040347

More Books

Students also viewed these Databases questions

Question

Suppose f(x) = 1.5x2 for -1 Answered: 1 week ago

Answered: 1 week ago