Iys254 - applications modelling and development -


Learning Activities:

Implement a software design in code.

Test and demonstrate the implemented solution

Problem statement for the assignment

You are required to implement a financial app for Macquarie Financial Group to generate a quarterly summary report. Since it is a prototype model for the first quarter, you are required to implement the app for sales from January-March.

Components of different screens:

• Welcome screen - components:
- Welcome message.
- A small image must also be displayed on the screen.
- Below the image, there has to be a button, that when clicked, takes you to the next screen
• Screen 1: Sales in January - components:
- Screen heading: January
- User Input: User enters the amount. Entry must accept decimal values
- Tax: Tax is 7% of user input
- Costs: Costs are 3% of user input
- Balance: User Input - Tax- Costs
- Customized button that has the value "Click here for February", that when clicked, takes you to the next screen
• Screen 2: Sales in February-components:
- Screen heading: February
- Previous Month Balance: Balance from January
- User Input: User enters the amount. Entry must accept decimal values
- Tax: Tax is 6% of user input
- Costs: Costs are 4% of user input
- Balance: User Input - Tax- Costs
- Customized button that has the value "Click here for March", that when clicked, takes you to the next screen
• Screen 3: Sales in March-components:
- Screen heading: March
- Previous Month Balance: Balance from February
- User Input: User enters the amount. Entry must accept decimal values
- Tax: Tax is 8% of user input
- Costs: Costs are 2% of user input
- Balance: User Input - Tax- Costs
- Customized button that has the value "Click here for Summary", that when clicked, takes you to the next screen
• Summary Screen:
- Screen heading: Summary Screen
- Total User Input: Input from Screen 1+ Screen 2+ Screen 3
- Total Taxes: Taxes from Screen 1+ Screen 2+ Screen 3
- Total Costs: Costs from Screen 1+ Screen 2+ Screen 3
- Total Balance: Balance from Screen 1+ Screen 2+ Screen 3

Specifications

Extend the specifications above, to include the following:

In Screen 2 and 3, you will have to display not just previous month balance, but also cumulative balance thus far. You will have to change the design to include that. Also, the final results must be rounded off to two decimal places

Things to note:
- The basic design of the app is provided. If necessary, you are allowed to alter the design to help you make the app work. You are not allowed to add extra screens. However, if you want to add extra details on the screen, that is acceptable.
- Only a basic template is provided. You are expected to change the app look & feel.
- The application should work without crashing and must display the right output.

What to submit for Assignment 2 - Part II?
- Compress the application folder (as a zip file) and submit online by the deadline specified. Late submissions will incur penalty
- Two test cases to be printed out and handed to the tutor in workshops in Week-13.

Submission and Marking:
- In Week-13 workshop, print out two coversheets,- one for each member of the group, and hand it out to the tutor along with your test cases.
- It will be an in-class marking where tutors will go around the class marking the submissions.
- When tutors get to your computer, you need to download the submission, add it to your android workspace folder, under your student ID folder and unzip it.
- Use Android Studio to open the application.
- You will not be given any second chances. Please practice this, if you are unsure how to run the application on the lab computers. A guide will be released in the assignment folder that will contain snapshots to help you with the process.
- You will not be allowed to use your laptop to present.

Attachment:- template.rar

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Iys254 - applications modelling and development -
Reference No:- TGS02305930

Expected delivery within 24 Hours