Develop an app which allows users to keep records of trips

Assignment Help JAVA Programming
Reference no: EM131232574 , Length:

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.

Verified Expert

In this application an android application is developed using Android Studio software. This android application is used to log the details of the trip taken by the person. The applications is developed using fragment. As the application contains 4 activities, MVC diagram is done for each of the activity. a database is constructed using SQLite and the database design is shared. This application has many advanced features namely it allows to view the trip location through Google map, option to locate the exact location of the trip through Location Provides and has option to take photo through camera and store them in database and display it back again.

Reference no: EM131232574

Questions Cloud

Analyze the mini-case and table of requirements to assess : The assignment is to analyze the mini-case and table of requirements to assess and identify a standard tablet mobile device that will be used across the Sales Department.
Using the trend projection method : Sales of? Volkswagen's popular Beetle have grown steadily at auto dealerships in Nevada during the past 5 years? (see table? below). Forecasted sales for year 6 using the trend projection? (linear regression) method are 619.3 sales. The MAD for a lin..
Define and describe what an electronic product code : BMO2203 -Industry Report Assignment. The report should establish links between key points you have learned in the classroom, academic literature, and the role of GS1. Particular issues that should be addressed include: Definition of the term standa..
Why do these companies hire the perpetrators : Frank Abagnale, the criminal played by Leonardo DiCaprio in the motion picture Catch Me If You Can, ended up in prison. After he left prison, however, he worked as a consultant to many companies on matters of fraud. Why do these companies hire the pe..
Develop an app which allows users to keep records of trips : ICT311 - Mobile App Development - develop an app which allows users to keep records of their personal trips and
What could the company have done to minimize exposure : Pugh worked for See's Candies, Inc. for 32 years. He had started out as a dishwasher, worked his way up to vice president of production, and was also on the Board of Directors. When he was hired, he was told by the president and general manager, "If ..
Required manual dexterity and physical strength test : DePeters, Co. is sued for sex discrimination on the grounds that too few women are hired because fewer women than men achieve passing scores on a required manual dexterity and physical strength test. DePeters, Co. offers in its defense that even thou..
Identify the averages of the numbers below : The firm has a creative set of product developers who are experts on assessing new consumer needs. Construct a BCG matrix for assessing the portfolio strategy for the firm*. Based on the matrix, what are your recommendations?
List the non-weak entity types in the er diagram : List the (non-weak) entity types in the ER diagram. Is there a weak entity type? If so, give its name, partial key and identifying relationship. What constraints do the partial key and the identifying relationship of the weak entity type specify in t..

Reviews

inf1232574

10/18/2016 8:57:30 AM

very good application, i do not have any kind of doubt in it. written report cleared everything to me. screenshots of program clears the steps. thanks a lot for the same. i was worried to see the huge price on another side but you really made it even in less then half price, i was really surprised after checking the price. really. but after getting the solution i am feeling above the sky.

len1232574

10/6/2016 1:44:51 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.

Write a Review

JAVA Programming Questions & Answers

  Write a program which adds two matrices

Write a program which adds two matrices together and displays the sum - Two arrays will contain user input, and the third array will be used to contain the sum of the two arrays.

  Import javaioimportjavautilscannernbspnbsp year3000

import java.io.importjava.util.scannernbspnbsp year3000 programnbspnbsp driver program for the dateinterface and mydate

  Write a restful web service demo example using spring mvc

Write a restful web service demo example using spring mvc

  Create a class called point

Create a class called Point that has the following private members: float x - the x-coordinate of the point. float y - the y-coordinate of the point

  Requirementspig is a folk jeopardy dice game with simple

requirementspig is a folk jeopardy dice game with simple rules two players race to reach 100 points. each turn a player

  Write a java application that prompts the user for input

Write a Java application that prompts the user for pairs of inputs of a product number (1-5), and then an integer quantity of units sold (these are two separate prompts for input values).

  Write a method called hash midpoint

Write a method called hasMidpoint that accepts three integers as parameters and returns 'true' if one of the integers is the midpoint between the other two integers; that is to is if one integer is exactly between the two others. The method should re..

  Cloud computing outline

Cloud computing is one of the biggest catchphrases in the Information Technology world. Virtualization is the core technology behind cloud resource sharing. The deployment strategy involved in a cloud environment includes the components of grid co..

  Test plan for both unit testing and integration testing

Do a test plan for both unit testing and integration testing, justification why you need this test creating the test case for each individual test must use java language in netbeans IDE to perform each test, screen capture one example to run the ..

  Setting up the form page

Download and save the attached comment CGI mailer script form-mail2.pl to your server's cgi-bin directory, and change the permissions on the script to make it executable (not writable).

  Write a statement that writes both of their values

Given an interger variable i and floating-point variable f, write a statement that writes both of their values to standard output in the following format: i=value-of-i f=value-of-f.

  Write a method called printlevel

Write a method called printLevel that takes an integer n as a parameter and that prints the values at level n from left to right. The values should be printed one per line.

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