Question: Using android studio Java Exercise 01 and 02 IDE: Java/Android Studio 3.0 Exercise 01: Enhancing the Simple Calculator App by adding the following Views: Student
Using android studio Java
Exercise 01 and 02

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
Get step-by-step solutions from verified subject matter experts
