|
|
|
|
|
by byzn7
2125 days ago
|
|
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. |
|