Пікірлер
@Sey-s3mk
@Sey-s3mk 2 сағат бұрын
Webbbbbb I wanna learn it but no compiter 😢😂
@ajaykumarvishwakarma4720
@ajaykumarvishwakarma4720 5 сағат бұрын
Great tutorial
@abhishekstrider3068
@abhishekstrider3068 7 сағат бұрын
fun main() { val string ="malayalam" if(string == string.reversed()){ println("The String $string is palindrome") } else{ println("The string $string is not a palindrome") } }
@patilpatade
@patilpatade 12 сағат бұрын
fun main(){ print("How many numbers: ") val n = readln().toInt() var sum =0.0 if(n==0){ return } for(i in 1..n){ print("Enter number $i: ") var num = readln().toInt() sum =sum+num } var avg =sum.toFloat()/n print("Average of $n numbers is $avg" ) }
@patilpatade
@patilpatade 12 сағат бұрын
fun main() { val myArray = arrayOf(5,66,3,4,6,5) var sum=0 for(element in myArray){ sum = sum +element } println("sum of the given array is $sum") }
@i_youtube_
@i_youtube_ 13 сағат бұрын
Can we click the link😢
@himanshupatidar007
@himanshupatidar007 14 сағат бұрын
There is a correction in singleTask...
@andreasrichman5628
@andreasrichman5628 15 сағат бұрын
was hoping for news that google regret the shitty 20 testers policy!
@IELTSwithJamoliddin
@IELTSwithJamoliddin 15 сағат бұрын
Layered Architecture is my favorite
@floydhiatt1513
@floydhiatt1513 15 сағат бұрын
You will be replaced
@catbabyiscool
@catbabyiscool 17 сағат бұрын
Oh so that's why my phone says it's Linux
@dntbther
@dntbther 18 сағат бұрын
Soooo... why?
@andreasrichman5628
@andreasrichman5628 19 сағат бұрын
Philipp, something is weird... If you hurry immediately press the login button it will go to 2nd screen BUT after some mili seconds it will go back to 1st screen by itself!?
@andreasrichman5628
@andreasrichman5628 18 сағат бұрын
Sorry, my mistake, I turned on the Layout Inspector. Is that normal behavior with layout inspector?
@stasleonov5196
@stasleonov5196 21 сағат бұрын
This hat suits you very well)))
@rishabhgarg6692
@rishabhgarg6692 22 сағат бұрын
Hello sir please clear my doubt: Why you still use stateflow in viewmodel and then observe them like collectAsState in composes ? As we can directly declare MutableState in viewmodel with private set for immutability and directly observe them in our compose with ".value" I am considering that the variable (flow or state type) is only used for our compose not in activity or other components so in that case isn't it good we can directly use MutableState in our viewmodel Hope you will clear my doubt sir Thank you
@papprobert89
@papprobert89 22 сағат бұрын
Hello, With Jetpack compose, can I create a custom splash screen using the SplashScreenApi? Thanks
@Hamak-c1l
@Hamak-c1l Күн бұрын
there any alternative for realm sync ??!
@LillieLillie-d3v
@LillieLillie-d3v Күн бұрын
Awesome video! I need to implement these tips. By the way, does anyone else use productivity tools that have worked for them? I’m on the lookout for more!
@vigneshwaranr-k7y
@vigneshwaranr-k7y Күн бұрын
Great tips! I’ve been trying to find ways to boost my productivity as a developer. Just started using the Astirna New Tab extension, and it’s been pretty helpful for managing my tasks!
@BossFlight
@BossFlight Күн бұрын
Hi Philipp, Is this code copyrighted ? Can I use Result and similar core utilities in my own commercial apps ?
@PhilippLackner
@PhilippLackner Күн бұрын
@@BossFlight feel free to
@BossFlight
@BossFlight Күн бұрын
@PhilippLackner Thank you !
@flamedoritos9984
@flamedoritos9984 Күн бұрын
Hi, I am totally a beginner. I watched the video entirely but I think it's way too advanced yo understand for a beginner like me. Do you have any videos that you can recommend? Thanks!
@naveenkumarm5081
@naveenkumarm5081 Күн бұрын
We can decide Immediate for Flexible by updating update priority. How can we do this? Where can we update this update priority?
@AmjadxDev
@AmjadxDev Күн бұрын
i don't understand your tutorial i don't know how people can understand that your specking so fast kindly speck slow and we are beginner i never find good tutorial of android on youtube i find here but i don't understand...
@PhilippLackner
@PhilippLackner Күн бұрын
Could be because you're skipping the fundamentals. Start with Kotlin, then Jetpack Compose, then Android basics and it will all make sense
@Sj-yf2jg
@Sj-yf2jg Күн бұрын
Over complicated
@DevlogBill
@DevlogBill Күн бұрын
How do you adapt to the new 20 tester policy? I haven't reached this stage yet. But I would love to hear about some of the solutions you managed to find, or some people managed to find which I hadn't considered. I think this can be one of the most difficult issues to resolve for new developers trying to create their portfolio when looking to get hired.
@muhammadanan9190
@muhammadanan9190 Күн бұрын
make a video on BLE devices , all the tutorials for this topic are like 7 years old and based on java and xml. Make a series if possible starting from basic searching for ble devices, connecting to a gatt server, sending data to a gatt/ble device etc..
@karmic2857
@karmic2857 Күн бұрын
Very nice 👍
@jssdvv
@jssdvv Күн бұрын
Pretty nice thumbnail😂
@pranavmakharia
@pranavmakharia Күн бұрын
Video with mongo as an online database? As firebase is quite expensive with all the read ands writes
@PhilippeNajem
@PhilippeNajem Күн бұрын
Hi everyone, Can someone guide me on how to add a JSON file to the commonMain/resources directory in a Kotlin Multiplatform Mobile (KMM) project and read it on both Android and iOS platforms?
@raulprior9635
@raulprior9635 Күн бұрын
I'm kind of nooby in Test, with this approach how can I write a unitary test for my view model, I try it but even if I use test from turbine that for my understanding that should work as observer, I don't get my loading state updates properly. Note in the real implementation my app update states correctly.
@tehillahville
@tehillahville Күн бұрын
its wild to me that most people outside the JS world just dont acknowledge they more React Native apps than flutter and kmm maybe even combined
@BossFlight
@BossFlight Күн бұрын
This is great resource, I would add this to the official Kotlin/Jetbrains sample projects pages. It strikes the ideal balance for mid-senior level programmers from other platforms (Java here) that have started actually developing apps in Kotlin after playing around with Koltin for a couple of months. Excellent!
@daviddickinson2229
@daviddickinson2229 2 күн бұрын
In a nutshell huh..I'm allergic to peanuts 🥜
@nerviantone
@nerviantone 2 күн бұрын
Thank your for source code. This makes it easy for us to test it. Thank you very much.
@You-i7h
@You-i7h 2 күн бұрын
10:00
@ankitmehra98
@ankitmehra98 2 күн бұрын
Sir which font you use in Android Studio ? . The font loook superb
@GeorgeP-pp4pd
@GeorgeP-pp4pd 2 күн бұрын
How to draw vertical text?
@quantumgaming7
@quantumgaming7 2 күн бұрын
👌👌👌👌👌
@ramjay9519
@ramjay9519 2 күн бұрын
Your setup costs more than my annual salary 😂😂😂😂
@manu-singh
@manu-singh 2 күн бұрын
Amazing philipp sir thanks for this tutorial
@tuhinbhowmick8424
@tuhinbhowmick8424 2 күн бұрын
Quadratic Bezier adds some non-curved points (create think edges) need to change the algo for smoothness
@PhilippLackner
@PhilippLackner 2 күн бұрын
Yep, with cubic ones you're smoother, but these are more complex to create
@shubhans2451
@shubhans2451 2 күн бұрын
Hey @Philips , Can you make a vedio on the topic of Android XR .
@Narazgul
@Narazgul 2 күн бұрын
bin leider ziemlich enttäuscht von dem Video, da ich absolut erwartet habe, dass du die Baskenmütze auch im Video trägst!! 😁 Inhaltlich wie gewohnt top und ergänzt sich super mit deinem Canvas Kurs. Vielen Dank!
@-Lijukay
@-Lijukay 2 күн бұрын
I saw your GitHub repository yesterday and I have just waited for this video to be released 😂 Thank you!!
@NormalyBS
@NormalyBS 2 күн бұрын
That is stressing me
@ka61er
@ka61er 2 күн бұрын
:)))) nice
@patilpatade
@patilpatade 2 күн бұрын
fun main() { var string = "racecar" if(string==string.reversed()){ println("$string is a palindrome") } else println("$string is not a palindrome") }
@patilpatade
@patilpatade 2 күн бұрын
starting playlist on 18/12/2024