I decided to learn the new native development toolkit in an Android environment made available by Google: Jetpack Compose.
It turned out to be very powerful, especially thanks to the union of the UI code with the Business Logic which are now both managed entirely in Kotlin by removing all the classic layout parts in Android via XML.
It turned out to be very powerful, especially thanks to the union of the UI code with the Business Logic which are now both managed entirely in Kotlin by removing all the classic layout parts in Android via XML.
Show More