Answered step by step
Verified Expert Solution
Question
1 Approved Answer
NB : ANDROID STUDIO HAS TO BE USED Annexure F: Formative Assessment 1 Question 1 [10 marks] Develop an Android app with a class called
NB : ANDROID STUDIO HAS TO BE USED
Annexure F: Formative Assessment 1 Question 1 [10 marks] Develop an Android app with a class called Account, which models a bank account of a customer, as shown in the class diagram below. Figure 1.1 Account Class alagram The methods credit(amount) and debit(amount) add or subtract the given amount to the balance. The method transferTo(anotherAccount, amount) transfers the given amount from this Account to the given anotherAccount. Chapter 9,10 , and 13 Learning outcomes: - Understand the theory of material design and the affects it has on the GUI. - Understand the impact that material design has on the layout of the user interface on elements placed on the same sheet. - Examine the correct requirements to implement certain needed elements as best practice on a sheet. Annexure F: Formative Assessment 1 Rubric Annexure F: Formative Assessment 1 Question 1 [10 marks] Develop an Android app with a class called Account, which models a bank account of a customer, as shown in the class diagram below. Figure 1.1 Account Class alagram The methods credit(amount) and debit(amount) add or subtract the given amount to the balance. The method transferTo(anotherAccount, amount) transfers the given amount from this Account to the given anotherAccount. Chapter 9,10 , and 13 Learning outcomes: - Understand the theory of material design and the affects it has on the GUI. - Understand the impact that material design has on the layout of the user interface on elements placed on the same sheet. - Examine the correct requirements to implement certain needed elements as best practice on a sheet. Annexure F: Formative Assessment 1 RubricStep 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