You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android layouts used to be super complex, integrating XML with Java, but they've since taken on a simpler form similar to Flutter: just like you write Flutter widgets in Dart, you write Composable widgets in Kotlin. You may have to start off with some codelabs and a small sample project to get the UI you want before integrating it with RamLife. Some pages to check out are: Jetpack Compose, Material Design for Android, and Kotlin (a better replacement for Java). All of that should be summed up in this Kotlin tutorial and this Jetpack Compose tutorial. I can't speak for iOS, but I hear it's also similar, with SwiftUI.
The text was updated successfully, but these errors were encountered: