🚀 Android & Kotlin Masterclass - Become a serious Android app developer with our best-selling masterclass: bit.ly/3PaKdhS
@RomskieL4 жыл бұрын
Thanks for this update! Im also one of your student in android master class. Though I haven't finished all the projects yet but now I building already my own simple app.
@marcosbigbrown4723 жыл бұрын
Please my greatest teacher, I am one of your students in udemy master class, and all we build was with kotlinx extension. Now the view binding is here, we are going to implement it and rebuild the apps ourselves. Thanks. But I plead with you to please prepare a lecture on chatting app for us. It's my greatest pleasures learning under you sir. Thanks and God bless
@dewetvanrooyen84583 жыл бұрын
My Hero , thanks a million . I was using the findviewbyid what a pain that was.
@yogeshmishra60253 жыл бұрын
Hi Denise, thanks for this video, just to let you know google now does not allow to publish an app using this deprecated synthetic library, i made my entire app using the same and now i have change it to use binding
@Blackops19903 жыл бұрын
Works for me thx. back to the master class ;)
@kozimwoo Жыл бұрын
THANK YOU , IT WAS USEFUL FOR ME !!!
@samgarg14614 жыл бұрын
Only video which helped me solving this problem
@rajeeell Жыл бұрын
thank you so much. you saved my life
@pereiradiazcarloseduardo99603 жыл бұрын
Muy buen video, me ayudo en resolver un dilema que tenia, estoy aprendiendo a programar el kotlin y fue de mucha ayuda gracias :D/ Very good video, it helped me to solve a dilemma I had, I am learning to program the kotlin and it was very helpful thanks : D
@davidfields115764 жыл бұрын
Denis, I'm trying to convert all the class projects over to use View Binding the new method and I'm having an issue in the following line: binding = ActivityMainBinding.inflate(LayoutInflator) the LayoutInflator is underlined in red and throwing the error in Studio v4.1.1 I have made all the other changes as required per your instructions The error says the following: Function invocation 'LayoutInflater(...)' expected None of the following functions can be called with the arguments supplied. (Context!) defined in android.view.LayoutInflater (LayoutInflater!, Context!) defined in android.view.LayoutInflater
@davidfields115764 жыл бұрын
OK, I found my mistake with this, the layoutinflater is supposed to start in lowercase L not uppercase L, so its supposed to be "binding = ActivityMainBinding.inflate(layoutInflater)" It looked like uppercase L in the video - hope that helps someone
@indianmind193 жыл бұрын
@@davidfields11576 Thank you this comment helped me
@doublem5243 жыл бұрын
Thanks! This was the solution I was looking for!
@tomlemes3 жыл бұрын
omg, after all these years, I can still get caught by a simple error like this!! Thank you David :)
@nkumaratech3 жыл бұрын
@@davidfields11576 I was just about to quit... it looked like a capital L. Need to keep code font as Arial or Times New Roman hahaha
@alecprologg4 жыл бұрын
Binding works with includes as well 👍🏻
@jazzalchemy23 жыл бұрын
I'm taking your "The Complete Android 10 & Kotlin Development Masterclass" and this video comes up very early in the course, but I can't get the "best practice" code suggested (binding) to work.
3 жыл бұрын
Same problem here. This video mentions "binding.myTV.text" wich is not included in the masterclass.
@user-ss7wd2ev9e4 жыл бұрын
Make more Android project courses on udemy! I am waiting for . You are Best teacher . Take my love ♥️.
@tutorialsEU4 жыл бұрын
We will! Did you check the new Firebase Course yet?
@user-ss7wd2ev9e4 жыл бұрын
@@tutorialsEU Yes my dear densi ♥️ tomorrow I will enroll Android studio productivity master hopefully I will learn many stuff. Please make some clone app projects where people can learn how to make production level app.
@davidfields115764 жыл бұрын
@@tutorialsEU Denis, can you provide us with a link to the new Firebase course, I'm interested in it as well! Thank you!
@wahyu353 жыл бұрын
ThankYouSOMUCH!!! THE BEST
@geekinnovativetech3884 жыл бұрын
thanks for the update
@quicksketch16173 жыл бұрын
👍. How It Works when it's recyclerview and calls layout manager in the mainActivity?
@halilmertdeveli3846 Жыл бұрын
in this patch in android , setContentView is note defined , you should define this i'm just saying for the new user by the way thank you for this video
@zainablawal972 жыл бұрын
Hi @tutorialEu please can you make a tutorial on server driven ui ??
@IstwaKriminel3 жыл бұрын
Thanks, you help me a lot 🇭🇹
@miguelangelromero772 жыл бұрын
Terrific!!! 😎
@tutorialsEU2 жыл бұрын
Thanks! I see you like our content! I want to invite you to our community of testers, where we give our courses for a quality check. Please send me an email to evgenia@tutorials.eu with the subject line: testers community and your name in the body and I will add you
@nurinwonderland2 жыл бұрын
Is there any way to control a button from another activity? For example if I am in the Main Activity and here I have functions which are necessary for me and also if there is another activity called as MainActivity2 and it has a Button and if I want to click this Button in MainActivity(not its own activity) because that functions necessary in this point. What should I do ? is it possible ?
@SvScibi4 жыл бұрын
Thanks you so much it helped me a lot
@tutorialsEU4 жыл бұрын
Thanks for your comment :)
@lokesharora40372 жыл бұрын
thanks bro its work
@satyamgupta60303 жыл бұрын
thanks for showing this
@Animationcomedia3 жыл бұрын
Hi please I have this message display while I was trying to sync ( failed to resolve: com. google ) please how can I solve it? Thanks
@AryanvedhFromIndia3 жыл бұрын
if i still want to use kotlin-android-extensions, is there a way to set it by default? so i don't have to add dependencies in Gradle file in every project? thanks
@Nchernishov4 жыл бұрын
sir, i am beginner, so you saved my ass!
@RomskieL4 жыл бұрын
I just noticed that if I use underscore in the UI element ID example id/btn_start, when accessed using binding it becomes camel case btnStart.
@tutorialsEU4 жыл бұрын
sweet. Thanks for the info. Never tried it :)
@thepatlagoon4 жыл бұрын
How would I do the btn_start with the binding method for the quiz app?
@RomskieL4 жыл бұрын
@@thepatlagoon if your id is btn_start then you can access it in viewbinding as binding.btnStart
@Wayofthelao3 жыл бұрын
I'm having some difficulties getting my first build to work and I can't get any response from anyone on the Q and A on the udemy course
@marcelwo4jedynki3 жыл бұрын
thank you so much!
@dennisbaumann27084 жыл бұрын
Hey Denis, with the new android studio version some things seem like they doesnt work like this anymore... I can't get my btn_start and et_name ID's to work properly... Do you have any idea?
@tutorialsEU4 жыл бұрын
Which of the three approaches are you trying?
@murml3 жыл бұрын
Got an error "e: [...]\example\erstesprojekt\MainActivity.kt: (18, 47): Function invocation 'LayoutInflater(...)' expected" in line "binding = ActivityMainBinding.inflate(LayoutInflater)" if I try this for Lesson 15 of the Masterclass-Course. Anyone can help? Did it like shown in this video here. Used the binding method of course.
@murml3 жыл бұрын
Found the problem: there seems to be a difference between LayoutInflater and layoutInflater (upper/lower case). Lower works, if someone else got the same problem. Why this is so i cannot explain.
@nullnull95063 жыл бұрын
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.currencyapp/com.example.currencyapp.MainActivity}: java.lang.NullPointerException: rv_home must not be null ================= Please, what is the cause of this error
@gappergob61694 жыл бұрын
Nice! Could you make video about custom view and compound view. There's not much video about that on youtube. Thanks 😊
@tutorialsEU4 жыл бұрын
Thanks for the input. I will look into that.
@VijayKumar-zz8pe3 жыл бұрын
When I uses ADB :This error is coming The ADB binary found at C: \Users\hp\AppData\Local\Android\Sdk\platform tools\adb.exe is obsolete and has seriousperformance problems with the Android Emulator. Please update to a newer version to get significantly faster app/file transfer. Never show this again. OK Help please
@darrellleong47803 жыл бұрын
LayoutInflator doesn't work anymore. It requires some kind of context.
@gamal398003 жыл бұрын
thanks
@demoaccount73493 жыл бұрын
5:38
@jazzalchemy23 жыл бұрын
The only one of these 3 versions that seems to work for me is the one that uses the following lines of code... In build.gradle : id 'kotlin-android-extensions' In MainActivity: import kotlinx.android.synthetic.main.activity_main.* class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) //val my.TV = findViewById(R.id.myTV) myTV.text = "Hola Muchachos!" Everything else fails.
@thinktank40707 ай бұрын
this update is also outdated now how to resolve this??
@zuhairbilal22224 жыл бұрын
It shows an error :-- Plugin was not found in any of the following sources :
@abdurrahman_z3 жыл бұрын
me too
@Revitalish3 жыл бұрын
The second approach, where need to add the line in gradle and then it should automatically suggest to import the right class in the activity - DOESN'T WORK in Android Studio Arctic Fox :( too bad, looks like the simplest approach
@lanchesternaanyane3 жыл бұрын
Can’t believe I actually understood this!😭
@hizzy1g3923 жыл бұрын
saved my ass :D ty
@bidyutmahanta854 жыл бұрын
👍
@electron73733 жыл бұрын
Aha! That is why your example code did not work (just a small part of it anyway). thanks!
@joshuaamissah82753 жыл бұрын
The course is out of date and befor you get to know that most of the code are not working you cannot also get refund
@tutorialsEU4 жыл бұрын
Become a PRO Android Developer withThe Complete Android & Kotlin Development Masterclass bit.ly/2KhMitI In the video above you saw a piece of my Android Masterclass or some updates, to get the full Masterclass use the link and switch your career 180 degrees bit.ly/2KhMitI What's inside the course? - Over 45 hours of high quality & high definition 1080p video content - The complete code with step by step guides (in the code itself). So either you follow along in the video, or you get right into the action in Android Studio yourself. - Loads of exercises that make sure, that the knowledge really sticks. - The best Android 10 app development course money can buy. You will build these amazing Android apps: **A Trello Clone, A Quiz App, A 7 Minute Workout App, A Weather App, A Drawing App** and more... See you inside the course!
@sterlingbrett87653 жыл бұрын
I know im randomly asking but does anyone know of a method to log back into an instagram account? I was stupid lost my login password. I would appreciate any tricks you can offer me!
@coltonarchie97653 жыл бұрын
@Sterling Brett instablaster ;)
@sterlingbrett87653 жыл бұрын
@Colton Archie thanks for your reply. I got to the site on google and I'm in the hacking process atm. Looks like it's gonna take quite some time so I will get back to you later with my results.
@sterlingbrett87653 жыл бұрын
@Colton Archie It worked and I now got access to my account again. I am so happy! Thank you so much you saved my account :D
@coltonarchie97653 жыл бұрын
@Sterling Brett No problem :)
@iqtoon3 жыл бұрын
RIP kotlin 😢
@tutorialsEU3 жыл бұрын
I hope you mean KotlinX. As Kotlin still is well and alive. I also miss KotlinX. RIP
@Mohit-il9gx4 жыл бұрын
Android studio the buggest thing after release
@discoboy81694 жыл бұрын
Neither of them work properly. (
@tutorialsEU4 жыл бұрын
What exactly doesn't work?
@suche_cz2 жыл бұрын
why developing android app is so messy ... a lot of scopes and references are like a magic ... you don't know where they come from I am a python programmer where all variables are defined and imported clearly
@freebsdd2 жыл бұрын
Sorry, but You talk so long
@abdussamed1072 жыл бұрын
is it a good practice to use onclicklistener like this? findViewById(R.id.blablaxml).setonclicklistener(new.............