After decades living in markup language darkness era then finally, glad we are back to 80's 90's again.
@marcellodias237725 күн бұрын
Not yet,In the End there will be another modern Delphi,where you design your ui by dragging and dropping,but as a code generator only.
@Condog64 Жыл бұрын
Fantastic presentation. I especially enjoyed the parts about testing UI with compose. Looks so much simpler than my previous experiences with something like Espresso or Robolectric!
@thecoderui Жыл бұрын
Great talk, I really loved the part where he talked about the collaboration that took place between his team and the Compose team and how they created this amazing product. hope to work with a team like this someday. Thanks for sharing this valuable information JetBrains ❤️
@jesprotech Жыл бұрын
This was a great presentation. Great to watch. I don't know if you are going to read this, but I found the experience you had with C++ and the migration to Kotlin very relatable and that was great to see you do that and tell your story. I didn't know to compose that well before I saw your presentation. I had heard about it, but to be honest I wasn't paying much attention to it. I see a huge potential for my personal projects so thank you so much for making this presentation. Keep up the good work!
@shahriarzaman4715 Жыл бұрын
Hey JetBrains! I love compose! I've written a whole app in compose. But the most frustrating thing is, I can't add desktop support for this app. I don't want to rewrite the whole app into flutter. Can you provide any simple beginner friendly tutorial to demonstrate how can I simply add desktop support and share common codes?
@Hayabusa176 ай бұрын
Thanks, I start desktop app today
@andmal8 Жыл бұрын
Very interesting talk. Thank you
@zolongOne5 ай бұрын
Why are some speakers always thirsty once they get on stage?
@TerenceKearns2 ай бұрын
People can get thirsty from being extremely nervous. It can be like a mild state of shock (which dries your mouth).
@vladimirlipinski3428 Жыл бұрын
Great talk! Thanks
@marcellodias237725 күн бұрын
All we need is a demo .
@freshtechtips Жыл бұрын
However with kotlin you still need to bundle jvm with desktop application
@georgeshalvashvili6270 Жыл бұрын
You dont, compose can be compiled directly to native code
@leopet6815 Жыл бұрын
I looked up this video just to make sure about this part. Thank you!@@georgeshalvashvili6270
@suryapratap30435 ай бұрын
I wrote a simple application in compose multiplatform for desktop with just minimal libraries and when we build it's exe file, it was 80Mb for a simple application
@vectoralphaSec Жыл бұрын
Kotlin is easily a replacement for Java. It can do anything and everything Java can do so I don't understand why Java is still being used besides when working on old legacy code bases.