Implement a financial app for macquarie financial group

Assignment Help Computer Engineering
Reference no: EM131510373

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

Reference no: EM131510373

Questions Cloud

List and briefly explain rationale for using the practices : List and briefly explain the rationale for using the practices that you will adopt to ensure that the meeting proceeds smoothly and productively.
Identify the political pressure groups of government : identify the following elements of government: Government type, Political leader(s), Political pressure groups and Recent changes in governing rule.
Explain the possible reasons why you were not successful : Write: Address the following points in your journal reflection:Describe the learning situation.
Explain the three capabilities of creative organizations : Analyze how those capabilities take place in your organization and how collective creativity can be demonstrated in your chosen concentration
Implement a financial app for macquarie financial group : ISYS254 - Applications Modelling and Development - implement a financial app for Macquarie Financial Group to generate a quarterly summary report.
Share a current resource that connects to the content : Share a current resource that connects to the content of the chapters. Provide an overview of the resource and how/why it connects.
What did you learn from the irb training : What did you learn from the IRB Training? What was the relevance of the Tuskegee video and how did that impact how research is conducted today?
United states would result in : 1. Relative to free trade, a tariff on imports of wine into the United States would result in
Find example in external environment of analogous structures : Desmosomes, gap junctions, and tight junctions connect cells to one another. What examples can you find in your external environment of analogous structures.

Reviews

len1510373

5/27/2017 7:16:08 AM

Test Cases (out of 3) Tests range of values /1 Good coverage of features /0.5 Shows results (pass/fail) /0.5 Includes expected results /0.5 Clearly documented /0.5 Total /3.0 Assignment submitted online by deadline? (20% penalty per day) TOTAL IMPLEMENTATION /15.00 ISYS654 students Design altered? /1.0 Cumulative balance displayed? /2.0 All values rounded to two decimal places? /2.0 Total /5.0 Final /20.0 Scaled Out of 15 /15.0

len1510373

5/27/2017 7:16:00 AM

Design/Look/Feel of App (out of 5) Look/feel of the app (text/color/consistency) /1.0 Welcome Screen design (has heading, image, correct button) /1.0 Calculation Screen designs (has heading, correct options, correct button) Screen 1: invisible row, Screen 2,3: visible row /2.0 Output Screen design (has heading, correct options) /1.0 Total /5.0 Functionality of App (out of 7) Screen 1 works /1.0 Screen 2 works /1.0 Screen 3 works /2.0 Screen 4 works /2.0 Screen 5 works /1.0 Total /7.0

len1510373

5/27/2017 7:15:47 AM

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. 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.

len1510373

5/27/2017 7:15:35 AM

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.

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd