1
Going through the Google Developers documentation, I found something pretty cool like: Measure app performance with Android Profiler
But knowing that Java and Kotlin are interpreted by the JVM, I believe that the performance difference is not so great, because from what I saw between the languages, when the subject is speed, they lead in relation to writing (Functional Programming) by being faster that ends up accelerating the development of the application.
With this, someone here has already gone through this and came to perform these types of measures (CPU, Memoria)?
I’m not sure but I believe that’s right, as both languages are compiled to bytecode (so the two can be used together) there is no, or at least almost, difference in performance
– Costamilam