Question
Instructions: 1. Create a new project, File -> New -> New Project. 2. Project name must be YourFirstNameLab2, i.e. JohnLab4. 3. Module name must be
Instructions:
1. Create a new project, File -> New -> New Project.
2. Project name must be YourFirstNameLab2, i.e. JohnLab4.
3. Module name must be YourFirstNameLab2, i.e. johnlab4.
4. Package name must be yourfirstname.lastname.studentid, i.e. john.smith.s78882322 5. MainActivity name must be YourFirstNameActivity, i.e. JohnActivity. 6. All other activities must start with yourlastname, i.e. SmithActivityPayment. 7. All fragments must start with yourfirstName, i.e. JohnFragmentTest. 8. All object Ids must start with your firstName, i.e. android:id="@+id/johnTV" 9. Full Name, student ID, and section must be on all JAVA classes as a comment. 10. Full Name, student ID, and section must be on strings.xml as a comment. 11. Images must have appropriate resolutions in their corresponding folders. 12.All resources in strings.xml, no hardcoding of text. 13.Must Support English and French. 14.All resources, must be in their appropriate xml files, ie. strings.xml, colors.xml, styles.xml, dimens....etc. 15. Demonstrate the use of styles in objects. 16.Select different background colors for the screens. Each screen must have a different background color. 17. Each screen must have at least one object with a different style than the default style (i.e. color, type, fontType, fontSize,...etc.) 18.Images must have appropriate resolutions in their corresponding folders in mipmap and drawable folders. 19.Use homescreen icon different than the default Android homescreen icon. Should reflect the application functionality. 20. Must have at least two sets of screen densities images in the appropriate folders, http://developer.android.com/guide/practices/screens_support.html 21. You must have Arrow Up to allow the user to go back to main screen. https://developer.android.com/training/implementing-navigation/ancestral.html 22. Must handle Android Soft Back Key, display alert dialog and ask user whether "Are you sure you want to exit", yes, terminate the program. If user selects no, user stays on main screen. 23. No requirement for the user to log in. No need for username/password. 24. Please see attached PNG file for an idea on the screen design (Screen 1 mock-up not shown, use your graphic design skills). 25. Application data must be stored and should not be lost when the user close or power cycle the device. You have the option to persist the data on the device or on the cloud and fetch when the user accesses the app. Github Requirements: Follow instructions below (50% will be deducted if you are not following any of the github reqs): 26.Repository name must be FullNameAssign2 (i.e. JohnSmithAssign2) 27.Make your repository private (not public) and invite the professor as collaborator (haki11). 28.Provide screenshot in your submission, showing that you already invited the professor as collaborator in githubs. 29.Must Commit on your machine and push into github. 30.After each commit, push. 31.Must be a minimum of 10 commits/pushes 32.Add .gitignore file with the appropriate content. Add your name and student id a s comment into the first line. https://www.toptal.com/developers/gitignore 33.Add README.md file, with the appropriate content explaining about your app. Use the appropriate tagging format. Add Your name and student id into the file. https://www.makeareadme.com/ UI/UX: 1. UI color theme following Android UI guidelines. 2. Font, color contrast, alignment, spacing, and layout should support content structure, and enhance legibility 3. Customized application icon: following color/size guidelines from Android and different than the default one. Using Android UI elements, design a Patient Clinical Data Management Application You are asked to help design a Patient Clinical Data management application for the health care providers (i.e. doctors) in hospital. As a health care provider, I should be able to develop a new patient profile: o Name (minimum 2 chars). No numbers allowed in the name. Only alphabetic. o Gender (Radio) o Department (dropdown list, minimum of 4 departments populated). o Unique health care ID, 4 digits. System must not allow two patients with the same ID. As a health care provider, I should be able to see the list of patients, i.e. run a query of the patient table. As a health care provider, I should be able to view the detailed clinical data for an individual patient. Search patient based on the unique health care Id. As a health care provider, I should be able to add/delete clinical data (tests) for an individual patient. As a health care provider, I should be able to select a single patient and see the chronological list of tests, results, vital...etc about the patient. The clinical data shall include the following information as minimum: Date/time, Data Type, Reading/Value Data Type: o Blood Pressure o Respiratory Rate o Blood Oxygen Level o Heart Beat Rate o COVID-19 (positive / negative) Populate your data with minimum of 4 patients, and at least 2 tests for each patient.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started