Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create an Android app that allows users to give a few inputs to generate a credit score report. The Input ( main ) activity simply

Create an Android app that allows users to give a few inputs to generate a credit score report. The Input (main) activity simply displays an input form as shown in the screenshot below, which allows the user to give inputs and click on the Get Credit Score button to display the second activity. The second activity generates a simple report based on the given inputs as shown in the screenshot below.
The input activity uses a set of text view, edit text (Use appropriate edit text such as number, date, etc), spinner or list view, button and radio buttons to allow the user to input . The second activity uses several text views and an image view to display the credit score report.
Use list view (for selecting a credit score) if your first name starts with a letter from A-M inclusive, otherwise (N-Z), use spinner controls for the same.
When the user clicks on the button Get Credit Score, the activity should display the credit score report. In the second activity credit score status will be displayed based on the credit score range selected in the input activity. (For the 740 to 799 credit score, the status will be Very Good Credit Score)
The second activity prints the age based on a given date of birth.
Hints:
Credit score values for list view or spinner object:
800 to 850
740 to 799
670 to 739
580 to 669
300 to 579
Credit score values with the credit score status:
800 to 850- Excellent Credit Score
740 to 799- Very Good Credit Score
670 to 739- Good Credit Score
580 to 669- Fair Credit Score
300 to 579- Poor Credit Score
Type of Inquiry Soft or Hard
If the credit score is 670 or above the message is You are eligible to apply for a loan otherwise (below 670) the message is You need to build a good credit score for a loan .

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

Students also viewed these Databases questions

Question

Defi ne the words anger and confl ict.

Answered: 1 week ago

Question

what will display on the console after the code executes

Answered: 1 week ago