Пікірлер
@jaysonteleb6086
@jaysonteleb6086 9 ай бұрын
is your android studio need to build with maven or gradle bro?
@arshadali8976
@arshadali8976 Жыл бұрын
it ain't gonna work b'coz 'kotlin-android-extensions' Gradle plugin is no longer supported
@HadassahQ.Mwende
@HadassahQ.Mwende Жыл бұрын
You don't know what you are doing
@user-Rania-n7m
@user-Rania-n7m Жыл бұрын
You Just copied the code from somewhere, speak up 🗣️, if you know how to explain it. Teachers aren't dumb!
@pao2725
@pao2725 7 ай бұрын
At least it works, teachers copy from something too
@laroquitaperez
@laroquitaperez Жыл бұрын
Does anyone know what was pressed at the minute 12:52?
@Kazner0h
@Kazner0h Жыл бұрын
I need this answer too
@aarinsheik1583
@aarinsheik1583 Жыл бұрын
alt+enter
@Adam-oh3pc
@Adam-oh3pc Жыл бұрын
it doesnt work anymore bro because the The 'kotlin-android-extensions' Gradle plugin is no longer supported
@taimurahmad
@taimurahmad Жыл бұрын
use view binding in your gradle use (at the bottom of android}android{ ... buildFeatures { viewBinding = true } } in main activity use this codee lateinit var binding: ActivityMainBinding override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) binding = ActivityMainBinding.inflate(layoutInflater) setContentView(binding.root) with this you can reference like this: binding.buttonClear.setOnClickListener{ binding.input.text="" binding.output.text="" }
@dgd1gamer
@dgd1gamer Жыл бұрын
​@@taimurahmadthank you
@aarinsheik1583
@aarinsheik1583 Жыл бұрын
bro ,same problem , did you get the solution ?
@Adam-oh3pc
@Adam-oh3pc Жыл бұрын
@@aarinsheik1583 i got it bro but i forgot and i didnt touch kotlin anymore for 4 months🤣
@amir6056
@amir6056 Жыл бұрын
Thank you !
@NB-tc7ey
@NB-tc7ey 2 жыл бұрын
thx man it...i followed the code and it worked perfectly👍
@darrenmendez7262
@darrenmendez7262 2 жыл бұрын
is there anyway you can add modulo in this calculator?
@history_funy
@history_funy 2 жыл бұрын
I wrote it as is, and it works very well. You made the video very well. thank you👍
@missamiry9709
@missamiry9709 2 жыл бұрын
val result=Expression(expression).calculate(), i have an error in Expression word would you please give an idea.
@mosbahhoucemeddine1147
@mosbahhoucemeddine1147 2 жыл бұрын
me too
@jyothsna8257
@jyothsna8257 Жыл бұрын
add dependency: implementation 'org.mariuszgromada.math:MathParser.org-mXparser:4.4.2'
@music4kinds239
@music4kinds239 3 жыл бұрын
thanks❤
@jeandamaceno5247
@jeandamaceno5247 3 жыл бұрын
Amazing !! I just have a problem with the import of dependencies, is there another way I can use it?
@Derek-jc4zq
@Derek-jc4zq Жыл бұрын
Hello, do you find a fix?
@Derek-jc4zq
@Derek-jc4zq Жыл бұрын
i found fix, just press sync on the build file.
@reveloharrist.1141
@reveloharrist.1141 3 жыл бұрын
why kotlinx becomes red and means error?
@kekekeernest8920
@kekekeernest8920 3 жыл бұрын
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
@vertkyy
@vertkyy 3 жыл бұрын
Thank you so much bro
@Leeminduc
@Leeminduc 3 жыл бұрын
Thanks, this help me so much ❤❤
@chintalapativenkataramarahul
@chintalapativenkataramarahul 3 жыл бұрын
Thank you. Great Tutorial!
@mikesalg123
@mikesalg123 3 жыл бұрын
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!
@a.dharun3959
@a.dharun3959 3 жыл бұрын
THANK YOU VERY MUCH BRO BECAUSE OF YOU I MADE MY FIRST KOLTIN CALCULATOR!
@easycookinghealthandbeauty4686
@easycookinghealthandbeauty4686 3 жыл бұрын
Plz add your voice as well to explain the process
@sunitagiri4748
@sunitagiri4748 3 жыл бұрын
What did you did in 3:33 with that color and create new folder
@maryamimran933
@maryamimran933 3 жыл бұрын
Go to res folder , then in values folder, here you see the colors.xml file
@maryamimran933
@maryamimran933 3 жыл бұрын
res<values<colors.xml
@sunitagiri4748
@sunitagiri4748 3 жыл бұрын
thanks buddy
@misscheko9585
@misscheko9585 2 жыл бұрын
@@maryamimran933 thank you
@Liberta_xx
@Liberta_xx 2 жыл бұрын
@@maryamimran933 thx