Assignment title: Information


Page 1 of 4 Assignment 2 — Mobile Android application Due date: 11:00pm AEST, Friday Week 10 ASSESSMENT Weighting: 30% Length: Less than 50 MB 2 Objectives This assessment item relates to the learning outcome 1, 2 and 3. More specifically, to design and implement a complex mobile application. The objective of this assignment is for students to: • Develop, test and maintain a mobile application using an integrated suite of mobile software development tools. More specifically Android Java development is undertaken using Android Studio or the Eclipse ADT IDE and API's. Introduction You are assigned the task of creating a data logger to capture strawberry data in a mobile application that stores the data in a local database. The app has fields to record data for each of five different strawberry varieties to be investigated. If a strawberry type is selected, a page (fragment) is shown to add data entries for that strawberry type. An entry consists of strawberry data. When the Save Log Entry button is pressed these values are saved locally in the application in a SQLDatabase. When the Show Log Entries button is pressed a related page (fragment) is shown that list all the date/time and strawberry entries made for that strawberry. When the Send all entries item in the profile menu is selected, the data from the SQLDatabase database is composed into an email, and sent using the built in mail app. The SQLDatabase database is then cleared of all entries. Appropriate messages are to be sent during this interaction. We will refer to our app as StrawberryLogger. More details of these pages will be given in the sections below. You should also consult the weekly lecture/tutorials on the Moodle website for help and more information on completing the assignment. The tutorials contain step-by-step procedure for working through the assignment as well as some tips and extra help. So make sure you read the lecture/tutorials on the Moodle website. Mobile Application Home Startup Page The application start-up is unchanged from assignment 1. Strawberry Data Entry Pages These pages are unchanged from assignment 1. Strawberry Data and Show Log Entries Pages These pages are unchanged from assignment 1. Options Menu pages The Options Menu options is unchanged from assignment 1 except for the Send all entries option. The Send all entries will be used for sending the strawberry database to the employer and to clear the current database of any entries. If the OK button is pressed the DialogProgress class is used to send the email asynchronously in a thread and will show the progress of the action.Page 2 of 4 An email message is composed containing each strawberry's log entries during the ProgressDialog event using an Intent object and the built in Mail app. The username given in the preferences is to be contained on the first line of the email. Each date / time and Strawberry logger entry is put on its own line in the email, e.g. When the email is sent all the Strawberry logger database entries are deleted. To test this feature send the email to yourself. Include a copy of any such emails in the documents you submit for the assignment. Profile page The Profile fragment is unchanged from assignment 1. Other Features These are unchanged from assignment 1. Required Documentation You are also to prepare a Word document. Your document should include an appropriate title page. Your document should have sections that address plan for testing the mobile application and commentary, sending your app data and the financial case and application commentary. Plan for a Testing Strategy for your App Your document should: • Create and review a list of mobile devices, and versions of Android targeted by the app. • Discuss whether testing is required on actual devices and what part emulators/simulators can play in this process • Review the kind of ad-hoc testing that may be used to help frame your device testing strategy. Sending your App data In the assignment the strawberry data is sent contained in an email. Discuss how you would use SMS messaging to achieve the same thing. Give advantages/disadvantages for both approaches.Page 3 of 4 Financial Case & Application Commentary Your document should: • List the features you successfully implemented and those you were unable to successfully implement; you should describe the problem in a few sentences and also briefly describe anything you attempted to do to get it to work. Your approach to identifying and attempting to fix these bugs may gain you some partial credit for those features you were unable to implement. • A description of any additional functionality you believe would be useful to add to this app should be included. Explain what the features are and how they would help to improve the app. • Are there any ethical considerations in making this kind of service available? • Discuss the economic/financial case for an extension of the proposed system that would allow you to customise the record keeping features of the app. Identify potential revenue streams and costs. How much would these costs be for your proposed user base? How would you show that you are achieving this user base? Given how long it has taken you to develop what do you estimate technical development costs to be in hours? How would you promote your app and what kind of marketing should be employed? . Submission You are required to submit your assignment electronically via the Moodle course website. The deliverable is a rar or zipped directory containing all the code and resources needed for testing. You must rar or zip together: • Use the export option on your project to produce a zip file that can be imported back into Eclipse to re-create your project. • Your Word document • Copies of emails from your app The resulting rar or zip file should be submitted on the course website. Please note that you should use your student number as the name for your rar or zip file when uploading to Moodle.Page 4 of 4 Assessment criteria Assignment Component Criteria Marks App development - Strawberry logger data copied to email - Message sent asynchronously using thread - ProgressDialog displayed and email received 9 Testing Strategy - Discuss the selection of mobile models and Android versions for your testing process - Discussion of whether testing is required on actual devices, what part emulators/simulators play, your testing plan 1 2 Sending App data - Discussion of using SMS messaging - Discussion advantages/disadvantages of SMS vs. eMail 4 Financial Case & Commentary - Discussion of the economic/financial case for the proposed app - Identification of potential costs - Estimation of technical development costs in hours - Discussion of how you would promote and market your app. 12 General - Feedback given as required - Use appropriate naming conventions - Adequate commenting - Correct grammar - Citation of references, copyright use 2 Penalties Total 30 Lecturer Comments Lecturer's Signature Date: