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 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