8000 GitHub - habibullah47/bmi_calculator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

habibullah47/bmi_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bmi_calculator

A new BMI Calculator.

Note about this app

###I use this code for if else: selectedGender == GenderType.male? inactiveColor: activeColor,

####Instead of this old and messy if/else code // void updateColor(GenderType selectedGender) { // //gender =1; female = 2 // if (selectedGender == GenderType.male) { // if (maleCardColor == inactiveColor) { // maleCardColor = activeColor; // femaleCardColor = inactiveColor; // } else { // maleCardColor = inactiveColor; // } // } // if (selectedGender == GenderType.female) { // if (femaleCardColor == inactiveColor) { // femaleCardColor = activeColor; // maleCardColor = inactiveColor; // } else { // femaleCardColor = inactiveColor; // } // } // // }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0