Hi friends,
In this video we will be creating a simple calculator app in Android Studio using Kotlin language.
Source Code: https://github.com/CodingForMobile/Calculator
— Follow Us —
Facebook: https://facebook.com/CodingForMobile
Twitter: https://twitter.com/CodingForMobile
Instagram: https://instagram.com/CodingForMobile
GitHub: https://github.com/CodingForMobile
What did you did in 3:33 with that color and create new folder
Plz add your voice as well to explain the process
THANK YOU VERY MUCH BRO BECAUSE OF YOU I MADE MY FIRST KOLTIN CALCULATOR!
Just starting with Kotlin… even though you don't speak here, i was able to accomplish the final result. Great work my man. Keep it up!
Thank you. Great Tutorial!
Thanks, this help me so much ❤❤
Thank you so much bro
Please, how can I round a number let say 1.333333334 to 1.34, in kotlin, because anytime I used the round(), it gives me an integer value
why kotlinx becomes red and means error?
Amazing !! I just have a problem with the import of dependencies, is there another way I can use it?
thanks❤
the code is deprecated to fix it you need to use viewBinding.
val result=Expression(expression).calculate(), i have an error in Expression word would you please give an idea.