Creating Simple Calculator App in Android Studio using Kotlin

  Рет қаралды 41,820

Coding for Mobile

Coding for Mobile

3 жыл бұрын

Hi friends,
In this video we will be creating a simple calculator app in Android Studio using Kotlin language.
Source Code: github.com/CodingForMobile/Ca...
-- Follow Us --
Facebook: / codingformobile
Twitter: / codingformobile
Instagram: / codingformobile
GitHub: github.com/CodingForMobile

Пікірлер: 38
@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!
@history_funy
@history_funy Жыл бұрын
I wrote it as is, and it works very well. You made the video very well. thank you👍
@chintalapativenkataramarahul
@chintalapativenkataramarahul 3 жыл бұрын
Thank you. Great Tutorial!
@NB-tc7ey
@NB-tc7ey Жыл бұрын
thx man it...i followed the code and it worked perfectly👍
@broJunglerr
@broJunglerr 2 жыл бұрын
Thank you so much bro
@amir6056
@amir6056 Жыл бұрын
Thank you !
@music4kinds239
@music4kinds239 2 жыл бұрын
thanks❤
@darrenmendez7262
@darrenmendez7262 Жыл бұрын
is there anyway you can add modulo in this calculator?
@reveloharrist.1141
@reveloharrist.1141 2 жыл бұрын
why kotlinx becomes red and means error?
@jaysonteleb6086
@jaysonteleb6086 3 ай бұрын
is your android studio need to build with maven or gradle bro?
@easycookinghealthandbeauty4686
@easycookinghealthandbeauty4686 3 жыл бұрын
Plz add your voice as well to explain the process
@Leeminduc
@Leeminduc 3 жыл бұрын
Thanks, this help me so much ❤❤
@laroquitaperez
@laroquitaperez 11 ай бұрын
Does anyone know what was pressed at the minute 12:52?
@Kazner0h
@Kazner0h 9 ай бұрын
I need this answer too
@aarinsheik1583
@aarinsheik1583 7 ай бұрын
alt+enter
@jeandamaceno5247
@jeandamaceno5247 2 жыл бұрын
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.
@Adam-oh3pc
@Adam-oh3pc Жыл бұрын
it doesnt work anymore bro because the The 'kotlin-android-extensions' Gradle plugin is no longer supported
@taimurahmad
@taimurahmad 11 ай бұрын
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 11 ай бұрын
​@@taimurahmadthank you
@aarinsheik1583
@aarinsheik1583 7 ай бұрын
bro ,same problem , did you get the solution ?
@Adam-oh3pc
@Adam-oh3pc 7 ай бұрын
@@aarinsheik1583 i got it bro but i forgot and i didnt touch kotlin anymore for 4 months🤣
@kekekeernest8920
@kekekeernest8920 2 жыл бұрын
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
@sunitagiri4748
@sunitagiri4748 3 жыл бұрын
What did you did in 3:33 with that color and create new folder
@maryamimran933
@maryamimran933 2 жыл бұрын
Go to res folder , then in values folder, here you see the colors.xml file
@maryamimran933
@maryamimran933 2 жыл бұрын
res
@sunitagiri4748
@sunitagiri4748 2 жыл бұрын
thanks buddy
@misscheko9585
@misscheko9585 2 жыл бұрын
@@maryamimran933 thank you
@Liberta_xx
@Liberta_xx 2 жыл бұрын
@@maryamimran933 thx
@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'
@HadassahQ.Mwende
@HadassahQ.Mwende 9 ай бұрын
You don't know what you are doing
@user-Rania-n7m
@user-Rania-n7m 9 ай бұрын
You Just copied the code from somewhere, speak up 🗣️, if you know how to explain it. Teachers aren't dumb!
@pao2725
@pao2725 Ай бұрын
At least it works, teachers copy from something too
How to make a Calculator in Android Studio | 2024
21:24
Easy Tuto
Рет қаралды 251 М.
Inside Out Babies (Inside Out Animation)
00:21
FASH
Рет қаралды 23 МЛН
A teacher captured the cutest moment at the nursery #shorts
00:33
Fabiosa Stories
Рет қаралды 55 МЛН
小宇宙竟然尿裤子!#小丑#家庭#搞笑
00:26
家庭搞笑日记
Рет қаралды 15 МЛН
Calculator App Android Studio Kotlin Tutorial
12:22
Code With Cal
Рет қаралды 73 М.
Fundamentals of Compose Layouts and Modifiers - MAD Skills
11:56
Android Developers
Рет қаралды 89 М.
How to create calculator using Android Studio - Kotlin
13:34
CodeAndroid
Рет қаралды 89 М.
How to Build a Calculator with Jetpack Compose - Android Studio Tutorial
43:24
KMP vs. Flutter - Who Will Win The Cross-Platform Battle?
16:19
Philipp Lackner
Рет қаралды 39 М.
How to make a calculator in Android Studio 2020 | Part 1
15:38
Practical Coding
Рет қаралды 158 М.
Custom layouts and graphics in Compose
20:25
Android Developers
Рет қаралды 51 М.
Calculator App in Android Studio using Java | Android Knowledge
31:43
Android Knowledge
Рет қаралды 15 М.
Inside Out Babies (Inside Out Animation)
00:21
FASH
Рет қаралды 23 МЛН