Thank you sir, finally I can build my box animation app
@prasannakumaranisetti2350 Жыл бұрын
Loved this course. Compose is way more easier than XML.
@Wiggy902102 жыл бұрын
I am actually at the beginning of Compose and leaving XML behind and this blew my mind hard, so many possibilities with such a low amount of work, everything looks so simple and intuitive, it's like a fresh breeze after XML hell... Thank you sir for this series 👏
@tonnie70792 жыл бұрын
What a smart move to come up with these series, I find that I am now able to grasp concepts that I couldn't understand from the docs before. Combine this playlist n ur premium courses and I am right where I want to be as an Android Dev with no CS Degree!!
@ajailani43 жыл бұрын
Great videos. I learned a lot about Jetpack Compose basics from this playlist. Thanks
@PhilippLackner3 жыл бұрын
You're very welcome!
@mehulbisht97083 жыл бұрын
Pokedex here we go finally!
@damercy3 жыл бұрын
Keep 'em videos coming man! Really glad to have you back at Android! 🎉😉
@PhilippLackner3 жыл бұрын
Thanks! Will do!
@jishnuvedhikz44042 жыл бұрын
Thank you Sir, for such an amazing tutorials
@OCEH6 Жыл бұрын
AWESOME! Thank you!
@Kunal-jp8tn3 жыл бұрын
Thank you so much for this informative video.
@UNREALMIZO2 жыл бұрын
you are doing gods work, thanks
@amineayachi3353 жыл бұрын
thanks man you saved my new projects hhh
@samiaghaei1061 Жыл бұрын
Awesome
@Task.manager.has.stopped2 жыл бұрын
My android studio is giving me the error "Not enough information to infer type variable T" when i try out the keyframes, i copied the tutorial up to that point so i don't know what i'm doing wrong or what i'm supposed to do to fix it, since the options the red lightbulb give me aren't working either.
@ShukurovaMehriniso11 ай бұрын
wow 🔥 🔥
@armandoavila46153 жыл бұрын
Thank you!
@ChrisAthanas3 жыл бұрын
Try to keep the emulator behind your head so we can still see the code when you are demoing
@abcdefj71443 жыл бұрын
How to make a favorites for Spotify Clone
@wenlongteo62723 жыл бұрын
Hi sir, do you have any discord or slack channel to join?
@somith163 жыл бұрын
Oh yah
@MrSN992 жыл бұрын
this shit bussin
@trocchiettoski3 жыл бұрын
please how can make a small donation apart from seeing video?
@PhilippLackner3 жыл бұрын
Thanks a lot for the support. The best way to support me and my work is by getting my premium courses on pl-coding.com/courses/ where you still get great value for your money. In case you just want to donate a smaller amount, I have a paypal me link paypal.me/plcoding
@trocchiettoski3 жыл бұрын
@@PhilippLackner Cool, really need to give back to support for such high quality content, will get next week
@mango-gu5xo3 жыл бұрын
@@PhilippLackner hello, do you have a coupon code? I want to buy your course, thank you.
@mango-gu5xo3 жыл бұрын
@@PhilippLackner I have bought your course, Powerful Kotlin REST APIs with Ktor. It seems super nice. If i have questions, how do i interact with you. Can I have you your email. Badly, I bought a course from Udemy last year, leaving me very frustrating when I encounter puzzles.
@SpaceTimeBeing_3 жыл бұрын
@@mango-gu5xo Shouldn't his site have the required information? He should be interacting with everyone
@rekcahY2 жыл бұрын
About the remember import error. What was missing is `import androidx.compose.runtime.getValue`. Asterisk is not needed.