From d5c1c33e41d76247732335b0197340589dd3367f Mon Sep 17 00:00:00 2001 From: vsuryakumar Date: Mon, 30 Jan 2023 13:52:50 +0530 Subject: [PATCH] Updates in results page, calculation methods & more. (working) --- .idea/deploymentTargetDropDown.xml | 17 ++ .idea/misc.xml | 6 +- .../example/refactoredapp/data/DataHolder.kt | 14 +- .../testRight/TestRightActivity.kt | 55 ++-- .../testRight/TestRightExpReference.kt | 148 +++++++---- .../testRight/TestRightResults.kt | 77 +++++- .../testRight/TestRightViewModel.kt | 247 +++++++++--------- .../presentation/testRight/UsbService.kt | 2 +- .../fragment_test_right_exp_reference.xml | 1 + .../layout/fragment_test_right_results.xml | 99 +++++-- app/src/main/res/values/strings.xml | 11 +- 11 files changed, 443 insertions(+), 234 deletions(-) create mode 100644 .idea/deploymentTargetDropDown.xml diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..36a10f0 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 82fb682..ae6c968 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,14 +3,18 @@