fun main() { val string ="malayalam" if(string == string.reversed()){ println("The String $string is palindrome") } else{ println("The string $string is not a palindrome") } }
@patilpatade12 сағат бұрын
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" ) }
@patilpatade12 сағат бұрын
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_13 сағат бұрын
Can we click the link😢
@himanshupatidar00714 сағат бұрын
There is a correction in singleTask...
@andreasrichman562815 сағат бұрын
was hoping for news that google regret the shitty 20 testers policy!
@IELTSwithJamoliddin15 сағат бұрын
Layered Architecture is my favorite
@floydhiatt151315 сағат бұрын
You will be replaced
@catbabyiscool17 сағат бұрын
Oh so that's why my phone says it's Linux
@dntbther18 сағат бұрын
Soooo... why?
@andreasrichman562819 сағат бұрын
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!?
@andreasrichman562818 сағат бұрын
Sorry, my mistake, I turned on the Layout Inspector. Is that normal behavior with layout inspector?
@stasleonov519621 сағат бұрын
This hat suits you very well)))
@rishabhgarg669222 сағат бұрын
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
@papprobert8922 сағат бұрын
Hello, With Jetpack compose, can I create a custom splash screen using the SplashScreenApi? Thanks
@Hamak-c1lКүн бұрын
there any alternative for realm sync ??!
@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Күн бұрын
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Күн бұрын
Hi Philipp, Is this code copyrighted ? Can I use Result and similar core utilities in my own commercial apps ?
@PhilippLacknerКүн бұрын
@@BossFlight feel free to
@BossFlightКүн бұрын
@PhilippLackner Thank you !
@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Күн бұрын
We can decide Immediate for Flexible by updating update priority. How can we do this? Where can we update this update priority?
@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Күн бұрын
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Күн бұрын
Over complicated
@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Күн бұрын
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Күн бұрын
Very nice 👍
@jssdvvКүн бұрын
Pretty nice thumbnail😂
@pranavmakhariaКүн бұрын
Video with mongo as an online database? As firebase is quite expensive with all the read ands writes
@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Күн бұрын
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Күн бұрын
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Күн бұрын
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!
@daviddickinson22292 күн бұрын
In a nutshell huh..I'm allergic to peanuts 🥜
@nerviantone2 күн бұрын
Thank your for source code. This makes it easy for us to test it. Thank you very much.
@You-i7h2 күн бұрын
10:00
@ankitmehra982 күн бұрын
Sir which font you use in Android Studio ? . The font loook superb
@GeorgeP-pp4pd2 күн бұрын
How to draw vertical text?
@quantumgaming72 күн бұрын
👌👌👌👌👌
@ramjay95192 күн бұрын
Your setup costs more than my annual salary 😂😂😂😂
@manu-singh2 күн бұрын
Amazing philipp sir thanks for this tutorial
@tuhinbhowmick84242 күн бұрын
Quadratic Bezier adds some non-curved points (create think edges) need to change the algo for smoothness
@PhilippLackner2 күн бұрын
Yep, with cubic ones you're smoother, but these are more complex to create
@shubhans24512 күн бұрын
Hey @Philips , Can you make a vedio on the topic of Android XR .
@Narazgul2 күн бұрын
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!
@-Lijukay2 күн бұрын
I saw your GitHub repository yesterday and I have just waited for this video to be released 😂 Thank you!!
@NormalyBS2 күн бұрын
That is stressing me
@ka61er2 күн бұрын
:)))) nice
@patilpatade2 күн бұрын
fun main() { var string = "racecar" if(string==string.reversed()){ println("$string is a palindrome") } else println("$string is not a palindrome") }