🦩Installing Android Studio Flamingo - Learn Android in 60 Sec.

preview_player
Показать описание
Hello My Friends, In this video we'll start a new educational series with #shorts about #android app development with #kotlin.

💖💖💖 We are doing this for awesome people like YOU💖💖💖
So, please like and subscribe and share for support and help.
Moreover, I reply to every single comment to if you have any question comment it..
Do not forget!
🔸LIKE 👍
🔸SHARE ✉
🔸SUBSCRIBE✔

📌📌 Join our Telegram Group for New Lessons & Exclusive Tutorials

⚔️ Special Offer for the First 100 students ⚔️
⭐️ The Complete Android Developer Course - Mastering Android⭐️

⭐️ Mastering Android App Development with Kotlin - Build 38 Apps⭐️

⭐️Mastering Design Patterns - Become a Professional Developer ⭐️

⭐️The Complete Android JetPack Course - Mastering JETPACK⭐️

⭐️The Complete Firebase & Android Course - Mastering Firebase⭐️

⭐️The Complete Java Developer Course ⭐️

⭐️The Complete Kotlin Developer Course ⭐️

⭐️The Complete Data Structure & Algorithms Course in C & Java⭐️

🎈 Subscribe to the channel:

💉 Master Android App:

💣 Master Flutter App:

🕵🏻 Don't miss to subscribe by clicking this link:

🏆 Never Miss to Like and Subscribe to get latest flutter, android and java tutorials.

🎉🎉🎉 Special Offer for 4 days ONLY 🎉🎉🎉
The complete Android Developer Course - Mastering Android
Рекомендации по теме
Комментарии
Автор

Subscribe to get daily coding tutorials ❤❤

MasterCodingTeam
Автор

when I follow that link I always get Giraffe. I can't find Flamingo anywhere

kiigekam
Автор

Do know how to keep using material2 in flamingo, sir?

JackSparrow-xdvp
Автор

There's something really wrong with AS Flamingo.
Firstly, I couldn't make my method to work because the object I was sending to my method was always null, no matter what I do.

The weird thing is that I copied that same method and renamed it, and then the method was worked as it should. In the end I just deleted the "old" method and now I'm using the copied one.

Secondly, I just can't compare the two primitive variable as it always is showing that they are the same.

For instance, I've created:

x = 0;
y = 329

And when I do

if (x == y) {
do
} else {
do something else....
}

The "do something" block ALWAYS executes, no matter what the x and y values are.

But when I do

if (0 == 329) {
do
} else {
do something else....
}

then it works fine.

At this point I'll just have to stop with my work and wait for a patch or something in a hope that these bugs will be resolved.

ivan-Croatian