Answered step by step
Verified Expert Solution
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 AM inclusive, otherwise NZ 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 to 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:
to
to
to
to
to
Credit score values with the credit score status:
to Excellent Credit Score
to Very Good Credit Score
to Good Credit Score
to Fair Credit Score
to Poor Credit Score
Type of Inquiry Soft or Hard
If the credit score is or above the message is You are eligible to apply for a loan otherwise below 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
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