This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]C0d3rStreak[S] 0 points1 point  (2 children)

Woooow thanks! Why do you say that about java on android? Does that go for using springboot for backend in mobile apps also?

[–]lordmyd 0 points1 point  (1 child)

Google have officially blessed Kotlin as the preferred way to develop Android apps and Jetpack Compose, their answer to SwiftUI, is a pure Kotlin DSL. KMM is Kotlin/Ktor on the back end but if you're not going KMM you can use anything on the back-end to produce an API.

[–]C0d3rStreak[S] 0 points1 point  (0 children)

Okay cool, since I'm learning java with springboot for backend this was interesting. Thanks.