Beginner Programming Project idea. How to create and BMI (Body Mass Index) Calculator in Android Studio using Kotlin. Learn to start up a new android studio project define an XML layout and connect the view to kotlin code using modern techniques ie View binding.
After watching this beginner friendly tutorial you should have a basic understanding of how to build a simple BMI calculator android app.
BMI Calculator Source Code:
https://github.com/codeWithCal/BMICal...
⏱️ TIMESTAMPS ⏱️
00:00 - Programming Project Idea
00:44 - Android Studio XML
03:25 - Calculate BMI Kotlin
06:38 - App Testing
#kotlin #androidstudio