Created sample experiment page with form to take user input.

This commit is contained in:
vsuryakumar
2023-01-24 19:53:52 +05:30
parent a7b9ed8cfa
commit ea021d4957
5 changed files with 346 additions and 21 deletions

View File

@@ -6,6 +6,12 @@
<item>Denovix</item>
</string-array>
<string-array name="gender">
<item>Male</item>
<item>Female</item>
<item>Other</item>
</string-array>
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="select_the_test">Select the Test</string>
<string name="set_reference">Set Reference</string>
@@ -15,10 +21,31 @@
<string name="please_place">Please place the cuvette containing sample for reference before moving forward</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="connect">Connect</string>
<string name="connected">Connected</string>
<string name="read">Read</string>
<string name="update_reference">Update Reference</string>
<!-- Instructions Text -->
<string name="Instructions">Instructions</string>
<string name="step1"><b><u>Step 1</u> : </b> Place the cuvette containing reference/baseline sample for referencing.</string>
<string name="step2"><b><u>Step 2</u> : </b> Press the button below to start the device reading values.</string>
<string name="step3"><b><u>Step 1</u> : </b> Enter the sample details to start.</string>
<string name="step4"><b><u>Step 2</u> : </b> Place the cuvette containing sample for experiment.</string>
<string name="step5"><b><u>Step 3</u> : </b> Press the button below to start the device reading values.</string>
<string name="acquire">Acquire</string>
<string name="enter_sample_details">Enter Sample Details</string>
<string name="sample_name">Sample Name</string>
<string name="age">Age</string>
<string name="gender">Gender</string>
<string name="name_error">Name can\'t be empty</string>
<string name="age_error">Age can\'t be empty</string>
<string name="gender_error">Gender can\'t be empty</string>
<string name="age_error_out_of_bound">Age should be valid</string>
</resources>