-
Notifications
You must be signed in to change notification settings - Fork 2
Height value
Henriette Steenhoff edited this page May 15, 2018
·
3 revisions
| Physical name | Logical name | Type | Comment |
|---|---|---|---|
| Height_value | User's height | double | Referred to simply as height. |
| Height_index (associated value) | Height index position | int | Containing the the index position of the height value |
Setting the user's height in the chosen unit, converting it to SI-unit m in order to use in other calculations.
The associated height_index is used in order to get the correct height from the list of possible options, as they are part of a custom list of values for the related NumberPicker.
User sets his height to be 1.8 meter. The value of the index position is saved to Height_index while the actual number is saved to height_value which is used when the height is displayed.
Floating point values in range 1.20 - 2.40m (3.11-7.12 feet)
- OnboardingFragment_Height.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/example/android/climapp/onboarding/OnBoardingFragment_Height.java
- SetHeightActivity.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/example/android/climapp/settings/SetHeightActivity.java

- Recommended Alert Limit
- Weather data
- Shared preferences
- Translation procedure
- Prediction of indoor temperature
Testing
Server/database/API
User information
- Acclimatization
- Activity level
- Age
- Age onboarding
- Gender
- Height value
- Unit
- Weight
- Wet Bulb Globe Temperature (WBGT)
Flow controls