Dude, i bought your C# masterclass on udemy, and now that i need to learn android, you have a masterclass too. Im working as a unity dev, 1.5+ years. I got this job studying with your classes man. I cant thank you enough
I wanted to learn Android development in Kotlin. This tutorial is perfect to get a good understanding how to get started on Android dev with Kotlin. Thank you tutorialsEU for making such a useful, important video to learn what I was looking for. I really appreciate it. My best wishes for you to gain knowledge and more success since you are doing such a great job in sharing such valuable knowledge
I've been looking for this exact tutorial. Am experienced in other languages and have developed Android apps using flutter, just wanted to go deeper; this exactly satisfied my needs. Good work.
Hey Denis, thank you so much for sharing the first 9 hours of this course. I have searched the internet and you were already my first choice as teacher. I think it's a great idea to share a portion of your course like this. I'm about to sign up for the course. While coding along here I did begin to feel that there is no way I will remember all the information. But, I see in your full Udemy course, that you include exercises, and quizzes. That is definitely going to help! I intend to finish this full course, and then carry on training in many of your other courses. I have found no errors between your teaching and my application, which is not always the case in online learning. And your precision is confidence building. Many thanks, and I look forward to you being my teacher. Rob
Thanks a lot for your heart warming comment. I am super happy that there are people like you, who enjoy my teaching style. And btw, don't worry about not memorizing everything. It's like with human languages. The more you use them, the more natural they become
@@tutorialsEU Hi Denis. first thanks for your great course, I learned a lot from you. and I wanted to buy your full android kotlin course, but in the website there was something called per/month! I didn't get how it works, I mean how can I just buy your android kotlin course and download it to have it on my PC, is it possible? thanks :)
@@tutorialsEU i just saw this course first impression of urs i loved it will you teach eveything in android framework? because i know koltin i want to learn android framework only....
Just started my android journey, proud to say I am starting with your videos after going through the official documentation! the new jetpack compose is a bit complex haha might make sense to start with this first
Awesome course. And you explain everything very well and with detail. The only problem is that you mistakenly say "brackets" instead of "parenthesis" and "parenthesis" instead of "double quotes".
For those new to programming a little advice on how to organize the lessons when it comes to Kotlin. make a new file for each topic, like that if you're looking for for loops or functions etc, you're able to find it faster instead of having a mess in one file. Another thing if you're using the method "toLowerCase()" and you get a line striking through is because is the old method, now is just "lowercase()". Ignore the quotes lol.
My code for 3:12:55 is fun avg(a: Any, b: Any) : Double { val a = a.toString().toDouble() val b = b.toString().toDouble() return (a + b) / 2 } So basically you can give it anything (int or double) and it will return a double. The only problem is that you can give it a string.
Hi Denis thank you so much for sharing the first 9 hours of this course.this such as a awesome course so pls keep rocking course to upload in the youtube.. thanks one more again
Hello, Denis! First of all, thank you so much for the awesome course! I currently moved to Happy Places chapter but I noticed that all the previous chapters have been updated for Android 12. Could you please tell me when the rest of the chapters will be updated? (Especially interested in Happy Places). Thank you!
Hi lucky devil. My plan was for my Assistent teacher to update the last two remaining chapters. When that will happen is uncertain, as I am still searching for a great assistent teacher. :-) The trello clone will not get an update.
Hi! Thanks for the 9+ hours class. I was browsing the full course on Android Firebase and the shop app.. and checking the Course's steps i couldn't find any step on payment methods. Is it taught there anyway? And what about price rules and promotions? I'd like trying to make some shopping apps that built the structure of products categories and sub categories by parsing the organization of folders and subFolders on a server or shared folder.. and that could find in each of those folders a .csv file containing the code, name, infos, price and availability of the products and other than that .csv file also a list of images corresponding to the products listed in the .csv file. Which masterclass would you suggest me? Is the Firebase Firestone - Shop app course enaugh? Thanks!!!!
The gradle build, how is so fast for you? I think my notebook is enough powerful, Ryzen 7 8525U + 32GB RAM and of course NVMe SSD, but the build is slow. Every build take with sample code minimum 40s, i don't understand why. I did everything I could find suggestions, add more ram for gradnle.jvmargs, parrellel=true etc. Can anyone help, or ryzen was bad idea for android studio?
Thanks for this course. Just a quick question, I've been following through the tutorial, but when I wanted to create a Toast, it was giving me a runtime error. Anyone know what's the problem with this?
I recently downloaded android studio jelly fish. I'm seeing flames when it comes to constraints design. Even the the title of the app is not visible on the emulator. There are no changes on the emulator when you change the code. I'm basically battling
I have been following this video and has been lifechanging in the way you are explaining the basic concepts of Kotling programming language. I keep running into an issue and when I try to "print" in the console, Android Studio, instead of running the function, gives me an error of "Manifest merger failed with multiple errors, see logs". Anything I can do to solve this issue?
I have purchased your course on Udemy for Jetpack Compose and before the MVVM architecture,I am facing error from the api and just the first two card views display and their click functionalities aren't working properly,please help.
Hello, I am having problems installing Android Studio Arctic fox. I am getting an error message saying, corrupted installation: Missing essential plugins org.jetbrains.android. Please install android studio from scratch. Every time I install it from scratch it says the same thing. I am going around in circles. The instructor does not address this issue and it is very frustrating. Please help ASAP.
hi there is about three apps build in android 10 and then later build in android12 like the quiz app made twice first in android 10 then in android 12 do i have to go through both of them or just read the android 12 version
Hi Anil, I will upload the first 9 hours of the course here on RUclips. The other 30+ hours are only going to be available in the paid course, on Udemy and our Website :)
Another question. When I use toLowerCase it pops up crossed out. It still works, but it appears different than what I see in the video. Is this an indication that the command is being phased out? Should I be using something else?
Hey dude! I have 2 recyclerview on my bottomsheet (bottom up behavior & background dim ) fragment. Those 2 rv have list of items. When I select an item on anyone on those 2 recyclerviews it's item name should go to the parent layout which is on the backside of bottom sheet. Can u please help me
Здравствуйте. Как изучить всю эту структуру или хотя бы понять, очень надо, чтобы изменить свою жизнь и жизнь моей семьи, сижу каждый день и изучаю kotlin и android, смотрю пока курс на русском языке.По английски понимаю.
Hello..I was doing thhe Google training but did not like the teaching style.. if I purchase your course, will I still have to do the Google exam and would I be qualified for a job at Google?
After installation, it shows unable to detect adb version and also there is no "hello world" in component tree... Can anyone help me to resolve this? I tried all internet answers
The course is very excellent until the start of arraylist. Where everything was simplified into slides. It does make teaching a little less confusing, but it also removes any little humor you'll normally make and it doesn't feel as much of a personal coaching when coming down to slides :(
Hi, thank you for this 9h video course. The calculator app is a good exercise but I it's actually not working properly: -First operation after opening app can't start with negative number -if the first number is negative u can actually write more than one operation example(-3-5+7*6) -the way chosen to remove the .0 it s not a real solution, it actually remove 2 digits to all the results that contains .0 Example(result=4.0123 becomes 4.01)
hey so i found the solution to the second and third problem but the first one i have no idea how but to be fair even my default mobile calculator can't do it sooo
for the last: private fun removeZero(result: String) : String{ var value = result if (result.endsWith(".0")) value = result.substring(0, result.length-2) return value
🚀 Android & Kotlin Masterclass - Become a serious Android app developer with our best-selling masterclass: bit.ly/3PaKdhS
Dude, i bought your C# masterclass on udemy, and now that i need to learn android, you have a masterclass too. Im working as a unity dev, 1.5+ years. I got this job studying with your classes man. I cant thank you enough
MARK MY WORDS: this course is good, *BUT* onley for those of already new another programming language (NOT complete beginner) else I am enjoying it
I wanted to learn Android development in Kotlin. This tutorial is perfect to get a good understanding how to get started on Android dev with Kotlin. Thank you tutorialsEU for making such a useful, important video to learn what I was looking for. I really appreciate it. My best wishes for you to gain knowledge and more success since you are doing such a great job in sharing such valuable knowledge
I've been looking for this exact tutorial. Am experienced in other languages and have developed Android apps using flutter, just wanted to go deeper; this exactly satisfied my needs.
Good work.
Hey Denis, thank you so much for sharing the first 9 hours of this course. I have searched the internet and you were already my first choice as teacher. I think it's a great idea to share a portion of your course like this. I'm about to sign up for the course. While coding along here I did begin to feel that there is no way I will remember all the information. But, I see in your full Udemy course, that you include exercises, and quizzes. That is definitely going to help! I intend to finish this full course, and then carry on training in many of your other courses. I have found no errors between your teaching and my application, which is not always the case in online learning. And your precision is confidence building. Many thanks, and I look forward to you being my teacher. Rob
Thanks a lot for your heart warming comment. I am super happy that there are people like you, who enjoy my teaching style. And btw, don't worry about not memorizing everything. It's like with human languages. The more you use them, the more natural they become
@@tutorialsEU Hi Denis. first thanks for your great course, I learned a lot from you. and I wanted to buy your full android kotlin course, but in the website there was something called per/month! I didn't get how it works, I mean how can I just buy your android kotlin course and download it to have it on my PC, is it possible? thanks :)
@@tutorialsEU i just saw this course
first impression of urs i loved it
will you teach eveything in android framework?
because i know koltin i want to learn android framework only....
Just started my android journey, proud to say I am starting with your videos after going through the official documentation! the new jetpack compose is a bit complex haha might make sense to start with this first
Awesome course. And you explain everything very well and with detail. The only problem is that you mistakenly say "brackets" instead of "parenthesis" and "parenthesis" instead of "double quotes".
For those new to programming a little advice on how to organize the lessons when it comes to Kotlin. make a new file for each topic, like that if you're looking for for loops or functions etc, you're able to find it faster instead of having a mess in one file.
Another thing if you're using the method "toLowerCase()" and you get a line striking through is because is the old method, now is just "lowercase()". Ignore the quotes lol.
Can a folder be made for each topic?
My code for 3:12:55 is
fun avg(a: Any, b: Any) : Double {
val a = a.toString().toDouble()
val b = b.toString().toDouble()
return (a + b) / 2
}
So basically you can give it anything (int or double) and it will return a double. The only problem is that you can give it a string.
Best Kotlin and Android studio development course ever!
thank you for this. wish you the best bro. I seriously believe that people like you are changing lives.
day 1:
0:00 - 1:23
day 2
1:24 - 2:22
day 3:
2:23 - 3:24
day 4:
3:25 - 4:17
day 5:
till 7:17
(1 hour each time)
day 6-7:
finish
Just purchased full course on Udemy! I like Your teaching style!
Thanks instructor for this class, i'm really gaining insight
Your's smiling faces motivates alot.
We are waiting, Denis. You are great. I appreciate your work.
Thanks Michael
his udemy courses are ok, nothing to write home about , but they will give you a good start on the BASICS!!! No more , no less..
His latest course on udemy is good for beginner the course with trello clone??
You mean better than this vidéo ?
This course was great. I really enjoyed learning Kotlin and android studio with you. And I am definitely going to purchase your course!
Thank you!
@Hussain Shaikh I'm interested, can you share it with me?
Hi Denis thank you so much for sharing the first 9 hours of this course.this such as a awesome course so pls keep rocking course to upload in the youtube.. thanks one more again
Are there in prerequisites for learning this course?
I don't know anything about c++ or Java.
I can say I know intermediate level python.
i will finish this course. YEAH!. I love your teaching btw:)
When will course will be on discount again? Btw u are great teacher, I like your slow and steady path of teaching. Keep it up!
to.......t
What do you recommend after making the calculator, maybe the Gmail app? I think making a music player would be fun.
Hi. Are you still supporting this course? I signed up for the full course and am trying to get some help on lesson 1.
A very productive lesson! Thank you so much for bringing me into Android development!
Very helpful for my Android interview in English environment.
How long it took you to become android/kotlin developer?
I bought your course on Udemy, it's really good!
Awesome, thank you!
Very well video, it is not sharing current as general. Because, this is doing task few people. Thank you.
Loving This Tutorial
Hello, Denis!
First of all, thank you so much for the awesome course!
I currently moved to Happy Places chapter but I noticed that all the previous chapters have been updated for Android 12. Could you please tell me when the rest of the chapters will be updated? (Especially interested in Happy Places).
Thank you!
Hi lucky devil. My plan was for my Assistent teacher to update the last two remaining chapters. When that will happen is uncertain, as I am still searching for a great assistent teacher. :-)
The trello clone will not get an update.
Hi! Thanks for the 9+ hours class. I was browsing the full course on Android Firebase and the shop app.. and checking the Course's steps i couldn't find any step on payment methods. Is it taught there anyway? And what about price rules and promotions? I'd like trying to make some shopping apps that built the structure of products categories and sub categories by parsing the organization of folders and subFolders on a server or shared folder.. and that could find in each of those folders a .csv file containing the code, name, infos, price and availability of the products and other than that .csv file also a list of images corresponding to the products listed in the .csv file. Which masterclass would you suggest me? Is the Firebase Firestone - Shop app course enaugh?
Thanks!!!!
I have already joint. So good course to learn kotlin based android development
Thanks Manokaran :)
The course in Udemy isn't for beginners.
Denis writes codes without explaining.
It's like memorizing those codes without understanding.
Thanks...Will definitely buy the Udemy course...
Excellent lecture and breakdown of subjects
vvery good again, you are a great teacher
great course. thanks Denis
great tutorial man, very good
very good course😁,
but your calculator sucks a little bit,
the calc could be created in a much better and simpler way ;)
Excited 😇😇
Hello sir you are on udemy also i have seen you on udemy love you sir ❤❤❤
genial, saludos desde colombia !!!
Day 1: 00:30:55
Hi can I ask where I can study the built in method in Kotlin? For ex: append,... so
hey EU! could you please make a guide tour on kotlin's API reference. because as a new programmer I find it overwhelming. Thank you
The gradle build, how is so fast for you? I think my notebook is enough powerful, Ryzen 7 8525U + 32GB RAM and of course NVMe SSD, but the build is slow. Every build take with sample code minimum 40s, i don't understand why. I did everything I could find suggestions, add more ram for gradnle.jvmargs, parrellel=true etc. Can anyone help, or ryzen was bad idea for android studio?
Thank you for those great tutorial. I want to know how to install source code in Android studio.
Hey Denis, can you make a course like this on programming in python?
There are already so many python videos on youtube. Way more than Kotlin videos
@@rayyanamir8560 But, it would be great if he explained it
What will be the result of "109/100" on your calculator? Will it be "1.09", or maybe "1."?
Hello Dennis, need help. When I use the print it shows red. Is there something that I still need to download, import?
Cool !!! Thanks !
Really great video, great explained and aswell showing in code. One thing I didn´t understand was what an instance is?
It is the memory or data stored (or simply state) in an object from the point of request to response
Thanks you a lot!!
Hello Dennis, did you see my question about the error message when trying to install Android Studio Arctic Fox?
I managed to get around constraints. Now the appbar is missing. Is there a way to recover it as all my apps don't have appbar?
Do you use Jetpack or XML for the views of this course?
Great job 👍👍
How much different is it from the already 7+ hour course on your channel
50% different. It's just newer and uses more basics + makes sure to use best practices and use the latest version of android studio
Thanks for this course. Just a quick question, I've been following through the tutorial, but when I wanted to create a Toast, it was giving me a runtime error. Anyone know what's the problem with this?
I recently downloaded android studio jelly fish. I'm seeing flames when it comes to constraints design. Even the the title of the app is not visible on the emulator. There are no changes on the emulator when you change the code.
I'm basically battling
thank you for video..
And btw 99-1 is 98 :)
This is what I'm talking about. This is just what I needed bro. I appreciate the knowledge you're dropping and will be subscribing
Is there a faster way to type -> than individually pressing - then shift + > ? I know in other languages there are...
Thank You
Hi Denis, I have bought your course on Udemy and having errors when I try add AVD Device could it be cause of the version?
I have been following this video and has been lifechanging in the way you are explaining the basic concepts of Kotling programming language. I keep running into an issue and when I try to "print" in the console, Android Studio, instead of running the function, gives me an error of "Manifest merger failed with multiple errors, see logs". Anything I can do to solve this issue?
I have purchased your course on Udemy for Jetpack Compose and before the MVVM architecture,I am facing error from the api and just the first two card views display and their click functionalities aren't working properly,please help.
Please my android studio app is asking me to install HAXM, which i'm finding it very difficult to download, can you help out? Thank you
Thank you)
Hello, I am having problems installing Android Studio Arctic fox. I am getting an error message saying, corrupted installation: Missing essential plugins org.jetbrains.android. Please install android studio from scratch. Every time I install it from scratch it says the same thing. I am going around in circles. The instructor does not address this issue and it is very frustrating. Please help ASAP.
Does anyone know how to overcome the issue “Android Emulator Hypervisor Driver for AMD Processors installation failed”?
thanks
Best 💥💥💥
Plzz Android developer fresher interview questions course upload RUclips
hi there is about three apps build in android 10 and then later build in android12 like the quiz app made twice first in android 10 then in android 12 do i have to go through both of them or just read the android 12 version
i want to buy this course on udemy but still gets reviews said its outdated ! is that true?
ברכה
I'm going to buy this course on udemy. So, can I buy or will you upload whole course on RUclips?
Hi Anil,
I will upload the first 9 hours of the course here on RUclips. The other 30+ hours are only going to be available in the paid course, on Udemy and our Website :)
@@tutorialsEU Ok, I will go through udemy 🙂
I have bought the course and I'm enjoying it ❤️
@@amahjohnbosco same
@@ANILKUMAR-cc3lb Should I Buy Now It Is Available For 385 Rs Or I Wait
its so great
Please make Flutter and dart video
Another question. When I use toLowerCase it pops up crossed out. It still works, but it appears different than what I see in the video. Is this an indication that the command is being phased out? Should I be using something else?
Hey dude!
I have 2 recyclerview on my bottomsheet (bottom up behavior & background dim ) fragment. Those 2 rv have list of items.
When I select an item on anyone on those 2 recyclerviews it's item name should go to the parent layout which is on the backside of bottom sheet.
Can u please help me
You still can fix the typo on the video thumbnail: Mastercalss
3:26:26
Can you make quotes app in kotlin . I think it would cover a lot of topics
Здравствуйте. Как изучить всю эту структуру или хотя бы понять, очень надо, чтобы изменить свою жизнь и жизнь моей семьи, сижу каждый день и изучаю kotlin и android, смотрю пока курс на русском языке.По английски понимаю.
Hello..I was doing thhe Google training but did not like the teaching style.. if I purchase your course, will I still have to do the Google exam and would I be qualified for a job at
Google?
What did you do, in the end ?
I would like to see AndroidTV development
Hey, at 7:00 I cant seem to change the color when I emulate the app, know how to change that?
After installation, it shows unable to detect adb version and also there is no "hello world" in component tree... Can anyone help me to resolve this? I tried all internet answers
how could I add thousand separators to the apps?
Some things of minutes lived app are not so clear.
The course is very excellent until the start of arraylist. Where everything was simplified into slides.
It does make teaching a little less confusing, but it also removes any little humor you'll normally make and it doesn't feel as much of a personal coaching when coming down to slides :(
Hi, thank you for this 9h video course.
The calculator app is a good exercise but I it's actually not working properly:
-First operation after opening app can't start with negative number
-if the first number is negative u can actually write more than one operation example(-3-5+7*6)
-the way chosen to remove the .0 it s not a real solution, it actually remove 2 digits to all the results that contains .0
Example(result=4.0123 becomes 4.01)
hey
so i found the solution to the second and third problem but the first one i have no idea how but to be fair even my default mobile calculator can't do it sooo
for the last:
private fun removeZero(result: String) : String{
var value = result
if (result.endsWith(".0"))
value = result.substring(0, result.length-2)
return value
can i use intilejIDEA for the IDE ? thanks!
of course you can there's no big difference
hello tutorialsEU, I try to follow ur code at 1:21:28 Val vs var, but in my android studio say it an error, the variable myName must be initialized
Waiting
They wait is over :D
there is no disscount :(
nice voice
2:58:02 best approach is
fun main(){
for(i in 1..10){
print(i)
if(i == 7)
break
}
}