João Esperancinhajesperancinha.hashnode.dev·Jan 8, 2025Micronaut - Getting the basicsFor my upcoming article, I decided to dive into the Micronaut world. And my experience has been amazing. I can tell you right off the bat, that Micronaut is pretty fast, extremely efficient, has record breaking startup times and is can be pretty comp...kotlin reified
Jubair Ahmedjubairshaik.hashnode.dev·Jul 8, 2024Basic Interactivity UI in Kotlinin Linear Layout ! Create 2 Buttons in in activity_main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http:...kotlin-basics