Develop an app which allows users to keep records

Assignment Help JAVA Programming
Reference no: EM131239379 , Length: word count:3000

Task 2 consists of a code package and a report explaining the design of the app. Submit your code via GitHub or BitBucket, and your report to Blackboard Task 2. Please follow the submission instructions on Blackboard.

The assignment will be marked out of a total of 100 marks and forms 40% of the total assessment for the course. ALL reports will be checked for plagiarism by SafeAssign system provided by Blackboard automatically, and all code packages will be checked by Moss (Measure Of Software Similarity).

Refer to your Course Outline or the Course Web Site for a copy of the "Student Misconduct, Plagiarism and Collusion" guidelines.

Assignment submission extensions will only be made using the official Faculty of Arts, Business and Law Guidelines.

Requests for an extension to an assignment MUST be made to the course coordinator prior to the date of submission and requests made on the day of submission or after the submission date will only be considered in exceptional circumstances.

Case Study: Trip Logger

A startup company plans to develop an app which allows users to keep records of their personal trips. The requirements for the app are listed as follows:

1. When a user opens the app, the main user interface appears, which includes the following items:
a. A list of past trips is shown. For each trip item, its title, date, and destination are displayed.
b. Two buttons are displayed at the top of the screen: Log and Settings.

2. When the user clicks a trip item, its details will be displayed in a new UI. The following items should be displayed:
a. Title, Date, Trip Type, Destination, Duration, Comment, Photo.
b. The change should be saved when a user leaves this UI, and the main UI should be refreshed to show the change.
c. A button to delete this record. Deletion should bring the app to the refreshed main UI.
d. A button to show the saved GPS location in Google Map (in a new window).

3. When the user clicks the button "Log" in the main UI, a new UI appears to allow the user to log a new trip. The following items should be displayed:
a. Title, Date, Trip Type, Destination, Duration, Comment, Photo. Trip Type should be confined to the categories of Work/Personal/Commute.
b. The photo item allows the user to take a picture with the camera.
c. The current GPS location is inserted into an un-editable field automatically.
d. A button to save this record, and a button to cancel. Either button will bring the app to the refreshed main UI.
e. The change should also be saved when a user leaves this UI.

4. When the user clicks the button "Settings" in the main UI, a new UI appears to set up the user profile. The following items should be displayed:
a. Name, ID, email, gender, comment.
b. All setting modifications should be saved automatically.
c. Put your Name, student ID, and email as the default value in Name, ID, and email field. You can optionally provide a comment about the course in the comment field.

General implementation requirements:
- Use fragments for UI. Failure to do so will cause a penalty of 4 marks for each activity.
- Save data with SQLite. Failure to do so will cause a penalty of 5 marks.

You also need to prepare a report to explain your design of the app. The following contents are required:
1. MVC diagrams for each UI. There should be 4 MVC diagrams for 4 key activities. The diagram for Google Map Activity is not required.
2. Database schema design. There should be at least two tables, one for Trip, and one for Settings.
3. A final section of 'Reflections'. In this part, discuss any difficulties you had implementing the program and how you solved those difficulties. Reflect on how the development process went for you, what you learnt, and what you might do differently next time.


Code Package Format
The code implementation should be with Android Studio.

Host your code in GitHub or BitBucket, with ".gitignore" correctly configured to filter out all intermediate files generated by Android Studio. An APK file should also be generated and put at the root folder in the git repository. This APK will be used in case that your code cannot be compiled on a different computer during the marking period.

In the first section of your report, clearly explain the approach to access to your Git repository. You have the responsibility to keep the repository fully accessible for four weeks after the due date. Failure to do so will result in the failure of your assignment.

Report Format

Your report should be no less than 1,000 words and it would be best to be no longer than 3,000 words long.
The report is to explain the concepts and designs of your app. The report MUST be formatted using the following guidelines:
- Paragraph text - 12 point Calibri single line spacing
- Headings - Arial in an appropriate type size
- Margins - 2.5cm on all margins
- Header - Report title
- Footer - page number (including the word "Page")
- Page numbering - roman numerals (i, ii, iii, iv) up to and including the Table of Contents, restart numbering using conventional numerals (1, 2, 3, 4) from the first page after the Table of Contents.
- Title Page - Must not contain headers or footers. Include your name as the report's author.
- The report is to be created as a single Microsoft Word document (version 2007, 2010, 2013 or Office 365). No other format is acceptable and doing so will result in the deduction of marks.
- No reference is required.

Please follow the conventions detailed in:
Summers, J. & Smith, B., 2014, Communication Skills Handbook, 4th Ed, Wiley, Australia.

Reference no: EM131239379

Questions Cloud

Derive the average product of labor : (a) Derive the average product of labor (AP L) and the average product of capital(APK) (b) Derive the marginal product of labor (MP L) and the marginal product of capital
Group description and new office equipment : You are one of the first engineers hired into the manufacturing engineering department at a brand new facility for producing aircraft engine controls. Your department is responsible for selecting, justifying, and installing all equipment for the fact..
Two goods have what type of relationship : If Jackie needs special film to go with her new camera, then for her these two goods have what type of relationship?
Examples of inelasticity and elasticity : If something (S) is very responsive to the actions of something else (E) then when that something else (E) makes a changes then the first something will also change very similiar. If someone is allergic to bees, I would say that person is very respon..
Develop an app which allows users to keep records : ICT311 - Mobile App Development - report explaining the design of the app. Submit your code via GitHub or BitBucket, and your report to Blackboard Task 2. Please follow the submission instructions on Blackboard.
Determine the quantity and price that maximize revenue : A firm’s demand function is as follows: Qx = 400 - 5Px + Py - 2Pz + 2I. Assume initial values of Px = 50, Py = 20, Pz = 20, I = 50. Determine the quantity of X that will be sold assuming the initial values. Develop the corresponding Total Revenue and..
What would happen to the demand curve of frozen apple juice : What would happen to the demand curve of frozen apple juice if: An increase in the price of frozen orange juice, considered by many consumers in the United States as a good substitute for frozen apple juice.
Average cost is equal : A monopolist produces and sells 400 units at a price of $40 per unit. The monopolist's marginal cost is equal to $15 and average cost is equal to $23. The monopolist's profit is?
Some of gains from economic integration and globalization : What are some of the gains from economic integration and globalization which serve to justify the continuance of these trends? What are some of the key problems that are generated from the widening gap between the “haves” and the “have-nots” of the w..

Reviews

len1239379

10/12/2016 3:05:16 AM

This assignment will take a number of weeks to complete and will require a good understanding of app development skills for successful completion. It is imperative that students take heed of the following points in relation to doing this assignment: 1. Ensure that you clearly understand the requirements for the assignment – what has to be done and what are the deliverables. 2. If you do not understand any of the assignment requirements – Please ASK the course coordinator or your tutor. 3. Each time you work on any aspect of the assignment reread the assignment requirements to ensure that what is required is clearly understood.

len1239379

10/12/2016 3:04:28 AM

Assignment has two parts: - The Android Application which needs to be generated with android studio and uploadable to github with an APK file generated - and the report which can be between 1000-3000 words in length The assignment will be assessed according to the marking sheet. Late submission will be penalised according to the policy in the course outline. Please note Saturday and Sunday are included in the count of days late.

Write a Review

JAVA Programming Questions & Answers

  Design a class named large integers

Design a class named largeIntegers such that an object of this class can store an integer of any number of digits.

  Implement a simple number guessing game using html forms

Your assignment is to implement a simple number guessing game using HTML forms and a Java servlet. The HTML page should introduce the game and provide a form for the user to guess a number on. The servlet should use an HTTP session object to store..

  Create a japplet that contains a jlabel and jbutton

Create a JApplet that contains a JLabel and JButton -  create an HTML document to host the applet, set the Width to 450 and the Height to 200. Save as TestJChangeFont.html.

  Develop a java program given the width, length and depth

Write the source code for each class in a separate file which must have the same name as the class name together with the extension .java. Remember also that by convention, class names commence with a capital letter.

  Mutant bacterium-synthesize the amino acid tyrosine

Consider a mutant bacterium you have isolated which is unable to synthesize the amino acid tyrosine. You grow it in the presence of a chemical mutagen and isolate a single revertant, which is now able to grow in the absence of tyrosine

  Java program which performs the following

Write a Java program which performs the following: - Reads 25 integers into a 5 by 5 2-D array called R.

  Java programming murach 4th ed 1open the ch06ex1invoice

1.open the ch06ex1invoice project. take a screenshot after you open netbeans and paste it into a word or word

  Calculates the total annual compensation of a salesperson

Write a Java application using NetBeans Integrated Development Environment IDE that calculates the total annual compensation of a salesperson.

  If there are 4 command line arguments

If there are 4 command line arguments (a b c filename.dat) then the engine should take a,b,c and store the resulting x1 and x2 in filename.dat working in silent mode (no use of screen)

  1 create a recursive factorial program that prompts the

1. create a recursive factorial program that prompts the user for an integer n and writes out a series of equations

  Create an application called registrar

Create an application called Registrar that has the following classes: A Student class that minimally stores the following data ?elds for a student and An Instructor class that minimally stores the following data ?elds for an instructor

  Explain the importance of access modifiers

Which access modifier (public, private, protected, default) would you use on a data field in the following cases?

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