Answered step by step
Verified Expert Solution
Question
1 Approved Answer
using android studio and fragment, intent ! IDE: Java/Android Studio 3.0 Exercise 01: Enhancing the simple Calculator App by adding the following Views: Student Loan
using android studio and fragment, intent !
IDE: Java/Android Studio 3.0 Exercise 01: Enhancing the simple Calculator App by adding the following Views: Student Loan Calculator APP Enter Loan amount here CALCULATE Enter Loan duration here Enter Rate of interest here Total loan amount with interest is displayed here Add the following to the above App which has already been built: A) When user clicks the Calculate button, then it should show AlertDialog having button Yes and No. If user decides for Yes, then total loan amount should be displayed. B) Also display the Loan Amount and Interest in Toast also. C) For loan duration, add a spinner control instead. Values in the spinner control should be from 1 to 5 years D) Rate of Interest view should be replaced with Radio button group having three radio buttons for the rate of interest - 2.0%, 2.5% and 3.0% E) Add another control Date picker for Start Date. Exercise 02: WIP-it will be based on fragments and Intents IDE: Java/Android Studio 3.0 Exercise 01: Enhancing the simple Calculator App by adding the following Views: Student Loan Calculator APP Enter Loan amount here CALCULATE Enter Loan duration here Enter Rate of interest here Total loan amount with interest is displayed here Add the following to the above App which has already been built: A) When user clicks the Calculate button, then it should show AlertDialog having button Yes and No. If user decides for Yes, then total loan amount should be displayed. B) Also display the Loan Amount and Interest in Toast also. C) For loan duration, add a spinner control instead. Values in the spinner control should be from 1 to 5 years D) Rate of Interest view should be replaced with Radio button group having three radio buttons for the rate of interest - 2.0%, 2.5% and 3.0% E) Add another control Date picker for Start Date. Exercise 02: WIP-it will be based on fragments and Intents
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