Live data from Hacker News

Jetpack Compose Alpha is released

android-developers.googleblog.com

1–10 of 31 posts

Re: Jetpack Compose Alpha is released

#4
post #2

How similar Jetpack Compose is to SwiftUI?

They look and feel quite similar. Both use a declarative approach to UI development. I think there are fundamental changes under the hood, though. For example, SwiftUI uses structs(value types) to build views but Kotlin only has classes which are reference types.

Re: Jetpack Compose Alpha is released

#8
post #3

I presume apps built with Jetpack Compose will be smaller than ones built with Flutter?

I'm also curious about what will happen with Flutter in the long term.

I mean, Flutter is an SDK, and the other is an UI toolkit, but I don't see how Flutter UI will remain relevant, specially since Jetpack might take over.

Re: Jetpack Compose Alpha is released

#9
post #3

I presume apps built with Jetpack Compose will be smaller than ones built with Flutter?

I'm also curious about what will happen with Flutter in the long term. I mean, Flutter is an SDK, and the other is an UI toolkit, but I don't see how Flutter UI will remain relevant, specially since Jetpack might take over.

But Flutter works on iOS, Android and now on web.

Re: Jetpack Compose Alpha is released

#10
post #3

I presume apps built with Jetpack Compose will be smaller than ones built with Flutter?

I'm also curious about what will happen with Flutter in the long term. I mean, Flutter is an SDK, and the other is an UI toolkit, but I don't see how Flutter UI will remain relevant, specially since Jetpack might take over.

It's one of the giant Google A/B tests.
Post reply on HN